.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/aKj9uDanF18/unsplash/ahmed-aldaie-aKj9uDanF18-photo-1651467606797-e1c660cf3fda.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5.adaptive-delivery-prevent-bg, #dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5.lazyload, #dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5.lazyloading { background-image: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { background-color: transparent; background-image: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container > .video-iframe-container { display: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row > .video-iframe-container { display: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .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); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { border-width: 0; border-radius: 0; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { width:60rem;height:46.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#OaczmZ8ghv4w0XM3BMFOAg3Xwnvi9Fq2 { color:#eef3f2;display:block;width:20.375rem;position:absolute;font-family:"advent pro";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #010706;top:11.75rem;left:0.3125rem;height:5.15625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XtQ3tkQcSKnQecZhsuFISW0CJuSTbufq { position:absolute;display:block;z-index:15008;background-color:rgba(249,249,249,0.39);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:31.375rem;width:24.3125rem;top:12.5rem;left:34.5625rem;display:block; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-form-header { font-size:0.875rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;color:#032b23;width:22.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .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:22.125rem;box-sizing:border-box;height:2.375rem;color:#161616;font-family:play;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:22.125rem;height:3.625rem;font-family:oswald;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]:-moz-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]::-moz-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]:-ms-input-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]::-webkit-input-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .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; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-container:first-of-type{padding-top:0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-container:last-of-type{padding-bottom:0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5625rem;left:34.5rem;font-size:0.875rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.125rem;display:block;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 {display:block;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5625rem;left:34.5rem;font-size:0.875rem;display:none; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #dkPQ2ZwtT47NDSTxoy9ClwJFzV5BWy7d { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #VrGMOhgiGKfoZ40h9uOHiceeA1TZxTsT { position:relative;display:block; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #syWmUXF3XVETooZu2PmzAg8XTaCvJFJ3 { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #ZlCvOUfocL3K7npEnU19SSRTXeLFpE36 { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #SnXg1r39zOUplDvqDaWgxT8ZlLt7AdgP { position:relative;display:block; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #lzXbKnQRBJvAVbDAA4bCmPgG5XTDtaiT { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #WeV6ZSHeUnhQIzDVzUmAiOwPcQ3nO8fH { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #TcWGUOKTqZmKqIuLIZpOJ92fAy8nw9Pp { position:relative;display:block; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #bHUEefJmaTr5pyLh5ZxfWdTtwSUpSoLR { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #ShFEyqtPCsaQLhZ9tB3wv2cSmnDC5pow { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #lXSWOb0TJuvsybzq7acMFTG1EP2e1o5e { position:relative;display:block; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #pha76sShzF9gerJmp6nNT8qXEnKh5xwc { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #cU0XEEqT2V4DpAhBpZaFhPygzTTuoDXo { position:relative; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 #k8cSy8O8MxCcMkUH6tzVMtmleTR41kA1 { position:relative; }
#pyfhDVlrBtXxOq4urgxFxXGKakOtOGoM { box-sizing:content-box;height:2.75rem;width:25.1875rem;position:absolute;display:block;z-index:15013;background-color:#927242;background-image:none;top:10.5rem;left:34.125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TT6zcfGLqwpzdQiAFcZhx3FSlIkHdlOo { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.1806640625rem;left:34.34375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3rdnKwJaRHAmh82Th1z8NaEZrbMvheN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:16.9375rem;top:1.8125rem;left:20.6875rem;overflow:hidden;display:block; }
#WLVxLvT8Lffg12yCrITqs9cQedzK2bKC { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"advent pro";font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.1875rem;left:0.15625rem;height:10.722625rem;display:block; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-form-header { font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;color:#032b23;width:22.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.5; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .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:22.125rem;box-sizing:border-box;height:2.375rem;color:#161616;font-family:play;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#ffffff;width:22.125rem;height:3.625rem;font-family:oswald;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 [class*="-text"]:-moz-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 [class*="-text"]::-moz-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 [class*="-text"]:-ms-input-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 [class*="-text"]::-webkit-input-placeholder { color:#515050;font-family:play;font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .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; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-container:first-of-type{padding-top:0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-container:last-of-type{padding-bottom:0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.03125rem;left:34.40625rem;font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.125rem;display:block;vertical-align:top; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 {display:block;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.03125rem;left:34.40625rem;font-size:0.875rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #m2UUK5afqu7ne3dxsLDzZWb4pc6XUo3G { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #CQma1vOk2RsLWbf9wyRxT9XZ5tBecoE2 { position:relative;display:none; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #HQKnKE2A9IaSWbAcUv7Bv9pwJukys8lX { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #lt47XR68CEZWM4zZw2UtsC7wkn5g4top { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #KGG86recUkybE1V1cKswcd64WlRzJCD5 { position:relative;display:none; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #h8vfIavuoxnxmq9mTvr1evoX0h3XUTSp { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #XFOvvdcmdCSBqx7uWFICsHd8nTd3RyJ9 { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #fGkrpAMTTWOwJNVFfFpx3skh7lbP0RD2 { position:relative;display:none; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #tGu6QtgM1T8rAkTdt80RSnQ300EVoan6 { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #rDkGlwPMn7ApNIL4QwSCiQUTLJI6gr3F { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #rxnwav3l2VHdomNLJnLMzqx1E5fVwGNB { position:relative;display:block; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #w3e0rwT9RawOGE0fEmT8rfat85B8s5wE { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #kxod22Agz3PEZGumhpwh2wTuE0IgGiIy { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #TMF2c3rx0sddlowGC0UVyfncX0GpNzJ7 { position:relative;display:none; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #MZCpMpOcm5IdmICGKRcp8iIkdgXWBGZG { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #J7paBayIEezsyvSflq5dTxwDl46K5nao { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #nKSx7PVM7M2Mi2ThZkmAcNV1zAcrKv2g { position:relative;display:block; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #q4PsPsTtIkVaWzFhS1x9CM732OIuTR7a { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #FFQZfECsobWoHNQTToyZwilP7TvazE7D { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #g97BBeAGJkQcH9E9QB4Cl21r1wQ1KcRo { position:relative;display:block; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #GPBtgidGeczetxgC1HG1cIIom7DXZsbm { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #VQfUaugoWfmplxLVTCwuBZmUR5aIgugJ { position:relative; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #CZeb2qmAWTsWpmU6MIkvOhWRC84SSQtT { position:relative; }
#STgxBtfcIvVbaayiEQCeOlROs8u0NTHf { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:15.4375rem;left:0.6875rem;display:none; }
#eOc5veqVh9K7xgKamTPQPg1fze4kzAUG { color:#eef3f2;display:block;width:18.3125rem;position:absolute;font-family:"advent pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #010706;top:10.375rem;left:0.3125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#d5B0oUH1BDebzcrumkb7skqhVFF7rWyu { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.9375rem;top:23.375rem;left:1.5625rem;display:none; }
#NxIntb0F5hwSHWcrhu6F5TH1sf6rCsl7 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.3125rem;top:49.0625rem;left:1.5625rem;display:none; }
#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfffe;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; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container { background-color: transparent; background-image: none; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container > .video-iframe-container { display: none; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row > .video-iframe-container { display: none; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .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); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container { border-width: 0; border-radius: 0; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#aUx5oh0OlWI0fxrVdxT6F7vSDvqR3UXL { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.625rem rgba(0,0,0,0.2) ;height:12.875rem;width:18.9375rem;top:9.5625rem;left:0.5625rem;display:block; }
#v9E33tWkcd1mpTuWvfDmQbzoUcrM3awU { color:#555555;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:2.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ghxe9ur45BWttqcKBaTR9STIJfNblJyk { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.2) ;height:12.875rem;width:18.9375rem;top:9.5625rem;left:20.5625rem;display:block; }
#okfsCCNnG6qOGMr4mbxkPknfiRyDV5aF { color:#927242;display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.4375rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRpwycivUL3y1zrUMPTpnUJH0UeukDzd { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.2) ;height:12.8125rem;width:18.9375rem;top:9.5625rem;left:40.5625rem;display:block; }
#Wwn2uT7ZPgWhtiX51xcrMyeeT2FJzv3h { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:15.6875rem;top:12.8125rem;left:22.1875rem;overflow:hidden;display:block; }
#bO7eU1TTP73noFr2VbyR0wgaqIvMZbNT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:14.75rem;top:10.4375rem;left:42.625rem;overflow:hidden;display:block; }
#xXGdy1anam2udoNyVdUygt1ihXkGSTw8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.0625rem;left:8.5rem; }
#nlHWquEok17DWFfg8huWCebnDVk5ZgaA { color:#032b23;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.90625rem;left:1.71875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U0RTfVqkOQFVN72viIgBTeHbcgPrRkNd { color:#032b23;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.90625rem;left:1.71875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P0mbzpgPADkOeL6HI1UtkxceTaMue2LS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:3.25rem;left:4.0625rem;display:none; }
#LA1ZJqCOn7HzdIIBdFT1c3MtCWAgBxzF { color:#032b23;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.90625rem;left:1.71875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HlDBLHUvPTtoxetkcInD3drUPDhvBIJu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Xh3zVmhSUzN1WQM9Qa7h3VmQyTdye6Rq { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.1875rem;width:18.9375rem;top:0.6875rem;left:20rem;display:none; }
#VrtKcMsvydyx1BC4fR4gCMfxUnWMDXzL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:31.25rem;display:none; }
#v7s6iMt8iTDfF9vZILApUz58Zu3BUiQJ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:61.3125rem;left:0.5625rem;display:none; }
#p4PN42nOPdd0et2eKDv0oKIzz7VcF5T0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:60rem;display:none; }
#tbnyw2dTblZICTaVBa0MNbNFuAGTKvqn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:60rem;display:none; }
#Xocy9ETT5zhEaGKWUeTkDU7AbZUfSkLh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hnqJ7NiNctB8JZB7D35pZTF99kztHylA { color:#032b23;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.90625rem;left:1.71875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tmV3qrh9xDSwtnBDPzQEFHggVPt4ozWg { color:#032b23;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.90625rem;left:1.71875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mJlP7HW3f0vkqHf1mXT28kxNXZx3H7Dw { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0;top:2.75rem;left:37.375rem;display:none; }
#nQqCs2LOsEGqoogz8wKdXOTbwPeD0TvF { color:#032b23;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.25rem;height:2.4375rem;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; }
#beo8JpzIuQr0mIHUJMDDrfDM2bJtIz64 { color:#032b23;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#QLn4Vprmqp2QZcfzteWZpRtgZi6SPBTH { color:#032b23;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.3125rem;left:22.125rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#aLJOzo7HZWc2CzqOOLpKah55WFw1TpWV { color:#032b23;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.3125rem;left:41.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#uAzIWLMeuBbX0nRr4hBXLXo03ZKLtxKu { color:#d1b994;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:6.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container { background-color: transparent; background-image: none; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container > .video-iframe-container { display: none; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row > .video-iframe-container { display: none; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .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); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container { border-width: 0; border-radius: 0; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#xp76rlKPEFfP8ue0cD0MKvF7cWH2GAUI { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.9375rem;left:5.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ovs15qqc3ehQXEWDDCwkNL68w8Q4W2ks { color:#f9f9f9;display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:34.5361328125rem;left:3.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xx6VqOBaKGOP5gHwJg9dN7Jw0izP4HF8 { color:#f9f9f9;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:34.5361328125rem;left:31.65625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iBV5ez5IQdAlU2orTod0Av2hIWGCuTF9 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.9375rem;left:35.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Aa9JKRd76KXg4GTmJATsldH9ACfkun9g { position:absolute;display:block;z-index:14999;background-color:#032b23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:29.8125rem;top:20.4375rem;left:0rem;display:none; }
#pC3H61GJKzXgTWWhF9DRoTseSqTOAyVI { position:absolute;display:block;z-index:15001;background-color:#927242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.75rem;width:28.4375rem;top:20.4375rem;left:29.6875rem;display:none; }
#sTrclnnLTwk0RmiRJsSTzMOMpWriHQ2N { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/jJnZg7vBfMs/unsplash/maria-ziegler-jJnZg7vBfMs-photo-1564767609342-620cb19b2357.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:20.9375rem;left:11.5625rem;display:none; }#sTrclnnLTwk0RmiRJsSTzMOMpWriHQ2N.adaptive-delivery-prevent-bg, #sTrclnnLTwk0RmiRJsSTzMOMpWriHQ2N.lazyload, #sTrclnnLTwk0RmiRJsSTzMOMpWriHQ2N.lazyloading { background-image: none; }
#eDDEbhkLiEE1OX4bmke6yOolzerCaLgb { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/5MVnYVqOt14/unsplash/drew-mckechnie-5MVnYVqOt14-photo-1531586024505-b040066c2d5b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:21rem;left:41.0625rem;display:none; }#eDDEbhkLiEE1OX4bmke6yOolzerCaLgb.adaptive-delivery-prevent-bg, #eDDEbhkLiEE1OX4bmke6yOolzerCaLgb.lazyload, #eDDEbhkLiEE1OX4bmke6yOolzerCaLgb.lazyloading { background-image: none; }
#oa8KGxqiBxMzqC0PBSKtgmPT41CX6iOL { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:0;text-align:center;text-align-last:center;display:none; }
#Cpld1XS7FS9vKloNthc3GbQPh1wBhlO9 { color:#ece7e7;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:35rem;height:0;text-align:center;text-align-last:center;display:none; }
#RMAIoZ9ZCAiV8hS3ZRRktwUDKJcXl1Wa { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.125rem;top:0.875rem;left:0.5625rem;display:none; }
#ePoXvnQUs0uHQhZ5y3gth7RlXz7Z3VKy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:18.125rem;left:8.75rem;display:none; }
#AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.625rem;left:1.1875rem;display:none; }#AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:19.5625rem;left:1.1875rem;display:none; }#txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:20.1875rem;left:1.8125rem;display:none; }#Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#q8Ptns5MFa4JCvORh84TICsof9DLBDPv { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:23.875rem;left:1.1875rem;display:none; }#q8Ptns5MFa4JCvORh84TICsof9DLBDPv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:26.5625rem;left:1.1875rem;display:none; }#ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#xZcEluW8bTacCfW4OrUlUT4NJ0U3lAFX { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:40.4375rem;left:1.1875rem;display:none; }
#XEGBeJhXikVm72UFETD1y00wpKexHFfT { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.125rem;left:1.1875rem;display:none; }#XEGBeJhXikVm72UFETD1y00wpKexHFfT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:45.625rem;left:1.1875rem;display:none; }#I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:48.1875rem;left:1.1875rem;display:none; }#hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:50.9375rem;left:1.1875rem;display:none; }#VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:53.875rem;left:1.1875rem;display:none; }#TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
#pWulLvxU4kpDfBuikCA3ZHFIde5R3Q4X { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#xxHZ2nm6fTAhnGcXVrEPV3vBF9g1owRG { color:#032b23;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:6.25rem;height:2.4375rem;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; }
#GlmSdih00epEsirb8qXGi445HcmNU42p { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.625rem rgba(0,0,0,0.2) ;height:12.875rem;width:13.5rem;top:5.6875rem;left:0.6875rem;display:block; }
#vPIxkhhwnWFSpOoamSxEabc9X06aqZsT { color:#555555;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.28125rem;height:2.76171875rem;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; }
#K0WqZCVR6L2zEDMxud513N6TpWDu6xxl { color:#555555;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.787109375rem;left:1.5rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTwNaREfFRw4uh9p85OK0FtUNlPG796U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.84375rem;left:5.15625rem; }
#yNcDgqCTo3OxS9HgvEvQIQfqRGFsI5uV { color:#555555;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.53125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUyZP5GX7mqEn2oXgMKyU5kaEecd7pQ6 { color:#555555;display:block;width:12rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.787109375rem;left:16.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbulxzDkV2TZ0x36QHKJd4mD8sQQnGTL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.09375rem;left:20.71875rem; }
#yOACM7xVwNkfb6JciTsocg5a73DLVthG { color:#555555;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.34375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyD3OT3407cabrfJTqoKvHabdhIUBvIE { color:#555555;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.787109375rem;left:31.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JiIHTC4C1a9Q0trcsPaFiBmdzWLZyevm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.96875rem;left:35.4375rem; }
#i6kXbDIIZMsQe5k8B90oB3G7zbpEo93M { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.625rem rgba(0,0,0,0.2) ;height:12.875rem;width:13.5rem;top:5.6875rem;left:15.65625rem;display:block; }
#bpecDtk75fMB9OHnG6ahmamRfuZU3XKc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.625rem rgba(0,0,0,0.2) ;height:12.875rem;width:13.5rem;top:5.6875rem;left:30.53125rem;display:block; }
#d2vEZDLDuH8ASnpkTIK5cPQCMA9TvuvI { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.625rem rgba(0,0,0,0.2) ;height:12.875rem;width:13.5rem;top:5.6875rem;left:45.53125rem;display:block; }
#diXaERyyn47a9OhRcXeSKw60pHxyF6Q9 { color:#555555;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.3125rem;left:46.34375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOcnLpHCTyIT68BMxdk1xeo3ecb3Z51z { color:#555555;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.787109375rem;left:46.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7C5WCPeG5e80dsONd4kPqzQFMs73Lw7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.15625rem;left:50.5rem; }
#Mkb79PRPEoztaJOAc3c6GweSHVP4pQ9u { color:#555555;display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.25rem;left:12.40625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#WkrJXn9iCVJm5hKOsyHyOSB7LkQxb17b { z-index:15003;top:23.9375rem;left:17.875rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LTCe0QCm5JaP1eO6sqwhpk2Nl2iV6KlU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfffe;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; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container { background-color: transparent; background-image: none; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container > .video-iframe-container { display: none; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row > .video-iframe-container { display: none; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .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); }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container { border-width: 0; border-radius: 0; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:60rem;position:relative;display:block; }#ZH6IP03PzEoptRMXwUJUb3gmeeh37vu6 { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:23.46875rem;left:10.53125rem;display:block; }
#WavXQd6e79cnOOeMVTclPTW21GoHk8CH { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:23.5rem;left:34.1875rem;display:block; }
#DB534RieRxl4o4yzvLrGcSWUVH2e0ihi { color:#032b23;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.970703125rem;left:10.28125rem;height:3.25rem;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;font-style:normal;display:block; }
#iTedM8w8GvMxUKDSZ3od3NRcUgWp9LWy { position:absolute;display:block;z-index:15010;background-color:#927242;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:6.4375rem;width:22.25rem;top:9.625rem;left:30.875rem;display:block; }
#xcZH8hUG8zFikXGfHm8o8n7rQ74PNv5N { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:10.4140625rem;left:31.71875rem;height:2.5869125rem;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;font-style:normal;display:block; }
#Dxo6y4CssPEPTDViTxoIHDQr14y5Qsvb { color:#032b23;display:block;width:51.1875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:1.65625rem;left:4.4375rem;height:5.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qTMSDlIlKH1Gt3TtBHclBbA6BRIp4W8L { color:#555555;display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.875rem;left:13.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#XTLlgfZmTC9ETJGXCCpOyq0ieAEBpWcC { position:absolute;display:block;z-index:15021;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:31.5625rem;left:34.1875rem;display:block; }
#lZWNI2g8T2e4JxwPCkGqVqv52pyNfebN { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:31.53125rem;left:10.53125rem;display:block; }
#J8h9BSHobJr4Vgnnp63F6Wm1yQ4mdTOO { color:#555555;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.49609375rem;left:13.90625rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#NVBPiklfocwORBbXmaotmh2A7NafhcLO { color:#555555;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:26.87109375rem;left:13.90625rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#poyzkhUq8kuETF1PLMiOpy9UQQqd9nwi { color:#555555;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:34.62109375rem;left:13.90625rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#kzsvRg2gbH1aIVo91f26JKpJyPeHONP6 { color:#555555;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5rem;left:37.75rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#u4ILIMD76gATlrsGTaLwoxTD71TedEya { color:#555555;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:37.75rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#GgGymhsl4OqA9s1Z5TQBuyFnTxySJGZT { color:#555555;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.8125rem;left:37.75rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#rJ39IZ4BZxPTqoNItxwS0RynXvKzv2yO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.58203125rem;left:10.53125rem; }
#t7fkgG6JLSq2fp4qlxq6BTNvaZD39USe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.228515625rem;left:10.53125rem; }
#HveXLZXknncn8nsUV9ASIDcRkBByeIvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.708984375rem;left:10.53125rem; }
#olyOvZvuzXgNLxiteXI4TpqyyUSFtzh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.76953125rem;left:34.1875rem; }
#AdbPKvcGE6JlNUQW0gfy0iZdecB9SIKE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26.4140625rem;left:34.1875rem; }
#BXGB5p8g1uIaClbVZhGssdF8n75NMTCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:34.103515625rem;left:34.1875rem; }
#sO9uz8TVBkVX8mbeOBXdv75Ug7AUFFby { color:#555555;display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:44.4375rem;left:12.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#TXG909km1qwU3XoeULr63EktLTpB8xJc { z-index:15004;top:49.1875rem;left:17.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gThQmh9wfWITRyZzSF85knpvaAm9Hesc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZ4ltw0nMnMJkcsvgnXOA2AhAgiVLrUL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.6875rem;top:13.345703125rem;left:37.15625rem;overflow:hidden;display:block; }
#d13cX4RoApGun7cFiawpN3EO8Gt48ct2 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 5rem rgba(0,0,0,0.39) ;height:26.9375rem;width:20.4375rem;top:13.345703125rem;left:8.125rem;display:block; }
#edNDxLbo5zJTvhbbb31Dh70Xxuobwlxg { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #927242;border-left:0.125rem solid #927242;border-right:0.125rem solid #927242;border-bottom:0.125rem solid #927242;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:32.9375rem;width:22.125rem;top:9.625rem;left:30.8125rem;display:block; }
#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container { background-color: transparent; background-image: none; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container > .video-iframe-container { display: none; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row > .video-iframe-container { display: none; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .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); }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container { border-width: 0; border-radius: 0; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;position:relative;display:block; }#p3zMEVExzBhgI6wv2GgV1OzFk2gMLd6K { color:#032b23;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#aZtn8we1EnKS1WrRel2qWhfgqbVWzSE8 { color:#555555;display:block;width:57.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.21875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FERuUUR8A9DTApCEWXGH1L51Ngs4QNOH { position:absolute;display:block;z-index:15011;background-color:#927242;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#cFaLQoQqTWNkIwtGsgJwLRMoJXccOGXq { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lni1tLQp38y3wd8pXUKoI1LV2HxrQ8yh { position:absolute;display:block;z-index:15000;background-color:#f9f5f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:14.5rem;width:18.9375rem;top:17.96875rem;left:0rem;display:block; }
#dA6UkoZTdLg7rfsEJW5JGQRZ2Kf9yLpT { color:#555555;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:18.875rem;left:0.71875rem;height:7rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SyEBKEiknV3i3ktmTeOQTSMROgNEqTF8 { color:#032b23;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.4189453125rem;left:6.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGZoJT7mPTUMVvJbGpeIEnT4h0vtWDgw { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67ecd8c6-67c0-4f65-a27e-708396cbc7dc/amirmohammadjafariOHLD4hnyUphoto15916820572622709c244d612.crop_517x463_248,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:33.4375rem;left:0.71875rem;display:block; }#aGZoJT7mPTUMVvJbGpeIEnT4h0vtWDgw.adaptive-delivery-prevent-bg, #aGZoJT7mPTUMVvJbGpeIEnT4h0vtWDgw.lazyload, #aGZoJT7mPTUMVvJbGpeIEnT4h0vtWDgw.lazyloading { background-image: none; }
#morKc8TNtbnTlMDHhXlnlsdp2vfZt5kV { color:#032b23;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4189453125rem;left:26.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ONp2Xh8pMqdzFOxs5LUq8ydcErrerJxt { position:absolute;display:block;z-index:15005;background-color:#f9f5f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:14.5rem;width:18.9375rem;top:17.875rem;left:20.5625rem;display:block; }
#kQunIlLB4VsQQIZEiUEl4vA6Z2sDZA9m { color:#555555;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:18.875rem;left:21.53125rem;height:8.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fHUg98WiQG3XXiaO2ZwXd1OC6N56OZXn { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/022a349b-343b-43a0-a263-ca9185d7ebd5/christinawocintechchatcomSJvDxw0azqwphoto15734970199401c28c88b4f3ecrop_1200x893_0298preview.crop_891x892_182,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:33.4375rem;left:20.5625rem;display:block; }#fHUg98WiQG3XXiaO2ZwXd1OC6N56OZXn.adaptive-delivery-prevent-bg, #fHUg98WiQG3XXiaO2ZwXd1OC6N56OZXn.lazyload, #fHUg98WiQG3XXiaO2ZwXd1OC6N56OZXn.lazyloading { background-image: none; }
#ISk5ooelMF70glOepIrmRdy3DyK3WaQ8 { color:#032b23;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.76953125rem;left:47.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKATtPMAWyLToiJvfNm1EhsVTna6g5VL { position:absolute;display:block;z-index:15010;background-color:#f9f5f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:14.5625rem;width:18.9375rem;top:17.875rem;left:41.0625rem;display:block; }
#yHzJAqT4FltO3WmNf2zMZTACMD0hKD8M { color:#555555;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:18.75rem;left:41.78125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eX0z65ToAkvZrf1gUQEgxz77mmdCQCe3 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f1c2da3-bd58-47c6-98c5-68eacff1a417/stevenfortierWtJtC0KCqdgphoto157797337181478b04a45ce5e.crop_853x792_99,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:33.4375rem;left:41.0625rem;display:block; }#eX0z65ToAkvZrf1gUQEgxz77mmdCQCe3.adaptive-delivery-prevent-bg, #eX0z65ToAkvZrf1gUQEgxz77mmdCQCe3.lazyload, #eX0z65ToAkvZrf1gUQEgxz77mmdCQCe3.lazyloading { background-image: none; }
#MeDNzpnSQJ5gExN4TybMpduwdyoTauK1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:29.25rem;left:2.40625rem; }
#zBBa0rnnqppIswJQisPFyrRwmbcwRdbe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.25rem;left:5.28125rem; }
#vBOxWs7iyzoNPLoEr0Odc0uXlgTewydm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.25rem;left:8.28125rem; }
#mPsxt0J7AvdoatTfyPLVMibJMMf9TET6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.25rem;left:11.28125rem; }
#fQgwr7QF1OGEyyXrqpoN71gqJw7OGzAm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.25rem;left:14.34375rem; }
#HHPo2brVXcz31aAThG44TpK7ZftqJ6LW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.25rem;left:22.9375rem; }
#nlV7zcxtGG1OEwuxpBynfiSuMH6eX0Dp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.25rem;left:25.8125rem; }
#JRxrdpSmBfP3lQSyTMKJSUCl7M3MmkBD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.25rem;left:28.8125rem; }
#ks4dyTGFUyzsSw97wVfbnbLVy1LbvTut { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.25rem;left:31.8125rem; }
#q5T6L9NZTeLpsIUSyxEpfeTXGp8ValxQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.25rem;left:34.75rem; }
#GevP50KhUxwURRx5Re0BzIgXivTBXAOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.25rem;left:43.4375rem; }
#XC6fZ96rTi3z1ELN8vx4yJmsIyPGbskA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:29.25rem;left:46.3125rem; }
#pGItnEph2Zgv8mDRy9SAbzXns8N3AFGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:29.25rem;left:49.3125rem; }
#EITW3k0udHTmKNrApsSHdTGWSO3bTd21 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.25rem;left:52.3125rem; }
#antRgoistsnlWmrdXIaApyakZVfTKoKw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:29.25rem;left:55.25rem; }
#yUbsRqezS62lr9S9SqZ2zeJ9RSTvUPg5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:19.4375rem;left:0.25rem;display:none; }
#ONQbiJwAwcxuZu9hK9Ms6sd2i7wizuG1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.1875rem;left:14.78125rem; }
#TeJi2oAs6hrApUTXsu9O3Lr169OHiA1z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:17.5rem;left:20.15625rem; }
#lkWDASKRuJUED2aoMvpxZGLtWXaoeigr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27rem;left:38.46875rem; }
#V1CTnCqKSDUKyLLLcfnTJgaq0OmDTLa7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.5rem;left:0rem; }
#fXQEwCPokWDAgweWmLU7gEs1w74w6UuM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.5rem;left:41.0625rem; }
#XqlzXs5HBWEFlXbGwvwil2d0aTB5bhoT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.625rem;left:57.90625rem; }
#vuvIq7Zxp99Og0UBCrTMpypiatrJhxd6 { color:#555555;display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:39.9375rem;left:14.71875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Zk2CoEWTfhyagLpZQpL8FWbNW1TnRW4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:39.48046875rem;left:14.34375rem; }
#USRTXkEGII7a4GmmJxdJobqiKfHqTtsg { z-index:15005;top:43.03125rem;left:17.875rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lQnmFxilzk5dZzAISt1WmLwwqUDOVCQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVdumKc0RNIZchnWa7JMJfMxUQ3Q4Tu0 { color:#555555;display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48.25rem;left:12.40625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#uV6CerQDkclqEswNaxcb8WGeipEXByfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container { background-color: transparent; background-image: none; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container > .video-iframe-container { display: none; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row > .video-iframe-container { display: none; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .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); }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container { border-width: 0; border-radius: 0; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#tC0mbQ7xdduzZ1bsHPSUFla20KMbiQal { position:absolute;display:block;z-index:15004;background-color:#032b23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:19.125rem;top:13.0625rem;left:30.6875rem;display:block; }
#TE6qZsuPrCBPumzlVL8FRDzyrkQK0ASC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.693359375rem;left:34rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgwUyAgTMDqW2PbIblXHGGQg3hys9ZW8 { color:#032b23;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.693359375rem;left:13.5625rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okgU5TxAiTJELpwebKP5Avvt0eALMgQf { color:#555555;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.693359375rem;left:9.40625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D3Bqat8CPHWxgtXm4gz48ikJyUy8I6rc { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:33.1875rem;width:19.125rem;top:13.0625rem;left:10.25rem;display:block; }
#lS5HLX98g3EAHIHcqJyzW4wWEWfnWnN2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#927242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42rem;left:33.40625rem;display:block; }
#WByAa5VqMVbDT4mKBU2lGOvUPxlyIC8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqCwPuVI8U93eH8rlCTNWBVn6WNo1tI3 { color:#234446;display:block;width:53.1875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.40625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vP8rglGQ5WsKqn64UuW3GqnLl2cgJ0Je { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.4375rem;left:11.5625rem; }
#A8A52IZgzapwxN6yJHwVphHE4nIpqybV { color:#555555;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.375rem;left:14.9375rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#TP3mIEBoUwZWE1vJXROtlOLIx2Gq31nO { position:absolute;display:block;z-index:15027;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:23.4375rem;left:11.5625rem;display:block; }
#HFLWx2nI9MPL45UVmyuHM26yaANTGrl2 { color:#555555;display:block;width:13rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.037109375rem;left:14.9375rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#MpvDso3KAn2s9hf55SKzOHRbsuPkz6Jl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.125rem;left:11.5625rem; }
#shV8OcidwgQLoxqpSWMmRU5i7OEugnxV { position:absolute;display:block;z-index:15028;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:29.59375rem;left:12rem;display:block; }
#HM2PoMlWUngdE0FIsCkPCWlKcRddchls { color:#555555;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.849609375rem;left:14.9375rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#GltnX6vTTowkSpcW7BXSC7d0ApDOTgzN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.935546875rem;left:11.5625rem; }
#UqCTEH2y4gItTsRpOT8qcv8OT77Al2N9 { position:absolute;display:block;z-index:15029;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:37.0625rem;left:12rem;display:block; }
#muT8odnyp4yffMVfFlKlgSLoB5tFZM41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.25rem;left:11.5625rem; }
#RvdbF4hIG5CSgvlSkcQs3bLeFHJqeOQV { color:#555555;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.431640625rem;left:14.9375rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#vqmBoE0dQuvI8qiQBTJykPhhNk4nIZqm { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.3125rem;left:36rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#cgTMSp6OobZ8NyyFdanNA614fFFAc0DT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:19.5625rem;left:32.4375rem; }
#xT0KTqgSx7dICNyHsnMBHyzBKfPsou4u { position:absolute;display:block;z-index:15028;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:23.3125rem;left:32.4375rem;display:block; }
#aUPRN4QGrnnTe6UiA6zPbMXNDQfZZSX2 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.0361328125rem;left:36rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#ZXWxKEK8Q5TPDs5Mhbk1rniZ0yc99T3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.310546875rem;left:32.4375rem; }
#N8cf14keKs1J3MkEC4XTSTexOoIvZXJq { position:absolute;display:block;z-index:15029;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:29.59375rem;left:32.4375rem;display:block; }
#APwGlHiFLrkTUydw95Gsw9tqqgoFoDFS { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.037109375rem;left:35.96875rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#UyIEAKcJ4RVh9UIQTQgfeK2HTT0bPxsb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:31.3125rem;left:32.4375rem; }
#GvA67sqGyDJR4lKiB1MKsEhzkNIpUrHD { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.0625rem;left:35.96875rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#kLgrWv0vOXRc0AZka0iu8Ct0yv1qA9M0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:37.3359375rem;left:32.4375rem; }
#V7OBlEoxbHVWetATrrMToTtwTbo5PhCH { position:absolute;display:block;z-index:15030;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:35.71875rem;left:32.4375rem;display:block; }
#OEtBKmXrl8SUQQiqRmWsV5GEkUBVIeEe { color:#555555;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:46.875rem;left:30.34375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XAczticciiDpa7X9PIicmdzNy82CcUTw { color:#927242;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:9.40625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aKj9uDanF18/unsplash/ahmed-aldaie-aKj9uDanF18-photo-1651467606797-e1c660cf3fda.jpg");background-position:center left !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; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2.adaptive-delivery-prevent-bg, #ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2.lazyload, #ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2.lazyloading { background-image: none; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container { background-color: transparent; background-image: none; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.57); }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container > .video-iframe-container { display: none; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.57); }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row > .video-iframe-container { display: none; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .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); }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container { border-width: 0; border-radius: 0; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#sQPbcWb20DXUICl7uJzp8mLlQPttp5SI { color:#ffffff;display:block;width:51.6875rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.294921875rem;left:4.15625rem;height:6.662125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaiTlDml4WdyDLOpswVI20Bqrdyntquo { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.0859375rem;left:41.59375rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TWX8gNe5wn09ATMqyT9GD1a0Cvu0hTRx { color:#d1b994;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.390625rem;left:39.375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JN1Urzsg864kmOG0oqTwuQGxiKhJitVb { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.0859375rem;left:23.90625rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#arLfg5u4h2fPaZJTwtPdsUOCha713CBW { color:#d1b994;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.390625rem;left:22.53125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xqo3NWUQXbpHlu8BINxWt9G4eD4QTK2x { color:#d1b994;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.390625rem;left:4.15625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGR137EEqOsLuH7sDfonF5zb1396Iq2I { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.0859375rem;left:5.09375rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y9DBc8RTuD9tVPDBDIZ5d8PKDP3e65VN { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:4.96875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITi1u8ECricfRhZ7fn9HXcGCl5kZpiis { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.8125rem;left:23.34375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxU5NXzvULRPZiD4r4tZ9L31NRXFaMbL { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.8125rem;left:40.40625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWAEpI5boeNNMOUWCRKlwvKOoxlsHW5S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.8515625rem;left:7.6875rem; }
#QbQmDZlcvZJBmdkC4WSA0KxlSTWHdDzg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.8203125rem;left:28.03125rem; }
#QOtwhk3AkVLKK9qAnm7exwMX5VBRzvTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.1328125rem;left:45.1875rem; }
#S6p6UuJCaMLyoN22aWH5nSu1lz1qyCAU { z-index:15006;top:34.9375rem;left:17.875rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WEqkTrhIQMEEKz4B0xvgqAQua2T4Z3S9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4zElNt19JiKaX0DMebsqo4lVOLbpLxA { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.0859375rem;left:15.84375rem;height:1.3808625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container { background-color: transparent; background-image: none; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container > .video-iframe-container { display: none; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row > .video-iframe-container { display: none; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .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); }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container { border-width: 0; border-radius: 0; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;position:relative;display:block; }#bC2zKJ4GCkoqAJKxfe4lOIINi7RE9TX0 { color:#032b23;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9UDXu3PkI2NyBgg8LWqXrAtquHXiGVU { color:#555555;display:block;width:50.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:4.5625rem;height:2.923825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cvVTthOS8tI1a4GB6Otsu4hLVTT2ArHH { position:absolute;display:block;z-index:15000;background-color:#f9f5f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:34.1875rem;width:18.9375rem;top:11.84375rem;left:0rem;display:block; }
#HflDOzf9gvGQUbNK0sFT34zcqRmEJSab { color:#032b23;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.4541015625rem;left:0.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUAobRhvQDqfgaKVoONfe9HeuirsvypU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.8125rem;left:7.59375rem; }
#Snfoz0nmK8Lcg1P70Cx35RT6SRtTZE6T { color:#032b23;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.314453125rem;left:1.03125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSdgIHHyX5RSIh3NzRnKtqoOqL1L9VEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.7177734375rem;left:1.65625rem; }
#bxUudJJmM2QFalcKGzDTSEU508ykTQ7T { position:absolute;display:block;z-index:15033;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:35.7236328125rem;left:1.65625rem;display:block; }
#H9JpD5P2a3smUdZ2ngGwKMHKIud5fWpi { color:#032b23;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:24.13671875rem;left:3.96875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9PRgexbP2Wv2u8GM3PGq2hD45xVJDob { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:28.728515625rem;left:1.65625rem; }
#RN9qsOctn6gu885OCKn7miZdtrAf447H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:32.7294921875rem;left:1.65625rem; }
#CO7le8Z9AqciTxBw7O0815C1lK66yhqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:37.3740234375rem;left:1.65625rem; }
#OnatOI9qGUDHET7J5Z6ktgyVVzMCk5eu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:42.01171875rem;left:1.65625rem; }
#uZrwzfT9atVT1E2lqrNTMuOATVK7ff6h { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:28.146484375rem;left:3.84375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#kttmyxUKMIaHDf0kyJeUnPrZsXQBsBwx { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.1484375rem;left:3.84375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#az2hCIUsQ195kkRMTzhQldqTXggsSmCm { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:36.79296875rem;left:3.84375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#y9xDnQQl6ggnpldShucyyPRaqW9NBiXl { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:41.4306640625rem;left:3.84375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#XWCos86yKfkJzh0WoHMh4dQWPGJFqRtG { position:absolute;display:block;z-index:15034;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.341796875rem;left:1.65625rem;display:block; }
#ME0T28q7mnOmIX255eyD3ZVPWhOWHk9V { position:absolute;display:block;z-index:15035;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:31.3115234375rem;left:1.65625rem;display:block; }
#mcoiy0GzzuFJhcVErBslRkzH3auwPEpP { position:absolute;display:block;z-index:15036;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:44.90625rem;left:1.65625rem;display:block; }
#K1qMle6pXoWHI4P5fmeUDaVTmGQlX5M7 { position:absolute;display:block;z-index:15037;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:40.0419921875rem;left:1.65625rem;display:block; }
#I88g51GupORyzb4g4a7cOtd2DAG6HnnN { color:#032b23;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:47.23046875rem;left:0rem;height:2.2734375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SpTrrSGZCCqcEuSgXM8igawToksHi4rk { position:absolute;display:block;z-index:15040;background-color:#f9f5f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:30.625rem;width:18.9375rem;top:14.134765625rem;left:20.53125rem;display:block; }
#vSDa3rO6xlnzk9BgQecvb0r6I9Fbwf6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:39.392578125rem;left:22.25rem; }
#HkmWbUBXNCpkZOwm1v8gdPGBGx2bvsNw { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:38.8115234375rem;left:24.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#K1hwMZuTOaPeAGviHc85AFQhUTocCr9W { color:#032b23;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:46.03125rem;left:20.03125rem;height:5.68359375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XKK8wVl5iBQPb1sTBuG9ZKRh7TqhKaPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:30.166015625rem;left:22.25rem; }
#ZiZrt8TmekeKUrQTentsvJTfwvqQIa9l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:35.0673828125rem;left:22.25rem; }
#XQ6MWiJkpXgvPl8nJSDazbVuQvxQCDTW { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:25.6083984375rem;left:24.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#C7hBEeQH5FLM4cwQDzMSTc647T9AGHgs { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:29.6103515625rem;left:24.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#BUmpQkTrw9iDXtD6GDc4hS95L4zn2Hdo { position:absolute;display:block;z-index:15074;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:42.66796875rem;left:22.1875rem;display:block; }
#TKnVrlVz25fw7uk625QM33TAh93n4oya { position:absolute;display:block;z-index:15075;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:33.3857421875rem;left:22.1875rem;display:block; }
#C2Xt6kLk4GNvHPgyiRhhqgyx3VPzsq4T { position:absolute;display:block;z-index:15076;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:38.0302734375rem;left:22.1875rem;display:block; }
#fiiGawLqHlTtGuPFAEVJmqK0IT6XDw06 { color:#032b23;display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:19.626953125rem;left:20.96875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgFeLcQaTig5sp1gazHJGcX1hxyTX9St { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:15.12109375rem;left:28.125rem; }
#RT7HJ4sHkDpk5NloXHwbSgho7NECHZBc { color:#032b23;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:21.5986328125rem;left:21.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnPbUJ7EIycO0C8Xyl7LZHr3ZEmh7Qw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:26.1552734375rem;left:22.25rem; }
#WBnZHNRsz2ABglRKO1A6rpnCl6TNt4Vy { position:absolute;display:block;z-index:15073;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:28.875rem;left:22.1875rem;display:block; }
#RlEqDTte5EV87u7tn69BtTFQTmPVtBTE { color:#032b23;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:34.486328125rem;left:24.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tfIogb3P0S00Te2esV9QmCqbz5HPTL4H { position:absolute;display:block;z-index:15060;background-color:#f9f5f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:34.3125rem;width:18.9375rem;top:11.8125rem;left:41.0625rem;display:block; }
#HshsBVbTmWJtOhuW4l9TkJqKTOh1tKRk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:42.01171875rem;left:42.75rem; }
#JPl67IJnLisryahcidmoSTm9eHmpz7lA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:37.3125rem;left:42.75rem; }
#fmvS1o3dAoMGsnvCZR0Ftk8JtQTuo8cf { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:36.79296875rem;left:44.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#wz5MmTPa7B7aoS3Du7PNyDtDqIX9um8i { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:41.4306640625rem;left:44.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#Si91FoXcgvUVsDJVyF3IVQzO1rhTBPda { position:absolute;display:block;z-index:15097;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:39.9111328125rem;left:42.71875rem;display:block; }
#AdxIAbvl96KRJ8064PTKLqU5Hr8GPNLw { color:#032b23;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:47.23046875rem;left:41.3125rem;height:2.2734375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EdvnMT9sqgSmD6SNfqJkGTNW6nPTKwcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:28.728515625rem;left:42.75rem; }
#SJGPiBKNbR8FN8PsVS61BpbDqWCwqACa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:32.6044921875rem;left:42.75rem; }
#gtDeVdmGzmNlxUQnxd4Tnz9O3OeqaPHz { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:28.146484375rem;left:44.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#LnHWlFESsoPBhpJWF4LnWXMnt7SaLQvv { color:#032b23;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:32.0234375rem;left:44.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#KrMzteaBbBAbNtCkIyVMBitieTqtLLWQ { position:absolute;display:block;z-index:15094;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:44.90625rem;left:42.71875rem;display:block; }
#GZqC7T3mSk2PTprGHQL1aL4nC5F02bPn { position:absolute;display:block;z-index:15095;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:31.3115234375rem;left:42.71875rem;display:block; }
#VR37cpemqPorRFhBZIhcdg3JRiAWlxss { position:absolute;display:block;z-index:15096;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:35.7861328125rem;left:42.71875rem;display:block; }
#M9I1RQnMF8BAWCHVZbJXRe08tJE0fzwP { color:#032b23;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:17.4541015625rem;left:41.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOH46q9G6vzKmtpeRrImyKAmEhA47LTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:12.8125rem;left:48.65625rem; }
#yaxOd9avrH2V9qlBNPcNBQIZzaGcKWti { color:#032b23;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:20.3759765625rem;left:41.84375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sM8odQDCs33fNz8B1M0axpWcesxL7ZHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:24.7177734375rem;left:42.75rem; }
#mWHx0iSliFTvekWCrdgs2nbWmFLDbf9E { position:absolute;display:block;z-index:15093;background-color:rgba(144,144,144,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.341796875rem;left:42.71875rem;display:block; }
#l8N7O4L8UelTVg9UeVGpRp0X2cEKXpse { color:#032b23;display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:24.13671875rem;left:45rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vv9k3D1l83f7Crl8GQIIdH1cCs4D6O6d { color:#927242;display:block;width:50.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:51.25rem;left:4.5625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZUARfZ3SXU96zAxVPmUAJabgxhpt1Mh { z-index:15004;top:54.5rem;left:17.875rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qVwWDsHio7Xd4nwmXHgTrHLvTU6ZsdBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8qemFK8AxdT1pWGSzoAmVkgBekrddeH { color:#032b23;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:48.4296875rem;left:20.03125rem;height:1.13671875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk { position:relative;display:block; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk { background-color: transparent; background-image: none; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row .container > .video-iframe-container { display: none; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row > .video-iframe-container { display: none; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .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); }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk { border-width: 0; border-radius: 0; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .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; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5f0;background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;color:#032b23; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;color:#927242; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-trigger.adaptive-delivery-prevent-bg, #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-trigger.lazyload, #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-trigger.lazyloading { background-image: none; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn { box-sizing:content-box;height:auto;width:53.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#f9f5f0;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.8125rem;left:2.21875rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #ktsHfpTySFcZOHzzGXfaae79IxaBxvRk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #CCczpp1gczpKSJZJyZEwTst9TgIPgAqd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #BesHl0EGeOGNcAWmm0LwXfMeyBlZwFm5 { display:block;position:relative; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #blHb5wvNGpeTCZP4D9nTVgkIlTzTe8gu {  }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #a8vELGGkdAhqeuGToJT07m7lXw38Mmqt {  }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #DlSRaoee8cXehPHiG9wDIJRxDTgsazEp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #qZiWHpQAwL0HNJllGmpPwM5mHJtOmpZn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #RNhSWlI8pykIiN3GymfoFThQuxKSzwfZ { display:block;position:relative; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #d7JKHvUJwRXREAfxpUpv3HLhF8d3smCr {  }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #XxWfUPGvEzsvhkTLBKvsiPSzdtWfEaUs { display:none; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #v8u352yFuMZXzdNIXWE8A0l6HamTxoQt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #aGmqBRNThsQr6uqWXBn938XeppU5gBgk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #IVDQoPrzTWsxZUFimyVVBTSvkcqnrakq { display:block;position:relative; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #BLOXzULLZvMnDlAlfTX7yNJ2kH0XEeHI {  }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #TiHi9HzPXnovuAu1CMXXJJokwx1eP15K { display:none; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #cNCtxUWibBUzlALJFEPiReV4POBAx7TW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #cTHxVRt9ACZw1BRxJMXkJRSTkXkdvIQ3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #KsGiGnSu94CG2i9gWLnlxTlmSAVT4Dee { display:block;position:relative; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #rhDBv2DddQU2XegwtBpvSS2hDWmcsbXc {  }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #kWdbIDmJcqTLyOpFhVgW30tIqglVEmQa { display:none; }
#LJktBSV1C6nibyDTaS09qJ0F8igXEvFy { color:#032b23;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:18.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH { position:relative;display:block; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH { background-color: transparent; background-image: none; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row .container > .video-iframe-container { display: none; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row > .video-iframe-container { display: none; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .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); }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH { border-width: 0; border-radius: 0; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .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; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5f0;background-image:none;font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HumPVNSotP6bAoE7TUn3RnSdUdSrK2mZ { color:#032b23;display:block;width:55.0625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.46875rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcGTTDZskGTCh04RFTWXrfuxUWw5m1qe { color:#555555;display:block;width:52.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10rem;left:4.78125rem;height:2.923825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CtBps6GcCaTSVH43mfENyS6fg56wdEW7 { color:#555555;display:block;width:52.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.5rem;left:3.59375rem;height:2.923825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JHIlnW8R9WkB40cmXCO8c5fwURFp3Sze { z-index:15005;top:14.1875rem;left:17.875rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qqQEkMbVBsi97FfByTJMS9csow1RM0Jp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#032b23;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container { background-color: transparent; background-image: none; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container > .video-iframe-container { display: none; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row > .video-iframe-container { display: none; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .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); }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container { border-width: 0; border-radius: 0; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#RJ3TF162Cqs9w7OsT27ctfPhwadIZOMe { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:10.818359375rem;left:18.46875rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#XyZtKFfa6TN3GpGJb9N714EcmIEqHV1e { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:21.4375rem;left:6.25rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmGho6w4vOdLF0i4GBAvUxqLBMXrIwaP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:16.0625rem;left:24.6875rem; }
#olUNDJ5h9tAdkHoq8OacqPG1CP0roW3Z { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:16.0625rem;left:29.25rem; }
#olUNDJ5h9tAdkHoq8OacqPG1CP0roW3Z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BehThZR2IDiASoRvKT5qkiNHtTfaETn3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:15.9375rem;left:33.125rem; }
#BehThZR2IDiASoRvKT5qkiNHtTfaETn3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CMFkbFmqBu0iWkXwPHAa4QlmBf3SI3OO { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:17.75rem;top:1.9375rem;left:21.125rem;overflow:hidden;display:block; }
#w4wQwsFM3ZbmK6KkloFCg3GxdMWQ0eFs { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:21.4375rem;left:33.125rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl { position:relative;display:none; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl { border-width: 0; border-radius: 0; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .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; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HnLTLCNH0H9S2qoWECyNspCVrI9L2HKv { position:absolute;display:block;z-index:15001;background-color:#927242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.75rem;width:28.4375rem;top:20.4375rem;left:29.6875rem;display:none; }
#wU4WFS3WU9uFPAlLHsvm8kF15vMFGult { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.9375rem;left:35.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#THXfsqu8JoESCQmTx6DdKmWFhWWa0l8Q { color:#ece7e7;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:35rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#pkyd4RilIDMJ8A14pACQKJlNVLIVQgTH { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:40.4375rem;left:1.1875rem;display:none; }
#r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.125rem;left:1.1875rem;display:none; }#r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:45.625rem;left:1.1875rem;display:none; }#LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:48.1875rem;left:1.1875rem;display:none; }#qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#gsykciw907nx4qCl1mKzSuSaXV9ZmmPv { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:50.9375rem;left:1.1875rem;display:none; }#gsykciw907nx4qCl1mKzSuSaXV9ZmmPv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:53.875rem;left:1.1875rem;display:none; }#syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
#TCTf9fdygNyMBvly1mootS6uS2CfNHhp { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#yoozSMVyUha7DD5IT9ZKDVRoR2f7CaBE { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.375rem;top:50.75rem;left:0.5625rem;display:none; }
#GG133zBx7PPKCqnTPacZovxi1NA68qTn { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#gEqlDrWg3mvLWa6dfwL4lF6lcGr5WJZx { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fep0B3z0/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm.adaptive-delivery-prevent-bg, #C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm.lazyload, #C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm.lazyloading { background-image: none; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container { border-width: 0; border-radius: 0; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:none; }#FntToikSMi7deBTKEclvA3sLKMvAa3bV { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0.6875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLTkGqcmM966s5QXPZeM15yn4zI8sCLX { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuIIu1JOPbGFRENmG0iRuECJtnNqGZ3q { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:15.6875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3CkiBusTd9huzhvAuLU98CrliUWtFd7 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:16.375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMfNcF7F3Gw1vxK6pn1WezEwXoFcyJu1 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:32rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZc9X8bmek6UnpupJdyAA33uHl0Xr64U { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.1875rem;left:32.6875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBsRmWJ9uKxqRrbbacV51OTC6FDd6S8E { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:15.6875rem;display:block; }
#I74AlvL7aVCO55cEtkVrB8QhxF6sDa1B { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:29.96875rem;display:block; }
#OlJT0UzElpzgKR0x0kGq2rlfp39Jf93N { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:46.75rem;display:block; }
#l2kyN695beH5m13le2T0VhPhToWq0UTn { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#GNgluk0BDGp61mHOnOeSTSCNqMfrRWgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TJNQhLbVw8zy9t7LcitTUxXFaCA2pv50 { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#Kwvm7K7aqHbKiKNLd96UNMml9bT2Hxe0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#f9uXmGzReg8cq8HUhTVk94FA4ou5UuKP { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#MKNm7s955oJo6LDMvcdf4uyt0FKnFlHB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qSPhubFw1XXT79bzvO7SNTiy0V7Rqg4a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZRk5ud0FNsUwLzPdWQ2nIJnXAT4CAyUg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GNGp21FJAXtMsyHUCSE39oTyWINhLIiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BVtR1O36ZNTJOJyDmiu2sSTcPuZWfKID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mxIU2VKVASO3xDk7NCgoZ7TTZVgCxzLo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#032b23;background-image:url("https://images.assets-landingi.com/uc/876bd3bb-b9d2-478f-9e98-c122c6dfb9d3/pexelsapasaric1619569.jpg");background-position:bottom 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:none; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC.adaptive-delivery-prevent-bg, #g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC.lazyload, #g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC.lazyloading { background-image: none; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container { border-width: 0; border-radius: 0; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:none; }#eNyurTfTlWW4PtCPFG3WzCRVByVrVB2a { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:12.71875rem;left:9.9375rem;display:block; }
#E3i0XnhEK392xhfCn4TaTqm5cEKSdKsH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:6.5625rem;top:11.4375rem;left:3.375rem;overflow:hidden;display:block; }
#CI2w4DdfLMGCsJ41ZnIwuKy9LvMpXqkR { color:#032b23;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:14.0625rem;left:10.625rem;height:6.75rem;font-style:normal;display:block; }
#WyUIyGbKSpxWeTnba8IOW6eU18mpUTxp { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #927242;border-left:0.0625rem solid #927242;border-right:0.0625rem solid #927242;border-bottom:0.0625rem solid #927242;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:24.8125rem;top:16.375rem;left:33.5rem;display:block; }
#RR0XmolxALqzpuO26nWU8Rm5iASo4EZm { color:#032b23;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:35.1875rem;height:4.38574375rem;font-style:normal;display:block; }
#IC8CdgS4Bfp4hTS0x8WlXR96TXJmfm6p { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:26.75rem;left:9.8125rem;display:block; }
#nqfeBbBUdP0pcbSgAPTM7RPCzkATd8t6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:10.3125rem;top:27.21875rem;left:0rem;overflow:hidden;display:block; }
#BLD9GKyRricFxOPicrveSZixMqVdG7Ta { color:#032b23;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:27.25rem;left:11.21875rem;height:6.75rem;font-style:normal;display:block; }
#Arl9hVcoElzkLuPf3C0ro52sFE6wZlNv { position:absolute;display:block;z-index:15004;background-color:#927242;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:24.4375rem;top:29.1875rem;left:33.8125rem;display:block; }
#W55r3Lpe2gml0BUTXOfpfNCG7Tnb5IMD { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:35.71484375rem;left:35.1875rem;height:4.38574375rem;font-style:normal;display:block; }
#aAlfAhOcBkCi7e5tzBBO8VsIVsqDUcDt { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.25rem;width:60rem;top:3.75rem;left:0rem;display:block; }
#Jrq65NvLkpILhTroaSRzLF5tt21qtGyf { color:#032b23;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#erfgSXwVIznnnW5JNDVvFKR1Jlw2SgMr { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.8125rem;top:4.75rem;left:28.59375rem;overflow:hidden;display:block; }
#SALxe6i6Gl1BvygEiqnHe4LXVVoPqham { color:#032b23;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GhvelhP07kznTUVIxP7fugKrRkzterzC { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#N3cRp13bMaPw28wDoJuu1n7ZEsyur5kC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VLl90dTHpttTKJwtLwoTDKdDJnEcUl2N { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:32rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dkekD3IhU6hPTiSMhCp5LtvSM1nyQO2c { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#JJhs0MQpSSgpqR43p1qix0FKuZZnhntq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;display:none; }
#gSGJqeqFkRsybcnymHmBC5CeXkGcP52I { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WBOhc6q7XGk4FgQas3Dvi7SV8RoQL5w2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.9375rem;display:none; }
#XNqGHD6iQkGhT0dwRbXM4SIxSed1a5Ui { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#HD2dQnlR6LLoTwKTQ3NQ0JqHFnWXCOWs { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:32rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oru89V6lSygbx2w85LTImm9EU5eVfPAB { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#rf8RSBGUyOoWv2OiyOvApweJNQ3vCZlu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#P7l4WkfSLq9zlv8x6UQoAP8yMngNTBWE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.75rem;display:none; }
#pwPEVkczdqIHKlezqG4wUkNC8XwAm6yr { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#Uio3LIxgJAf0T88xk2e2OhgQIaZEDmNM { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:32rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LQPzglBTDHtIWAxgXqCDgL4LxnMlFzek { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#hnFDsPvS4HnUUKVqiivWxmokpCQnbakA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lh0AU4aEklk2QN3BpqspZW2MQOhhJhJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SnpJkSuStcALVNubCv8SQIOJ6oxm4OMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#IVmnlqahQZNOa3PoOgiOOUAb7T2aSONw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Heh1atZlT36T5eCveslRM89Arw9kEsLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#A8UHc1s6RJ73uBPqNUhlwcbgM9SpB2Ji { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#h8TpbrE7lfiPHN6LupuAt2TxSxJg0Acf { color:#f4eaea;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.78515625rem;left:2.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#bxBcMbu4TPu4I1CMBT3yOEwl6RKK3WHs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-trigger.adaptive-delivery-prevent-bg, #MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-trigger.lazyload, #MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-trigger.lazyloading { background-image: none; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #uNO9GXUeGt7kDyIr3VRK8X0WgBFWZBUL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #vzLhWiDVXmQtXm3RnQStDv0xRdyV9StB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #AT8aNd3go6nXwfz0A1iUFGitf9XBohob { display:block;position:relative; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #cmReTWXKTyJcMI2GTTAlBfsqddFcbn8r {  }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #xbcQ4A7F9QTrmTTXu7cxFe80MLTLLZeR {  }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #WOwaI0MVRTXbk8hHpz5Idtpsn2Kwprym { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #ymvk5hXQqpSd2Ef9rQBGdhXLUwD8vk9H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #X7ekq6gsT4JF7E5ReSQ6Pskrg8dwDOTN { display:block;position:relative; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #NellwWPem25C0kEQpAHVIhfBCwm6zTyx {  }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #sHMODTHuLJgou3hlLqZJgIJmFSTTmLS0 { display:none; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #Z8TLxv9tlu5uhUnNTLoLzg1vNcQ8ZtUo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #NUp80c7EZSFZCf81xV3W33QKgIcJ9sc3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #uiRowM3G7UhH2QNoIw2uwEL7J4V2w7xV { display:block;position:relative; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #SlFeBlIxTbGHb3u4lQzZTrhUMon89RT5 {  }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #UTMpwwPnTZKh8ODC40RZ8LOW6TnxzxkD { display:none; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #DpiKa4AdhdpIvAmlOhrWcwcB3xcxSLP5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #rSeM3PEVeT5i1RO7bRQ3UxsXFUumItaS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #FyGJKudoqLz8L2lXeHpocUKUFxvEICdq { display:block;position:relative; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #idrBa5gS5NsdqvExOZGr5uh3f8TvVFJN {  }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG #Thi3ArsIbxkCvJOfQWSxP9q3TwFe2Led { display:none; }
#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container { border-width: 0; border-radius: 0; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container { width:60rem;height:44rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#uuSJr1oFcmpaH1xoboePC63Cs1wpdLhp { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMGzfqcA3RncANhXplgTeUiPrW13ob4D { color:#333333;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.125rem;left:16.03125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2xK4VezOW6FnnP1cFmLXRJJiDKNsKOs { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.625rem;top:28.25rem;left:1.8125rem;display:none; }
#WQc8sLsnF8cKTTb3XZ4PEgIcEwhgxqEe { z-index:15003;top:23.9375rem;left:17.875rem;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#En9Sa74rD86seU48SsVp16PqBeeJvclp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/Fr6zexbmjmc/unsplash/david-rodrigo-Fr6zexbmjmc-photo-1512453979798-5ea266f8880c.jpg");background-position:center !important;background-repeat: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:none; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w.adaptive-delivery-prevent-bg, #Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w.lazyload, #Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w.lazyloading { background-image: none; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container { border-width: 0; border-radius: 0; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:none; }#E4Mkg2I2O9PwsTllkFC1DLZhDzowz6iO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQweNTODbM0p60LcuznTpEqqp7lk7OTf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:13.21875rem;left:27.96875rem;overflow:hidden;display:block; }
#zbqbzctBc3f9gvpLPCpxkJCzHsoBTmo3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:13.25rem;left:32.875rem;overflow:hidden;display:block; }
#rmGvNh4O13VWoZ1w6fy30suJK5wRGpny { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:13.21875rem;left:22.875rem;overflow:hidden;display:block; }
#gcKMun8k0s0lxRcqBlIS2h8dMl66cBO4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#uw4Qg7zPUf3OAU78nz3XSXQ33kJLaRfv { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:32rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CSbOLC39MdOCIaExfz8mD8CeTJBQ95oz { color:#333333;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.125rem;left:16.03125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vDc9ZIvg8piBXVPV4ZqehofTwXAMBAgJ { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:32rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HCnuW3G7XVLZyy8ZO0TO4JQJn9uThwsa { color:#333333;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.125rem;left:16.03125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 { display:block; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaczmZ8ghv4w0XM3BMFOAg3Xwnvi9Fq2 { width:20.375rem;height:3.4375rem;top:11.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtQ3tkQcSKnQecZhsuFISW0CJuSTbufq { width:24.3125rem;height:31.375rem;top:12.5rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-regular-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-checkbox-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3  { width:22.125rem;height:auto;top:12.5625rem;left:23.125rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 {display:block;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 { width:22.125rem;height:auto;top:12.5625rem;left:23.125rem; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #dkPQ2ZwtT47NDSTxoy9ClwJFzV5BWy7d {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #VrGMOhgiGKfoZ40h9uOHiceeA1TZxTsT { display:block; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #syWmUXF3XVETooZu2PmzAg8XTaCvJFJ3 {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #ZlCvOUfocL3K7npEnU19SSRTXeLFpE36 {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #SnXg1r39zOUplDvqDaWgxT8ZlLt7AdgP { display:block; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #lzXbKnQRBJvAVbDAA4bCmPgG5XTDtaiT {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #WeV6ZSHeUnhQIzDVzUmAiOwPcQ3nO8fH {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #TcWGUOKTqZmKqIuLIZpOJ92fAy8nw9Pp { display:block; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #bHUEefJmaTr5pyLh5ZxfWdTtwSUpSoLR {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #ShFEyqtPCsaQLhZ9tB3wv2cSmnDC5pow {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #lXSWOb0TJuvsybzq7acMFTG1EP2e1o5e { display:block; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #pha76sShzF9gerJmp6nNT8qXEnKh5xwc {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #cU0XEEqT2V4DpAhBpZaFhPygzTTuoDXo {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #k8cSy8O8MxCcMkUH6tzVMtmleTR41kA1 {  }
 }@media only screen and (max-width: 763px) { #pyfhDVlrBtXxOq4urgxFxXGKakOtOGoM { top:10.5rem;left:22.5625rem;width:25.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6zcfGLqwpzdQiAFcZhx3FSlIkHdlOo { top:11.125rem;left:23rem;width:24.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3rdnKwJaRHAmh82Th1z8NaEZrbMvheN { top:1.8125rem;left:14.5625rem;width:16.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVxLvT8Lffg12yCrITqs9cQedzK2bKC { top:15.1875rem;left:0rem;width:20.6875rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-regular-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-checkbox-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1  { width:22.125rem;height:auto;top:12rem;left:23.125rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 {display:block;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 { width:22.125rem;height:auto;top:12rem;left:23.125rem; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #m2UUK5afqu7ne3dxsLDzZWb4pc6XUo3G {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #CQma1vOk2RsLWbf9wyRxT9XZ5tBecoE2 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #HQKnKE2A9IaSWbAcUv7Bv9pwJukys8lX {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #lt47XR68CEZWM4zZw2UtsC7wkn5g4top {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #KGG86recUkybE1V1cKswcd64WlRzJCD5 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #h8vfIavuoxnxmq9mTvr1evoX0h3XUTSp {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #XFOvvdcmdCSBqx7uWFICsHd8nTd3RyJ9 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #fGkrpAMTTWOwJNVFfFpx3skh7lbP0RD2 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #tGu6QtgM1T8rAkTdt80RSnQ300EVoan6 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #rDkGlwPMn7ApNIL4QwSCiQUTLJI6gr3F {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #rxnwav3l2VHdomNLJnLMzqx1E5fVwGNB {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #w3e0rwT9RawOGE0fEmT8rfat85B8s5wE {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #kxod22Agz3PEZGumhpwh2wTuE0IgGiIy {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #TMF2c3rx0sddlowGC0UVyfncX0GpNzJ7 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #MZCpMpOcm5IdmICGKRcp8iIkdgXWBGZG {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #J7paBayIEezsyvSflq5dTxwDl46K5nao {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #nKSx7PVM7M2Mi2ThZkmAcNV1zAcrKv2g {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #q4PsPsTtIkVaWzFhS1x9CM732OIuTR7a {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #FFQZfECsobWoHNQTToyZwilP7TvazE7D {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #g97BBeAGJkQcH9E9QB4Cl21r1wQ1KcRo {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #GPBtgidGeczetxgC1HG1cIIom7DXZsbm {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #VQfUaugoWfmplxLVTCwuBZmUR5aIgugJ {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #CZeb2qmAWTsWpmU6MIkvOhWRC84SSQtT {  }
 }@media only screen and (max-width: 763px) { #STgxBtfcIvVbaayiEQCeOlROs8u0NTHf { top:15.4375rem;left:0rem;width:18.5625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOc5veqVh9K7xgKamTPQPg1fze4kzAUG { width:19.6875rem;height:;top:9.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5B0oUH1BDebzcrumkb7skqhVFF7rWyu { top:23.375rem;left:0rem;width:16.8125rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxIntb0F5hwSHWcrhu6F5TH1sf6rCsl7 { top:49.0625rem;left:0rem;width:16.8125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnVzdGt9OnefGTniEgOoxHRGBF0m65OK { display:block; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUx5oh0OlWI0fxrVdxT6F7vSDvqR3UXL { width:18.9375rem;height:12.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E33tWkcd1mpTuWvfDmQbzoUcrM3awU { width:15.5rem;height:1.4375rem;top:18.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghxe9ur45BWttqcKBaTR9STIJfNblJyk { width:18.9375rem;height:12.875rem;top:9.5625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfsCCNnG6qOGMr4mbxkPknfiRyDV5aF { width:17.125rem;height:2.3125rem;top:14.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRpwycivUL3y1zrUMPTpnUJH0UeukDzd { width:18.9375rem;height:12.8125rem;top:9.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwn2uT7ZPgWhtiX51xcrMyeeT2FJzv3h { top:12.8125rem;left:16.0625rem;width:15.6875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7eU1TTP73noFr2VbyR0wgaqIvMZbNT { top:10.4375rem;left:33rem;width:14.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXGdy1anam2udoNyVdUygt1ihXkGSTw8 { top:11.0625rem;left:2.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlHWquEok17DWFfg8huWCebnDVk5ZgaA { width:17.5rem;height:2.4375rem;top:18.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0RTfVqkOQFVN72viIgBTeHbcgPrRkNd { width:18.4375rem;height:5.9375rem;top:43.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0mbzpgPADkOeL6HI1UtkxceTaMue2LS { top:3.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LA1ZJqCOn7HzdIIBdFT1c3MtCWAgBxzF { width:17.5rem;height:1.1875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlDBLHUvPTtoxetkcInD3drUPDhvBIJu { display:none; }
 }@media only screen and (max-width: 763px) { #Xh3zVmhSUzN1WQM9Qa7h3VmQyTdye6Rq { width:18.9375rem;height:12.1875rem;top:0.6875rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrtKcMsvydyx1BC4fR4gCMfxUnWMDXzL { width:31.25rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7s6iMt8iTDfF9vZILApUz58Zu3BUiQJ { top:61.3125rem;left:0rem;width:18.875rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4PN42nOPdd0et2eKDv0oKIzz7VcF5T0 { width:47.75rem;height:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbnyw2dTblZICTaVBa0MNbNFuAGTKvqn { width:47.75rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xocy9ETT5zhEaGKWUeTkDU7AbZUfSkLh { display:none; }
 }@media only screen and (max-width: 763px) { #hnqJ7NiNctB8JZB7D35pZTF99kztHylA { width:19.375rem;height:1.1875rem;top:74.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmV3qrh9xDSwtnBDPzQEFHggVPt4ozWg { width:19.375rem;height:1.1875rem;top:76.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJlP7HW3f0vkqHf1mXT28kxNXZx3H7Dw { top:2.75rem;left:30.9375rem;width:11.5625rem;height:0.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQqCs2LOsEGqoogz8wKdXOTbwPeD0TvF { width:47.5rem;height:2.4375rem;top:1.6875rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beo8JpzIuQr0mIHUJMDDrfDM2bJtIz64 { top:23.3125rem;left:0rem;width:16.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLn4Vprmqp2QZcfzteWZpRtgZi6SPBTH { top:23.3125rem;left:16rem;width:16.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJOzo7HZWc2CzqOOLpKah55WFw1TpWV { top:23.3125rem;left:30.875rem;width:16.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAzIWLMeuBbX0nRr4hBXLXo03ZKLtxKu { width:47.5rem;height:2rem;top:5.3125rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 { display:block; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp76rlKPEFfP8ue0cD0MKvF7cWH2GAUI { width:18.75rem;height:1.625rem;top:28.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovs15qqc3ehQXEWDDCwkNL68w8Q4W2ks { width:23.1875rem;height:7.1875rem;top:34.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx6VqOBaKGOP5gHwJg9dN7Jw0izP4HF8 { width:25.5625rem;height:7.1875rem;top:34.5rem;left:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBV5ez5IQdAlU2orTod0Av2hIWGCuTF9 { width:18.75rem;height:1.625rem;top:28.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa9JKRd76KXg4GTmJATsldH9ACfkun9g { top:20.4375rem;left:0rem;width:29.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC3H61GJKzXgTWWhF9DRoTseSqTOAyVI { top:20.4375rem;left:3.3125rem;width:28.4375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrclnnLTwk0RmiRJsSTzMOMpWriHQ2N { top:20.9375rem;left:9.125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDDEbhkLiEE1OX4bmke6yOolzerCaLgb { top:21rem;left:31.75rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa8KGxqiBxMzqC0PBSKtgmPT41CX6iOL { top:31.75rem;left:0rem;width:24.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpld1XS7FS9vKloNthc3GbQPh1wBhlO9 { top:31.75rem;left:12.875rem;width:18.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMAIoZ9ZCAiV8hS3ZRRktwUDKJcXl1Wa { top:0.875rem;left:0rem;width:18.875rem;height:5.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePoXvnQUs0uHQhZ5y3gth7RlXz7Z3VKy { top:18.125rem;left:3.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n { top:17.625rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo { top:19.5625rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV { top:20.1875rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #q8Ptns5MFa4JCvORh84TICsof9DLBDPv { top:23.875rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#q8Ptns5MFa4JCvORh84TICsof9DLBDPv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs { top:26.5625rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #xZcEluW8bTacCfW4OrUlUT4NJ0U3lAFX { top:40.4375rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEGBeJhXikVm72UFETD1y00wpKexHFfT { top:43.125rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#XEGBeJhXikVm72UFETD1y00wpKexHFfT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni { top:45.625rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX { top:48.1875rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi { top:50.9375rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw { top:53.875rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #pWulLvxU4kpDfBuikCA3ZHFIde5R3Q4X { top:44.5625rem;left:0rem;width:18.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxHZ2nm6fTAhnGcXVrEPV3vBF9g1owRG { width:47.5rem;height:2.4375rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlmSdih00epEsirb8qXGi445HcmNU42p { width:13.5rem;height:12.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPIxkhhwnWFSpOoamSxEabc9X06aqZsT { top:7.3125rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0WqZCVR6L2zEDMxud513N6TpWDu6xxl { top:14.75rem;left:0rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwNaREfFRw4uh9p85OK0FtUNlPG796U { top:9.8125rem;left:3.09375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcDgqCTo3OxS9HgvEvQIQfqRGFsI5uV { top:7.3125rem;left:4.0625rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUyZP5GX7mqEn2oXgMKyU5kaEecd7pQ6 { top:14.75rem;left:3.875rem;width:12rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbulxzDkV2TZ0x36QHKJd4mD8sQQnGTL { top:10.0625rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOACM7xVwNkfb6JciTsocg5a73DLVthG { top:7.3125rem;left:19.875rem;width:11.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyD3OT3407cabrfJTqoKvHabdhIUBvIE { top:14.75rem;left:20.0625rem;width:11.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIHTC4C1a9Q0trcsPaFiBmdzWLZyevm { top:9.9375rem;left:28.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6kXbDIIZMsQe5k8B90oB3G7zbpEo93M { width:13.5rem;height:12.875rem;top:5.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpecDtk75fMB9OHnG6ahmamRfuZU3XKc { width:13.5rem;height:12.875rem;top:5.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vEZDLDuH8ASnpkTIK5cPQCMA9TvuvI { width:13.5rem;height:12.875rem;top:5.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diXaERyyn47a9OhRcXeSKw60pHxyF6Q9 { top:7.3125rem;left:35.75rem;width:11.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOcnLpHCTyIT68BMxdk1xeo3ecb3Z51z { top:14.75rem;left:36.0625rem;width:11.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C5WCPeG5e80dsONd4kPqzQFMs73Lw7 { top:10.125rem;left:40.1875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkb79PRPEoztaJOAc3c6GweSHVP4pQ9u { top:20.25rem;left:0rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkrJXn9iCVJm5hKOsyHyOSB7LkQxb17b { top:23.9375rem;left:0rem;width:24.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCe0QCm5JaP1eO6sqwhpk2Nl2iV6KlU { display:block; }
 }@media only screen and (max-width: 763px) { #gKE45QK9dMJEipHJi5hqvp6IiESkC7ec { display:block; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZH6IP03PzEoptRMXwUJUb3gmeeh37vu6 { top:23.4375rem;left:7.46875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WavXQd6e79cnOOeMVTclPTW21GoHk8CH { top:23.5rem;left:25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB534RieRxl4o4yzvLrGcSWUVH2e0ihi { width:16.125rem;height:1.625rem;top:14.9375rem;left:7.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTedM8w8GvMxUKDSZ3od3NRcUgWp9LWy { width:22.25rem;height:6.4375rem;top:9.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZH8hUG8zFikXGfHm8o8n7rQ74PNv5N { width:20.5625rem;height:2.5625rem;top:10.375rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxo6y4CssPEPTDViTxoIHDQr14y5Qsvb { width:47.75rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTMSDlIlKH1Gt3TtBHclBbA6BRIp4W8L { top:5.875rem;left:0rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLlgfZmTC9ETJGXCCpOyq0ieAEBpWcC { top:31.5625rem;left:25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZWNI2g8T2e4JxwPCkGqVqv52pyNfebN { top:31.5rem;left:7.46875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8h9BSHobJr4Vgnnp63F6Wm1yQ4mdTOO { top:19.4375rem;left:10.84375rem;width:11.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVBPiklfocwORBbXmaotmh2A7NafhcLO { top:26.8125rem;left:10.5625rem;width:13rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poyzkhUq8kuETF1PLMiOpy9UQQqd9nwi { top:34.5625rem;left:10.75rem;width:13.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzsvRg2gbH1aIVo91f26JKpJyPeHONP6 { top:19.5rem;left:28.5625rem;width:10.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ILIMD76gATlrsGTaLwoxTD71TedEya { top:26.125rem;left:28.5625rem;width:13.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgGymhsl4OqA9s1Z5TQBuyFnTxySJGZT { top:33.8125rem;left:28.5625rem;width:11.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ39IZ4BZxPTqoNItxwS0RynXvKzv2yO { top:19.5625rem;left:7.46875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7fkgG6JLSq2fp4qlxq6BTNvaZD39USe { top:26.1875rem;left:7.46875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HveXLZXknncn8nsUV9ASIDcRkBByeIvi { top:34.6875rem;left:7.46875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olyOvZvuzXgNLxiteXI4TpqyyUSFtzh3 { top:19.75rem;left:25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdbPKvcGE6JlNUQW0gfy0iZdecB9SIKE { top:26.375rem;left:25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXGB5p8g1uIaClbVZhGssdF8n75NMTCb { top:34.0625rem;left:25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO9uz8TVBkVX8mbeOBXdv75Ug7AUFFby { top:44.4375rem;left:0rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXG909km1qwU3XoeULr63EktLTpB8xJc { top:49.1875rem;left:0rem;width:24.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThQmh9wfWITRyZzSF85knpvaAm9Hesc { display:block; }
 }@media only screen and (max-width: 763px) { #MZ4ltw0nMnMJkcsvgnXOA2AhAgiVLrUL { top:13.3125rem;left:27.96875rem;width:9.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d13cX4RoApGun7cFiawpN3EO8Gt48ct2 { top:13.3125rem;left:3.4375rem;width:20.4375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edNDxLbo5zJTvhbbb31Dh70Xxuobwlxg { top:9.625rem;left:23.875rem;width:22.125rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaQxHti5EuU6qApMWw8czhwL4XUqxfO { display:block; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3zMEVExzBhgI6wv2GgV1OzFk2gMLd6K { width:47.75rem;height:3.3125rem;top:6.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtn8we1EnKS1WrRel2qWhfgqbVWzSE8 { width:47.75rem;height:3.25rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FERuUUR8A9DTApCEWXGH1L51Ngs4QNOH { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFaLQoQqTWNkIwtGsgJwLRMoJXccOGXq { width:47.75rem;height:5.25rem;top:2.125rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lni1tLQp38y3wd8pXUKoI1LV2HxrQ8yh { width:18.9375rem;height:14.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA6UkoZTdLg7rfsEJW5JGQRZ2Kf9yLpT { width:17.5rem;height:8.75rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyEBKEiknV3i3ktmTeOQTSMROgNEqTF8 { width:11.25rem;height:2.5625rem;top:34.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGZoJT7mPTUMVvJbGpeIEnT4h0vtWDgw { width:4.5625rem;height:4.5625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #morKc8TNtbnTlMDHhXlnlsdp2vfZt5kV { width:11.25rem;height:2.5625rem;top:34.375rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONp2Xh8pMqdzFOxs5LUq8ydcErrerJxt { width:18.9375rem;height:14.5rem;top:17.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQunIlLB4VsQQIZEiUEl4vA6Z2sDZA9m { width:16.9375rem;height:8.75rem;top:18.875rem;left:15.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHUg98WiQG3XXiaO2ZwXd1OC6N56OZXn { width:4.5625rem;height:4.5625rem;top:33.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISk5ooelMF70glOepIrmRdy3DyK3WaQ8 { width:10.125rem;height:3.875rem;top:33.75rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKATtPMAWyLToiJvfNm1EhsVTna6g5VL { width:18.9375rem;height:14.5625rem;top:17.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzJAqT4FltO3WmNf2zMZTACMD0hKD8M { width:17.5rem;height:10.5rem;top:18.75rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX0z65ToAkvZrf1gUQEgxz77mmdCQCe3 { width:4.5625rem;height:4.5625rem;top:33.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeDNzpnSQJ5gExN4TybMpduwdyoTauK1 { top:29.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBBa0rnnqppIswJQisPFyrRwmbcwRdbe { top:29.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBOxWs7iyzoNPLoEr0Odc0uXlgTewydm { top:29.25rem;left:2.15625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPsxt0J7AvdoatTfyPLVMibJMMf9TET6 { top:29.25rem;left:5.15625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQgwr7QF1OGEyyXrqpoN71gqJw7OGzAm { top:29.25rem;left:8.21875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHPo2brVXcz31aAThG44TpK7ZftqJ6LW { top:29.25rem;left:16.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlV7zcxtGG1OEwuxpBynfiSuMH6eX0Dp { top:29.25rem;left:19.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRxrdpSmBfP3lQSyTMKJSUCl7M3MmkBD { top:29.25rem;left:22.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks4dyTGFUyzsSw97wVfbnbLVy1LbvTut { top:29.25rem;left:25.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5T6L9NZTeLpsIUSyxEpfeTXGp8ValxQ { top:29.25rem;left:28.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevP50KhUxwURRx5Re0BzIgXivTBXAOi { top:29.25rem;left:37.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC6fZ96rTi3z1ELN8vx4yJmsIyPGbskA { top:29.25rem;left:40.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGItnEph2Zgv8mDRy9SAbzXns8N3AFGF { top:29.25rem;left:43.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EITW3k0udHTmKNrApsSHdTGWSO3bTd21 { top:29.25rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #antRgoistsnlWmrdXIaApyakZVfTKoKw { top:29.25rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUbsRqezS62lr9S9SqZ2zeJ9RSTvUPg5 { top:20.0625rem;left:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ONQbiJwAwcxuZu9hK9Ms6sd2i7wizuG1 { top:26.1875rem;left:8.65625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeJi2oAs6hrApUTXsu9O3Lr169OHiA1z { top:17.5rem;left:14.03125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkWDASKRuJUED2aoMvpxZGLtWXaoeigr { top:27rem;left:32.34375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1CTnCqKSDUKyLLLcfnTJgaq0OmDTLa7 { top:17.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXQEwCPokWDAgweWmLU7gEs1w74w6UuM { top:17.5rem;left:34.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqlzXs5HBWEFlXbGwvwil2d0aTB5bhoT { top:27.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuvIq7Zxp99Og0UBCrTMpypiatrJhxd6 { top:39.9375rem;left:8.59375rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk2CoEWTfhyagLpZQpL8FWbNW1TnRW4q { top:39.4375rem;left:8.21875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USRTXkEGII7a4GmmJxdJobqiKfHqTtsg { top:43rem;left:11.75rem;width:24.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnmFxilzk5dZzAISt1WmLwwqUDOVCQL { display:block; }
 }@media only screen and (max-width: 763px) { #dVdumKc0RNIZchnWa7JMJfMxUQ3Q4Tu0 { top:48.25rem;left:6.28125rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6CerQDkclqEswNaxcb8WGeipEXByfT { display:block; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC0mbQ7xdduzZ1bsHPSUFla20KMbiQal { top:13.0625rem;left:12.625rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6qZsuPrCBPumzlVL8FRDzyrkQK0ASC { top:13.6875rem;left:19.25rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgwUyAgTMDqW2PbIblXHGGQg3hys9ZW8 { top:13.6875rem;left:3.375rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okgU5TxAiTJELpwebKP5Avvt0eALMgQf { top:5.6875rem;left:0rem;width:41.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Bqat8CPHWxgtXm4gz48ikJyUy8I6rc { top:13.0625rem;left:0rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5HLX98g3EAHIHcqJyzW4wWEWfnWnN2 { width:13.6875rem;height:3rem;top:42rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WByAa5VqMVbDT4mKBU2lGOvUPxlyIC8q { display:block; }
 }@media only screen and (max-width: 763px) { #mqCwPuVI8U93eH8rlCTNWBVn6WNo1tI3 { top:2.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP8rglGQ5WsKqn64UuW3GqnLl2cgJ0Je { top:18.4375rem;left:9.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8A52IZgzapwxN6yJHwVphHE4nIpqybV { top:18.375rem;left:4.5625rem;width:11.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP3mIEBoUwZWE1vJXROtlOLIx2Gq31nO { top:23.4375rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFLWx2nI9MPL45UVmyuHM26yaANTGrl2 { top:25rem;left:2.875rem;width:13rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpvDso3KAn2s9hf55SKzOHRbsuPkz6Jl { top:25.125rem;left:9.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shV8OcidwgQLoxqpSWMmRU5i7OEugnxV { top:29.5625rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM2PoMlWUngdE0FIsCkPCWlKcRddchls { top:31.8125rem;left:2.75rem;width:13.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GltnX6vTTowkSpcW7BXSC7d0ApDOTgzN { top:31.875rem;left:9.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqCTEH2y4gItTsRpOT8qcv8OT77Al2N9 { top:37.0625rem;left:0.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muT8odnyp4yffMVfFlKlgSLoB5tFZM41 { top:39.25rem;left:9.5rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvdbF4hIG5CSgvlSkcQs3bLeFHJqeOQV { top:38.375rem;left:2.75rem;width:13.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqmBoE0dQuvI8qiQBTJykPhhNk4nIZqm { top:19.3125rem;left:21.4375rem;width:10.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgTMSp6OobZ8NyyFdanNA614fFFAc0DT { top:19.5625rem;left:26.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT0KTqgSx7dICNyHsnMBHyzBKfPsou4u { top:23.3125rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUPRN4QGrnnTe6UiA6zPbMXNDQfZZSX2 { top:25rem;left:17.875rem;width:13.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXWxKEK8Q5TPDs5Mhbk1rniZ0yc99T3e { top:25.25rem;left:26.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8cf14keKs1J3MkEC4XTSTexOoIvZXJq { top:29.5625rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APwGlHiFLrkTUydw95Gsw9tqqgoFoDFS { top:31rem;left:18.875rem;width:13.375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyIEAKcJ4RVh9UIQTQgfeK2HTT0bPxsb { top:31.3125rem;left:26.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvA67sqGyDJR4lKiB1MKsEhzkNIpUrHD { top:37.0625rem;left:20.5625rem;width:11.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLgrWv0vOXRc0AZka0iu8Ct0yv1qA9M0 { top:37.3125rem;left:26.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7OBlEoxbHVWetATrrMToTtwTbo5PhCH { top:35.6875rem;left:16.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEtBKmXrl8SUQQiqRmWsV5GEkUBVIeEe { top:46.875rem;left:11.9375rem;width:19.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAczticciiDpa7X9PIicmdzNy82CcUTw { top:9.8125rem;left:0rem;width:41.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 { display:block; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQPbcWb20DXUICl7uJzp8mLlQPttp5SI { width:47.75rem;height:3.3125rem;top:2.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaiTlDml4WdyDLOpswVI20Bqrdyntquo { width:10.5rem;height:1.625rem;top:20.0625rem;left:35.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWX8gNe5wn09ATMqyT9GD1a0Cvu0hTRx { width:14.9375rem;height:1.8125rem;top:15.375rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1Urzsg864kmOG0oqTwuQGxiKhJitVb { width:12.1875rem;height:1.625rem;top:20.0625rem;left:17.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arLfg5u4h2fPaZJTwtPdsUOCha713CBW { width:14.9375rem;height:1.8125rem;top:15.375rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqo3NWUQXbpHlu8BINxWt9G4eD4QTK2x { width:14.9375rem;height:1.8125rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGR137EEqOsLuH7sDfonF5zb1396Iq2I { width:13.0625rem;height:1.625rem;top:20.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9DBc8RTuD9tVPDBDIZ5d8PKDP3e65VN { width:13.3125rem;height:4.375rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITi1u8ECricfRhZ7fn9HXcGCl5kZpiis { width:13.3125rem;height:4.375rem;top:23.8125rem;left:17.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxU5NXzvULRPZiD4r4tZ9L31NRXFaMbL { width:12.875rem;height:4.375rem;top:23.8125rem;left:34.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAEpI5boeNNMOUWCRKlwvKOoxlsHW5S { top:6.8125rem;left:1.5625rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbQmDZlcvZJBmdkC4WSA0KxlSTWHdDzg { top:8.8125rem;left:21.90625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOtwhk3AkVLKK9qAnm7exwMX5VBRzvTQ { top:9.125rem;left:39.0625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6p6UuJCaMLyoN22aWH5nSu1lz1qyCAU { top:34.9375rem;left:11.75rem;width:24.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEqkTrhIQMEEKz4B0xvgqAQua2T4Z3S9 { display:block; }
 }@media only screen and (max-width: 763px) { #i4zElNt19JiKaX0DMebsqo4lVOLbpLxA { width:28.3125rem;height:1.375rem;top:32.0625rem;left:9.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t { display:block; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC2zKJ4GCkoqAJKxfe4lOIINi7RE9TX0 { width:47.75rem;height:3.0625rem;top:2.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9UDXu3PkI2NyBgg8LWqXrAtquHXiGVU { width:47.75rem;height:2.875rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVTthOS8tI1a4GB6Otsu4hLVTT2ArHH { width:18.9375rem;height:34.1875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HflDOzf9gvGQUbNK0sFT34zcqRmEJSab { width:18.6875rem;height:2.875rem;top:17.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUAobRhvQDqfgaKVoONfe9HeuirsvypU { top:12.8125rem;left:1.46875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snfoz0nmK8Lcg1P70Cx35RT6SRtTZE6T { width:16.875rem;height:2.5625rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSdgIHHyX5RSIh3NzRnKtqoOqL1L9VEg { top:24.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxUudJJmM2QFalcKGzDTSEU508ykTQ7T { top:35.6875rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9JpD5P2a3smUdZ2ngGwKMHKIud5fWpi { top:24.125rem;left:0rem;width:13.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9PRgexbP2Wv2u8GM3PGq2hD45xVJDob { top:28.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN9qsOctn6gu885OCKn7miZdtrAf447H { top:32.6875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO7le8Z9AqciTxBw7O0815C1lK66yhqT { top:37.3125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnatOI9qGUDHET7J5Z6ktgyVVzMCk5eu { top:42rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrwzfT9atVT1E2lqrNTMuOATVK7ff6h { top:28.125rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kttmyxUKMIaHDf0kyJeUnPrZsXQBsBwx { top:32.125rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2hCIUsQ195kkRMTzhQldqTXggsSmCm { top:36.75rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9xDnQQl6ggnpldShucyyPRaqW9NBiXl { top:41.375rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWCos86yKfkJzh0WoHMh4dQWPGJFqRtG { top:27.3125rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME0T28q7mnOmIX255eyD3ZVPWhOWHk9V { top:31.25rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcoiy0GzzuFJhcVErBslRkzH3auwPEpP { top:44.875rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1qMle6pXoWHI4P5fmeUDaVTmGQlX5M7 { top:40rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I88g51GupORyzb4g4a7cOtd2DAG6HnnN { width:18.6875rem;height:2.25rem;top:47.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTrrSGZCCqcEuSgXM8igawToksHi4rk { width:18.9375rem;height:30.625rem;top:14.125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSDa3rO6xlnzk9BgQecvb0r6I9Fbwf6z { top:39.375rem;left:16.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkmWbUBXNCpkZOwm1v8gdPGBGx2bvsNw { top:38.75rem;left:18.3125rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1hwMZuTOaPeAGviHc85AFQhUTocCr9W { width:19.9375rem;height:3.375rem;top:46rem;left:13.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKK8wVl5iBQPb1sTBuG9ZKRh7TqhKaPU { top:30.125rem;left:16.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiZrt8TmekeKUrQTentsvJTfwvqQIa9l { top:35.0625rem;left:16.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ6MWiJkpXgvPl8nJSDazbVuQvxQCDTW { top:25.5625rem;left:18.3125rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7hBEeQH5FLM4cwQDzMSTc647T9AGHgs { top:29.5625rem;left:18.3125rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUmpQkTrw9iDXtD6GDc4hS95L4zn2Hdo { top:42.625rem;left:16.0625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnVrlVz25fw7uk625QM33TAh93n4oya { top:33.375rem;left:16.0625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Xt6kLk4GNvHPgyiRhhqgyx3VPzsq4T { top:38rem;left:16.0625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiiGawLqHlTtGuPFAEVJmqK0IT6XDw06 { width:18.0625rem;height:1.4375rem;top:19.625rem;left:14.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFeLcQaTig5sp1gazHJGcX1hxyTX9St { top:15.0625rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7HJ4sHkDpk5NloXHwbSgho7NECHZBc { width:16.875rem;height:2.5625rem;top:21.5625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnPbUJ7EIycO0C8Xyl7LZHr3ZEmh7Qw2 { top:26.125rem;left:16.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBnZHNRsz2ABglRKO1A6rpnCl6TNt4Vy { top:28.875rem;left:16.0625rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlEqDTte5EV87u7tn69BtTFQTmPVtBTE { top:34.4375rem;left:18.375rem;width:13.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfIogb3P0S00Te2esV9QmCqbz5HPTL4H { width:18.9375rem;height:34.3125rem;top:11.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshsBVbTmWJtOhuW4l9TkJqKTOh1tKRk { top:42rem;left:36.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPl67IJnLisryahcidmoSTm9eHmpz7lA { top:37.3125rem;left:36.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmvS1o3dAoMGsnvCZR0Ftk8JtQTuo8cf { top:36.75rem;left:34.25rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz5MmTPa7B7aoS3Du7PNyDtDqIX9um8i { top:41.375rem;left:34.25rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si91FoXcgvUVsDJVyF3IVQzO1rhTBPda { top:39.875rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdxIAbvl96KRJ8064PTKLqU5Hr8GPNLw { width:18.6875rem;height:1.125rem;top:47.1875rem;left:29.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdvnMT9sqgSmD6SNfqJkGTNW6nPTKwcz { top:28.6875rem;left:36.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJGPiBKNbR8FN8PsVS61BpbDqWCwqACa { top:32.5625rem;left:36.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtDeVdmGzmNlxUQnxd4Tnz9O3OeqaPHz { top:28.125rem;left:34.25rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnHWlFESsoPBhpJWF4LnWXMnt7SaLQvv { top:32rem;left:34.25rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMzteaBbBAbNtCkIyVMBitieTqtLLWQ { top:44.875rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqC7T3mSk2PTprGHQL1aL4nC5F02bPn { top:31.25rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR37cpemqPorRFhBZIhcdg3JRiAWlxss { top:35.75rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9I1RQnMF8BAWCHVZbJXRe08tJE0fzwP { width:17.6875rem;height:1.4375rem;top:17.4375rem;left:30.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOH46q9G6vzKmtpeRrImyKAmEhA47LTq { top:12.8125rem;left:42.53125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaxOd9avrH2V9qlBNPcNBQIZzaGcKWti { width:17.375rem;height:2.5625rem;top:20.375rem;left:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM8odQDCs33fNz8B1M0axpWcesxL7ZHN { top:24.6875rem;left:36.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHx0iSliFTvekWCrdgs2nbWmFLDbf9E { top:27.3125rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8N7O4L8UelTVg9UeVGpRp0X2cEKXpse { top:24.125rem;left:34.375rem;width:13.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv9k3D1l83f7Crl8GQIIdH1cCs4D6O6d { width:47.75rem;height:1.75rem;top:51.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZUARfZ3SXU96zAxVPmUAJabgxhpt1Mh { top:54.5rem;left:11.75rem;width:24.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVwWDsHio7Xd4nwmXHgTrHLvTU6ZsdBZ { display:block; }
 }@media only screen and (max-width: 763px) { #H8qemFK8AxdT1pWGSzoAmVkgBekrddeH { width:19.9375rem;height:1.125rem;top:48.375rem;left:13.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk { display:block; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn { display:flex;height:auto;width:45.25rem;top:3.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #ktsHfpTySFcZOHzzGXfaae79IxaBxvRk {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #CCczpp1gczpKSJZJyZEwTst9TgIPgAqd {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #BesHl0EGeOGNcAWmm0LwXfMeyBlZwFm5 {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #blHb5wvNGpeTCZP4D9nTVgkIlTzTe8gu {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #a8vELGGkdAhqeuGToJT07m7lXw38Mmqt {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #DlSRaoee8cXehPHiG9wDIJRxDTgsazEp {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #qZiWHpQAwL0HNJllGmpPwM5mHJtOmpZn {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #RNhSWlI8pykIiN3GymfoFThQuxKSzwfZ {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #d7JKHvUJwRXREAfxpUpv3HLhF8d3smCr {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #XxWfUPGvEzsvhkTLBKvsiPSzdtWfEaUs {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #v8u352yFuMZXzdNIXWE8A0l6HamTxoQt {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #aGmqBRNThsQr6uqWXBn938XeppU5gBgk {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #IVDQoPrzTWsxZUFimyVVBTSvkcqnrakq {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #BLOXzULLZvMnDlAlfTX7yNJ2kH0XEeHI {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #TiHi9HzPXnovuAu1CMXXJJokwx1eP15K {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #cNCtxUWibBUzlALJFEPiReV4POBAx7TW {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #cTHxVRt9ACZw1BRxJMXkJRSTkXkdvIQ3 {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #KsGiGnSu94CG2i9gWLnlxTlmSAVT4Dee {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #rhDBv2DddQU2XegwtBpvSS2hDWmcsbXc {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #kWdbIDmJcqTLyOpFhVgW30tIqglVEmQa {  }
 }@media only screen and (max-width: 763px) { #LJktBSV1C6nibyDTaS09qJ0F8igXEvFy { width:22.375rem;height:1.75rem;top:1.1875rem;left:12.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH { display:block; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HumPVNSotP6bAoE7TUn3RnSdUdSrK2mZ { width:47.75rem;height:2.5rem;top:4.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcGTTDZskGTCh04RFTWXrfuxUWw5m1qe { width:47.75rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtBps6GcCaTSVH43mfENyS6fg56wdEW7 { width:47.75rem;height:2.875rem;top:21.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHIlnW8R9WkB40cmXCO8c5fwURFp3Sze { top:14.1875rem;left:11.75rem;width:24.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqQEkMbVBsi97FfByTJMS9csow1RM0Jp { display:block; }
 }@media only screen and (max-width: 763px) { #JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD { display:block; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ3TF162Cqs9w7OsT27ctfPhwadIZOMe { top:10.8125rem;left:12.34375rem;width:23.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyZtKFfa6TN3GpGJb9N714EcmIEqHV1e { top:21.4375rem;left:0.125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGho6w4vOdLF0i4GBAvUxqLBMXrIwaP { top:16.0625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olUNDJ5h9tAdkHoq8OacqPG1CP0roW3Z { top:16.0625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#olUNDJ5h9tAdkHoq8OacqPG1CP0roW3Z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BehThZR2IDiASoRvKT5qkiNHtTfaETn3 { top:15.9375rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#BehThZR2IDiASoRvKT5qkiNHtTfaETn3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CMFkbFmqBu0iWkXwPHAa4QlmBf3SI3OO { top:1.9375rem;left:15rem;width:17.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4wQwsFM3ZbmK6KkloFCg3GxdMWQ0eFs { top:21.4375rem;left:27rem;width:17.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl { display:none; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HnLTLCNH0H9S2qoWECyNspCVrI9L2HKv { top:20.4375rem;left:3.3125rem;width:28.4375rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wU4WFS3WU9uFPAlLHsvm8kF15vMFGult { width:18.75rem;height:1.4375rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THXfsqu8JoESCQmTx6DdKmWFhWWa0l8Q { top:31.75rem;left:12.875rem;width:18.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkyd4RilIDMJ8A14pACQKJlNVLIVQgTH { top:40.4375rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu { top:43.125rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI { top:45.625rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip { top:48.1875rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #gsykciw907nx4qCl1mKzSuSaXV9ZmmPv { top:50.9375rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#gsykciw907nx4qCl1mKzSuSaXV9ZmmPv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n { top:53.875rem;left:0rem;width:17.5625rem;height:;font-size:1rem;display:none; }#syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #TCTf9fdygNyMBvly1mootS6uS2CfNHhp { top:44.5625rem;left:0rem;width:18.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoozSMVyUha7DD5IT9ZKDVRoR2f7CaBE { top:50.75rem;left:0rem;width:18.875rem;height:5.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GG133zBx7PPKCqnTPacZovxi1NA68qTn { top:56.1875rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEqlDrWg3mvLWa6dfwL4lF6lcGr5WJZx { display:none; }
 }@media only screen and (max-width: 763px) { #C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm { display:none; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FntToikSMi7deBTKEclvA3sLKMvAa3bV { width:11.875rem;height:1.25rem;top:10.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTkGqcmM966s5QXPZeM15yn4zI8sCLX { width:13.25rem;height:1.25rem;top:14rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuIIu1JOPbGFRENmG0iRuECJtnNqGZ3q { width:13.25rem;height:1.25rem;top:29.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CkiBusTd9huzhvAuLU98CrliUWtFd7 { width:11.875rem;height:1.25rem;top:25.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfNcF7F3Gw1vxK6pn1WezEwXoFcyJu1 { width:13.25rem;height:1.25rem;top:44.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZc9X8bmek6UnpupJdyAA33uHl0Xr64U { width:11.875rem;height:1.25rem;top:39.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBsRmWJ9uKxqRrbbacV51OTC6FDd6S8E { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I74AlvL7aVCO55cEtkVrB8QhxF6sDa1B { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlJT0UzElpzgKR0x0kGq2rlfp39Jf93N { width:0.0625rem;height:7.25rem;top:9.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2kyN695beH5m13le2T0VhPhToWq0UTn { top:14.125rem;left:0rem;width:17.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNgluk0BDGp61mHOnOeSTSCNqMfrRWgo { display:none; }
 }@media only screen and (max-width: 763px) { #TJNQhLbVw8zy9t7LcitTUxXFaCA2pv50 { top:30.3125rem;left:0rem;width:17.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kwvm7K7aqHbKiKNLd96UNMml9bT2Hxe0 { display:none; }
 }@media only screen and (max-width: 763px) { #f9uXmGzReg8cq8HUhTVk94FA4ou5UuKP { top:45.5625rem;left:0rem;width:17.8125rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKNm7s955oJo6LDMvcdf4uyt0FKnFlHB { display:none; }
 }@media only screen and (max-width: 763px) { #qSPhubFw1XXT79bzvO7SNTiy0V7Rqg4a { display:none; }
 }@media only screen and (max-width: 763px) { #ZRk5ud0FNsUwLzPdWQ2nIJnXAT4CAyUg { display:none; }
 }@media only screen and (max-width: 763px) { #GNGp21FJAXtMsyHUCSE39oTyWINhLIiG { display:none; }
 }@media only screen and (max-width: 763px) { #BVtR1O36ZNTJOJyDmiu2sSTcPuZWfKID { display:none; }
 }@media only screen and (max-width: 763px) { #mxIU2VKVASO3xDk7NCgoZ7TTZVgCxzLo { display:none; }
 }@media only screen and (max-width: 763px) { #g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC { display:block; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNyurTfTlWW4PtCPFG3WzCRVByVrVB2a { width:46.8125rem;height:7.75rem;top:12.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3i0XnhEK392xhfCn4TaTqm5cEKSdKsH { width:6.5625rem;height:10.3125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI2w4DdfLMGCsJ41ZnIwuKy9LvMpXqkR { width:45.4375rem;height:5.0625rem;top:14.0625rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyUIyGbKSpxWeTnba8IOW6eU18mpUTxp { width:24.8125rem;height:9.75rem;top:16.375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR0XmolxALqzpuO26nWU8Rm5iASo4EZm { width:19.5rem;height:4.375rem;top:21.1875rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC8CdgS4Bfp4hTS0x8WlXR96TXJmfm6p { width:46.8125rem;height:7.75rem;top:26.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqfeBbBUdP0pcbSgAPTM7RPCzkATd8t6 { width:10.3125rem;height:6.8125rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLD9GKyRricFxOPicrveSZixMqVdG7Ta { width:44.125rem;height:6.75rem;top:27.25rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arl9hVcoElzkLuPf3C0ro52sFE6wZlNv { width:24.4375rem;height:12.1875rem;top:29.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W55r3Lpe2gml0BUTXOfpfNCG7Tnb5IMD { width:21.5625rem;height:4.375rem;top:35.6875rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAlfAhOcBkCi7e5tzBBO8VsIVsqDUcDt { width:47.75rem;height:38.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrq65NvLkpILhTroaSRzLF5tt21qtGyf { width:47.75rem;height:0;top:7.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erfgSXwVIznnnW5JNDVvFKR1Jlw2SgMr { top:4.75rem;left:22.46875rem;width:2.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SALxe6i6Gl1BvygEiqnHe4LXVVoPqham { width:20rem;height:3.875rem;top:4.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhvelhP07kznTUVIxP7fugKrRkzterzC { top:20.25rem;left:0rem;width:15.6875rem;height:13.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3cRp13bMaPw28wDoJuu1n7ZEsyur5kC { display:none; }
 }@media only screen and (max-width: 763px) { #VLl90dTHpttTKJwtLwoTDKdDJnEcUl2N { width:13.25rem;height:3.25rem;top:23.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkekD3IhU6hPTiSMhCp5LtvSM1nyQO2c { top:14.875rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJhs0MQpSSgpqR43p1qix0FKuZZnhntq { width:13.9375rem;height:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSGJqeqFkRsybcnymHmBC5CeXkGcP52I { display:none; }
 }@media only screen and (max-width: 763px) { #WBOhc6q7XGk4FgQas3Dvi7SV8RoQL5w2 { width:9.9375rem;height:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNqGHD6iQkGhT0dwRbXM4SIxSed1a5Ui { top:58.8125rem;left:0rem;width:15.625rem;height:13.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HD2dQnlR6LLoTwKTQ3NQ0JqHFnWXCOWs { width:16.3125rem;height:2.5625rem;top:70rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oru89V6lSygbx2w85LTImm9EU5eVfPAB { top:73.1875rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rf8RSBGUyOoWv2OiyOvApweJNQ3vCZlu { display:none; }
 }@media only screen and (max-width: 763px) { #P7l4WkfSLq9zlv8x6UQoAP8yMngNTBWE { width:6.75rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwPEVkczdqIHKlezqG4wUkNC8XwAm6yr { top:101.4375rem;left:0rem;width:14.375rem;height:10.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uio3LIxgJAf0T88xk2e2OhgQIaZEDmNM { width:16.3125rem;height:1.25rem;top:103.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQPzglBTDHtIWAxgXqCDgL4LxnMlFzek { top:108.1875rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnFDsPvS4HnUUKVqiivWxmokpCQnbakA { display:none; }
 }@media only screen and (max-width: 763px) { #lh0AU4aEklk2QN3BpqspZW2MQOhhJhJE { display:none; }
 }@media only screen and (max-width: 763px) { #SnpJkSuStcALVNubCv8SQIOJ6oxm4OMN { display:none; }
 }@media only screen and (max-width: 763px) { #IVmnlqahQZNOa3PoOgiOOUAb7T2aSONw { display:none; }
 }@media only screen and (max-width: 763px) { #Heh1atZlT36T5eCveslRM89Arw9kEsLq { display:none; }
 }@media only screen and (max-width: 763px) { #A8UHc1s6RJ73uBPqNUhlwcbgM9SpB2Ji { display:none; }
 }@media only screen and (max-width: 763px) { #h8TpbrE7lfiPHN6LupuAt2TxSxJg0Acf { top:9.0625rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxBcMbu4TPu4I1CMBT3yOEwl6RKK3WHs { display:none; }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #uNO9GXUeGt7kDyIr3VRK8X0WgBFWZBUL {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #vzLhWiDVXmQtXm3RnQStDv0xRdyV9StB {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #AT8aNd3go6nXwfz0A1iUFGitf9XBohob {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #cmReTWXKTyJcMI2GTTAlBfsqddFcbn8r {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #xbcQ4A7F9QTrmTTXu7cxFe80MLTLLZeR {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #WOwaI0MVRTXbk8hHpz5Idtpsn2Kwprym {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #ymvk5hXQqpSd2Ef9rQBGdhXLUwD8vk9H {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #X7ekq6gsT4JF7E5ReSQ6Pskrg8dwDOTN {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #NellwWPem25C0kEQpAHVIhfBCwm6zTyx {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #sHMODTHuLJgou3hlLqZJgIJmFSTTmLS0 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #Z8TLxv9tlu5uhUnNTLoLzg1vNcQ8ZtUo {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #NUp80c7EZSFZCf81xV3W33QKgIcJ9sc3 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #uiRowM3G7UhH2QNoIw2uwEL7J4V2w7xV {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #SlFeBlIxTbGHb3u4lQzZTrhUMon89RT5 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #UTMpwwPnTZKh8ODC40RZ8LOW6TnxzxkD {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #DpiKa4AdhdpIvAmlOhrWcwcB3xcxSLP5 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #rSeM3PEVeT5i1RO7bRQ3UxsXFUumItaS {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #FyGJKudoqLz8L2lXeHpocUKUFxvEICdq {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #idrBa5gS5NsdqvExOZGr5uh3f8TvVFJN {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #Thi3ArsIbxkCvJOfQWSxP9q3TwFe2Led {  }
 }@media only screen and (max-width: 763px) { #d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM { display:none; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uuSJr1oFcmpaH1xoboePC63Cs1wpdLhp { width:20rem;height:14.5625rem;top:4.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMGzfqcA3RncANhXplgTeUiPrW13ob4D { width:20rem;height:4.75rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2xK4VezOW6FnnP1cFmLXRJJiDKNsKOs { top:28.25rem;left:0rem;width:16.8125rem;height:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQc8sLsnF8cKTTb3XZ4PEgIcEwhgxqEe { top:23.9375rem;left:0rem;width:24.25rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #En9Sa74rD86seU48SsVp16PqBeeJvclp { display:block; }
 }@media only screen and (max-width: 763px) { #Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w { display:block; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4Mkg2I2O9PwsTllkFC1DLZhDzowz6iO { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQweNTODbM0p60LcuznTpEqqp7lk7OTf { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbqbzctBc3f9gvpLPCpxkJCzHsoBTmo3 { width:4.0625rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmGvNh4O13VWoZ1w6fy30suJK5wRGpny { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcKMun8k0s0lxRcqBlIS2h8dMl66cBO4 { width:47.75rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uw4Qg7zPUf3OAU78nz3XSXQ33kJLaRfv { width:16.875rem;height:0.9375rem;top:12.375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSbOLC39MdOCIaExfz8mD8CeTJBQ95oz { width:17.4375rem;height:3.5625rem;top:7.9375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDc9ZIvg8piBXVPV4ZqehofTwXAMBAgJ { width:16.3125rem;height:1rem;top:12.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCnuW3G7XVLZyy8ZO0TO4JQJn9uThwsa { width:17.4375rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2283d8c-0d5e-486f-b279-56957d4f7a1d/pexelsmaxavans5087047.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5.adaptive-delivery-prevent-bg, #dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5.lazyload, #dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5.lazyloading { background-image: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { background-color: transparent; background-image: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(107,107,107,0.34); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container > .video-iframe-container { display: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(107,107,107,0.34); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row > .video-iframe-container { display: none; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .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); }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { border-width: 0; border-radius: 0; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dg9MiUgO9tcDlBr60XnSBF15TDfX1Uy5 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaczmZ8ghv4w0XM3BMFOAg3Xwnvi9Fq2 { width:19.6875rem;height:0;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtQ3tkQcSKnQecZhsuFISW0CJuSTbufq { width:19.75rem;height:21.5rem;top:29.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#333333;display:block;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;font-family:oswald;font-weight:400;font-style:normal;height:4.375rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]:-moz-placeholder { color:#333333; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]::-moz-placeholder { color:#333333; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]:-ms-input-placeholder { color:#333333; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 [class*="-text"]::-webkit-input-placeholder { color:#333333; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3  { width:17.5rem;height:auto;top:29.75rem;left:0rem; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#V4TIyaiVR4udMizEFIi20ogV1650i4c3 {display:block;}#V4TIyaiVR4udMizEFIi20ogV1650i4c3 { width:17.5rem;height:auto;top:29.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #dkPQ2ZwtT47NDSTxoy9ClwJFzV5BWy7d {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #VrGMOhgiGKfoZ40h9uOHiceeA1TZxTsT { display:none; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #syWmUXF3XVETooZu2PmzAg8XTaCvJFJ3 {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #ZlCvOUfocL3K7npEnU19SSRTXeLFpE36 {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #SnXg1r39zOUplDvqDaWgxT8ZlLt7AdgP { display:none; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #lzXbKnQRBJvAVbDAA4bCmPgG5XTDtaiT {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #WeV6ZSHeUnhQIzDVzUmAiOwPcQ3nO8fH {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #TcWGUOKTqZmKqIuLIZpOJ92fAy8nw9Pp { display:none; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #bHUEefJmaTr5pyLh5ZxfWdTtwSUpSoLR {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #ShFEyqtPCsaQLhZ9tB3wv2cSmnDC5pow {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #lXSWOb0TJuvsybzq7acMFTG1EP2e1o5e { display:none; }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #pha76sShzF9gerJmp6nNT8qXEnKh5xwc {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #cU0XEEqT2V4DpAhBpZaFhPygzTTuoDXo {  }
 }@media only screen and (max-width: 763px) { #V4TIyaiVR4udMizEFIi20ogV1650i4c3 #k8cSy8O8MxCcMkUH6tzVMtmleTR41kA1 {  }
 }@media only screen and (max-width: 763px) { #pyfhDVlrBtXxOq4urgxFxXGKakOtOGoM { width:20rem;height:2.3125rem;top:27.97265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT6zcfGLqwpzdQiAFcZhx3FSlIkHdlOo { width:20rem;height:0;top:27.91015625rem;left:0rem;font-size:0.9375rem;font-family:lato;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m3rdnKwJaRHAmh82Th1z8NaEZrbMvheN { width:16.9375rem;height:6rem;top:0.6875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLVxLvT8Lffg12yCrITqs9cQedzK2bKC { width:17.1875rem;height:0;top:9.9375rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1  { width:17.5rem;height:auto;top:19.6875rem;left:0rem; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 {display:block;}#OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 { width:17.5rem;height:auto;top:19.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #m2UUK5afqu7ne3dxsLDzZWb4pc6XUo3G {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #CQma1vOk2RsLWbf9wyRxT9XZ5tBecoE2 { display:none; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #HQKnKE2A9IaSWbAcUv7Bv9pwJukys8lX {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #lt47XR68CEZWM4zZw2UtsC7wkn5g4top {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #KGG86recUkybE1V1cKswcd64WlRzJCD5 { display:none; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #h8vfIavuoxnxmq9mTvr1evoX0h3XUTSp {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #XFOvvdcmdCSBqx7uWFICsHd8nTd3RyJ9 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #fGkrpAMTTWOwJNVFfFpx3skh7lbP0RD2 { display:none; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #tGu6QtgM1T8rAkTdt80RSnQ300EVoan6 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #rDkGlwPMn7ApNIL4QwSCiQUTLJI6gr3F {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #rxnwav3l2VHdomNLJnLMzqx1E5fVwGNB { display:block; }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #w3e0rwT9RawOGE0fEmT8rfat85B8s5wE {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #kxod22Agz3PEZGumhpwh2wTuE0IgGiIy {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #TMF2c3rx0sddlowGC0UVyfncX0GpNzJ7 {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #MZCpMpOcm5IdmICGKRcp8iIkdgXWBGZG {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #J7paBayIEezsyvSflq5dTxwDl46K5nao {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #nKSx7PVM7M2Mi2ThZkmAcNV1zAcrKv2g {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #q4PsPsTtIkVaWzFhS1x9CM732OIuTR7a {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #FFQZfECsobWoHNQTToyZwilP7TvazE7D {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #g97BBeAGJkQcH9E9QB4Cl21r1wQ1KcRo {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #GPBtgidGeczetxgC1HG1cIIom7DXZsbm {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #VQfUaugoWfmplxLVTCwuBZmUR5aIgugJ {  }
 }@media only screen and (max-width: 763px) { #OZgNQ3BxlOLZEokfXkqA08y95S7XXac1 #CZeb2qmAWTsWpmU6MIkvOhWRC84SSQtT {  }
 }@media only screen and (max-width: 763px) { #STgxBtfcIvVbaayiEQCeOlROs8u0NTHf { top:15.66015625rem;left:0.4375rem;width:19.125rem;height:5.19921875rem;z-index:15017;text-align:center;text-align-last:center;color:rgba(255,255,255,0.82);font-family:lato;font-size:1rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #eOc5veqVh9K7xgKamTPQPg1fze4kzAUG { width:19.6875rem;height:5.7744125rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #d5B0oUH1BDebzcrumkb7skqhVFF7rWyu { top:23.40625rem;left:1.59375rem;width:16.8125rem;height:3.9375rem;z-index:15018;text-align:center;text-align-last:center;color:#f0f0f0;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NxIntb0F5hwSHWcrhu6F5TH1sf6rCsl7 { top:48.875rem;left:1.59375rem;width:16.8125rem;height:1.3125rem;z-index:15019;text-align:center;text-align-last:center;color:#fdfdfd;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BnVzdGt9OnefGTniEgOoxHRGBF0m65OK { background-color:#f9f5f0;background-image:none;display:block; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container { background-color: transparent; background-image: none; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container > .video-iframe-container { display: none; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row > .video-iframe-container { display: none; }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .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); }#BnVzdGt9OnefGTniEgOoxHRGBF0m65OK > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUx5oh0OlWI0fxrVdxT6F7vSDvqR3UXL { width:19rem;height:7rem;top:8.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E33tWkcd1mpTuWvfDmQbzoUcrM3awU { width:17.5rem;height:1.4619125rem;top:12.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ghxe9ur45BWttqcKBaTR9STIJfNblJyk { width:18.9375rem;height:12rem;top:30rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okfsCCNnG6qOGMr4mbxkPknfiRyDV5aF { width:17.8125rem;height:2.11230625rem;top:9.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRpwycivUL3y1zrUMPTpnUJH0UeukDzd { width:18.9375rem;height:8.3125rem;top:18.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwn2uT7ZPgWhtiX51xcrMyeeT2FJzv3h { width:16.8125rem;height:6.9375rem;top:18.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7eU1TTP73noFr2VbyR0wgaqIvMZbNT { width:14.625rem;height:11rem;top:30.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXGdy1anam2udoNyVdUygt1ihXkGSTw8 { display:flex;width:2.5625rem;height:2.5625rem;top:4.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlHWquEok17DWFfg8huWCebnDVk5ZgaA { width:17.5rem;height:2.4375rem;top:27rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15016;font-size:0.9375rem;color:#555555;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #U0RTfVqkOQFVN72viIgBTeHbcgPrRkNd { width:18.4375rem;height:4.19824375rem;top:54.125rem;left:0.78125rem;text-align:center;text-align-last:center;z-index:15007;font-size:1rem;color:#555555;line-height:1.4;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #P0mbzpgPADkOeL6HI1UtkxceTaMue2LS { top:1.3125rem;left:0.5625rem;width:18.875rem;height:5.173825rem;z-index:15017;text-align:center;text-align-last:center;font-family:lato;color:#032b23;font-weight:700;font-style:normal;font-size:1.4375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LA1ZJqCOn7HzdIIBdFT1c3MtCWAgBxzF { width:17.5rem;height:1.21875rem;top:16.0625rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15017;font-size:0.9375rem;color:#555555;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #HlDBLHUvPTtoxetkcInD3drUPDhvBIJu { top:81.25rem;left:3.71875rem;width:12.5625rem;height:0.125rem;z-index:15038;background-color:#927242;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xh3zVmhSUzN1WQM9Qa7h3VmQyTdye6Rq { width:18.9375rem;height:9.375rem;top:44.03125rem;left:0.53125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VrtKcMsvydyx1BC4fR4gCMfxUnWMDXzL { top:45.125rem;left:2.6875rem;width:14.625rem;height:7.1875rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v7s6iMt8iTDfF9vZILApUz58Zu3BUiQJ { top:65.5625rem;left:0.5625rem;width:18.875rem;height:2.0244125rem;z-index:15018;text-align:center;text-align-last:center;font-family:lato;color:#032b23;font-weight:700;font-style:normal;font-size:1.125rem;line-height:1.8;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; }
 }@media only screen and (max-width: 763px) { #p4PN42nOPdd0et2eKDv0oKIzz7VcF5T0 { top:69.625rem;left:1.25rem;width:7.1875rem;height:2.125rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tbnyw2dTblZICTaVBa0MNbNFuAGTKvqn { top:69.75rem;left:9.75rem;width:9.8125rem;height:1.875rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xocy9ETT5zhEaGKWUeTkDU7AbZUfSkLh { top:62.625rem;left:3.71875rem;width:12.5625rem;height:0.125rem;z-index:15039;background-color:#927242;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hnqJ7NiNctB8JZB7D35pZTF99kztHylA { width:19.375rem;height:1.2246125rem;top:74.1875rem;left:0.3125rem;text-align:center;text-align-last:center;z-index:15008;font-size:0.875rem;color:#555555;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tmV3qrh9xDSwtnBDPzQEFHggVPt4ozWg { width:19.375rem;height:1.2246125rem;top:76.9375rem;left:0.3125rem;text-align:center;text-align-last:center;z-index:15009;font-size:0.875rem;color:#555555;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mJlP7HW3f0vkqHf1mXT28kxNXZx3H7Dw { top:82.625rem;left:2.75rem;width:13.9375rem;height:0;z-index:15019;text-align:center;text-align-last:center;color:#555555;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #nQqCs2LOsEGqoogz8wKdXOTbwPeD0TvF { width:20rem;height:auto;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #beo8JpzIuQr0mIHUJMDDrfDM2bJtIz64 { width:16.875rem;height:0;top:90.4375rem;left:1.5625rem;font-size:0.875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #QLn4Vprmqp2QZcfzteWZpRtgZi6SPBTH { width:16.875rem;height:0;top:93.9609375rem;left:1.5625rem;font-size:0.875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #aLJOzo7HZWc2CzqOOLpKah55WFw1TpWV { width:16.875rem;height:0;top:97.484375rem;left:1.5625rem;font-size:0.875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #uAzIWLMeuBbX0nRr4hBXLXo03ZKLtxKu { width:20rem;height:auto;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 { background-color:#f9f5f0;background-image:none;display:block; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container { background-color: transparent; background-image: none; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container > .video-iframe-container { display: none; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row > .video-iframe-container { display: none; }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .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); }#Wec1PmFHeVV3oqD0ueIJC3dlyxSABmC4 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp76rlKPEFfP8ue0cD0MKvF7cWH2GAUI { width:18.75rem;height:1.4619125rem;top:9.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovs15qqc3ehQXEWDDCwkNL68w8Q4W2ks { width:18.75rem;height:0;top:17.9111328125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xx6VqOBaKGOP5gHwJg9dN7Jw0izP4HF8 { width:18.75rem;height:0;top:51.7236328125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBV5ez5IQdAlU2orTod0Av2hIWGCuTF9 { width:18.75rem;height:0;top:38.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa9JKRd76KXg4GTmJATsldH9ACfkun9g { width:20rem;height:43.5625rem;top:7.0966796875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #032b23, #0a5346);background-image: -moz-linear-gradient(360deg, #032b23, #0a5346);background-image: -ms-linear-gradient(360deg, #032b23, #0a5346);background-image: -o-linear-gradient(360deg, #032b23, #0a5346);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#032b23', endColorstr='#0a5346' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#032b23', endColorstr='#0a5346' );";background-image: linear-gradient(360deg, #032b23, #0a5346);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pC3H61GJKzXgTWWhF9DRoTseSqTOAyVI { width:20rem;height:26.875rem;top:37.423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTrclnnLTwk0RmiRJsSTzMOMpWriHQ2N { width:5.3125rem;height:5.3125rem;top:15.5rem;left:7.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDDEbhkLiEE1OX4bmke6yOolzerCaLgb { width:5.4375rem;height:5.4375rem;top:32.625rem;left:7.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oa8KGxqiBxMzqC0PBSKtgmPT41CX6iOL { width:17.0625rem;height:2.2734375rem;top:13.2265625rem;left:1.46875rem;font-size:0.875rem;font-weight:300;font-style:italic;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cpld1XS7FS9vKloNthc3GbQPh1wBhlO9 { width:18.875rem;height:0;top:41.6123046875rem;left:0.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMAIoZ9ZCAiV8hS3ZRRktwUDKJcXl1Wa { top:0.875rem;left:0.5625rem;width:18.875rem;height:5.3984375rem;z-index:15018;text-align:center;text-align-last:center;font-family:lato;color:#032b23;font-weight:700;font-style:normal;font-size:1.5rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ePoXvnQUs0uHQhZ5y3gth7RlXz7Z3VKy { top:17.7744140625rem;left:1.21875rem;width:17.5625rem;height:2.5996125rem;z-index:15019;text-align:center;text-align-last:center;color:#ffffff;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n { top:23rem;left:3.21875rem;width:15.625rem;height:1.29980625rem;z-index:15020;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWqqqdV1oCGgWblt9mWF8ri31MVTwo2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo { top:27.3525390625rem;left:3.125rem;width:13.75rem;height:1.29980625rem;z-index:15021;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#txNSLa4AxaSEvZxhoTNXMT6erTFy8tTo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV { top:31.8642578125rem;left:3.125rem;width:12.9375rem;height:1.29980625rem;z-index:15022;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lk8R0ibPlpOq7VZ0TgcXgk3oAIGxZtJV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #q8Ptns5MFa4JCvORh84TICsof9DLBDPv { top:35.9775390625rem;left:3.125rem;width:13.0625rem;height:1.29980625rem;z-index:15023;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#q8Ptns5MFa4JCvORh84TICsof9DLBDPv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q8Ptns5MFa4JCvORh84TICsof9DLBDPv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs { top:40.57421875rem;left:3.125rem;width:13.25rem;height:2.5996125rem;z-index:15024;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ekNaKJlfqeLrNtk2zdeBccuRvs4z4yEs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #xZcEluW8bTacCfW4OrUlUT4NJ0U3lAFX { top:45rem;left:1.21875rem;width:17.5625rem;height:0;z-index:15020;text-align:center;text-align-last:center;color:#ffffff;font-family:lato;display:none; }
 }@media only screen and (max-width: 763px) { #XEGBeJhXikVm72UFETD1y00wpKexHFfT { top:48.5rem;left:1.21875rem;width:17.5625rem;height:0;z-index:15021;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:none; }#XEGBeJhXikVm72UFETD1y00wpKexHFfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XEGBeJhXikVm72UFETD1y00wpKexHFfT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni { top:50.9375rem;left:1.21875rem;width:17.5625rem;height:0;z-index:15022;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:none; }#I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I6b7lvdiHI1XE0niyD0KNNTvEe3yU7ni li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX { top:53.5625rem;left:1.21875rem;width:17.5625rem;height:0;z-index:15023;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:none; }#hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hFVfh7rhWBQuCbO05cwLXDoTwMRL1sLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi { top:56.3125rem;left:1.21875rem;width:17.5625rem;height:0;z-index:15024;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:none; }#VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VD1Snbwqn7vTkfLvWkHN0mSxJkH59BZi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw { top:59.9375rem;left:1.21875rem;width:17.5625rem;height:0;z-index:15025;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:none; }#TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TcPUPu6znooxc1nDuWhHPA4gVIvEDnBw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41f9a96d65606d11c40df2adcebcc133d2185147.svg); }
 }@media only screen and (max-width: 763px) { #pWulLvxU4kpDfBuikCA3ZHFIde5R3Q4X { width:16.875rem;height:2.2734375rem;top:46.1015625rem;left:1.5625rem;font-size:0.875rem;font-weight:300;font-style:italic;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xxHZ2nm6fTAhnGcXVrEPV3vBF9g1owRG { width:20rem;height:auto;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlmSdih00epEsirb8qXGi445HcmNU42p { width:18.9375rem;height:12.875rem;top:49.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPIxkhhwnWFSpOoamSxEabc9X06aqZsT { width:16.875rem;height:0;top:51.25rem;left:1.53125rem;font-size:1.1875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #K0WqZCVR6L2zEDMxud513N6TpWDu6xxl { width:16.875rem;height:0;top:60rem;left:1.53125rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #PTwNaREfFRw4uh9p85OK0FtUNlPG796U { display:flex;width:4.5625rem;height:4.5625rem;top:53.78125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNcDgqCTo3OxS9HgvEvQIQfqRGFsI5uV { width:16.875rem;height:0;top:65.375rem;left:1.53125rem;font-size:1.1875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #BUyZP5GX7mqEn2oXgMKyU5kaEecd7pQ6 { width:16.875rem;height:0;top:74.125rem;left:1.59375rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #lbulxzDkV2TZ0x36QHKJd4mD8sQQnGTL { display:flex;width:4.0625rem;height:4.0625rem;top:68.15625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOACM7xVwNkfb6JciTsocg5a73DLVthG { width:16.875rem;height:0;top:79.5rem;left:1.53125rem;font-size:1.1875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #OyD3OT3407cabrfJTqoKvHabdhIUBvIE { width:16.875rem;height:0;top:88.25rem;left:1.53125rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #JiIHTC4C1a9Q0trcsPaFiBmdzWLZyevm { display:flex;width:3.6875rem;height:3.6875rem;top:82.46875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6kXbDIIZMsQe5k8B90oB3G7zbpEo93M { width:13.5rem;height:12.875rem;top:5.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpecDtk75fMB9OHnG6ahmamRfuZU3XKc { width:13.5rem;height:12.875rem;top:5.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2vEZDLDuH8ASnpkTIK5cPQCMA9TvuvI { width:13.5rem;height:12.875rem;top:5.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #diXaERyyn47a9OhRcXeSKw60pHxyF6Q9 { width:11.875rem;height:auto;top:7.3125rem;left:4.0625rem;font-size:1.1875rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #MOcnLpHCTyIT68BMxdk1xeo3ecb3Z51z { width:11.5625rem;height:auto;top:14.75rem;left:4.1875rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #d7C5WCPeG5e80dsONd4kPqzQFMs73Lw7 { display:flex;width:3.3125rem;height:3.3125rem;top:10.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkb79PRPEoztaJOAc3c6GweSHVP4pQ9u { width:20rem;height:auto;top:20.25rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #WkrJXn9iCVJm5hKOsyHyOSB7LkQxb17b { top:21.4375rem;left:1.78125rem;width:16.4375rem;height:4.5rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #LTCe0QCm5JaP1eO6sqwhpk2Nl2iV6KlU { display:block; }
 }@media only screen and (max-width: 763px) { #gKE45QK9dMJEipHJi5hqvp6IiESkC7ec { display:none; }#gKE45QK9dMJEipHJi5hqvp6IiESkC7ec > .row .container { width:20rem;height:82.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZH6IP03PzEoptRMXwUJUb3gmeeh37vu6 { width:15.625rem;height:0.125rem;top:20.4375rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WavXQd6e79cnOOeMVTclPTW21GoHk8CH { width:15.625rem;height:0.125rem;top:52.8125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB534RieRxl4o4yzvLrGcSWUVH2e0ihi { width:14.5625rem;height:2.5rem;top:7.6875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #iTedM8w8GvMxUKDSZ3od3NRcUgWp9LWy { width:20rem;height:2.3125rem;top:34.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcZH8hUG8zFikXGfHm8o8n7rQ74PNv5N { width:20rem;height:1.75rem;top:34.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Dxo6y4CssPEPTDViTxoIHDQr14y5Qsvb { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTMSDlIlKH1Gt3TtBHclBbA6BRIp4W8L { width:20rem;height:auto;top:5.875rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #XTLlgfZmTC9ETJGXCCpOyq0ieAEBpWcC { width:15.625rem;height:0.125rem;top:31.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZWNI2g8T2e4JxwPCkGqVqv52pyNfebN { width:15.625rem;height:0.125rem;top:31.5rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8h9BSHobJr4Vgnnp63F6Wm1yQ4mdTOO { width:11.3125rem;height:auto;top:19.4375rem;left:4.3125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #NVBPiklfocwORBbXmaotmh2A7NafhcLO { width:13rem;height:auto;top:26.8125rem;left:3.5rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #poyzkhUq8kuETF1PLMiOpy9UQQqd9nwi { width:13.125rem;height:auto;top:34.5625rem;left:3.4375rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #kzsvRg2gbH1aIVo91f26JKpJyPeHONP6 { width:10.3125rem;height:auto;top:19.5rem;left:4.8125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #u4ILIMD76gATlrsGTaLwoxTD71TedEya { width:13.875rem;height:auto;top:26.125rem;left:3.0625rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #GgGymhsl4OqA9s1Z5TQBuyFnTxySJGZT { width:11.1875rem;height:auto;top:33.8125rem;left:4.375rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #rJ39IZ4BZxPTqoNItxwS0RynXvKzv2yO { display:flex;width:2.75rem;height:2.75rem;top:19.5625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7fkgG6JLSq2fp4qlxq6BTNvaZD39USe { display:flex;width:2.75rem;height:2.75rem;top:26.1875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HveXLZXknncn8nsUV9ASIDcRkBByeIvi { display:flex;width:2.75rem;height:2.75rem;top:34.6875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #olyOvZvuzXgNLxiteXI4TpqyyUSFtzh3 { display:flex;width:2.375rem;height:2.375rem;top:71.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #AdbPKvcGE6JlNUQW0gfy0iZdecB9SIKE { display:flex;width:2.375rem;height:2.375rem;top:75.3125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #BXGB5p8g1uIaClbVZhGssdF8n75NMTCb { display:flex;width:2.375rem;height:2.375rem;top:78.9375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #sO9uz8TVBkVX8mbeOBXdv75Ug7AUFFby { width:20rem;height:auto;top:44.4375rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #TXG909km1qwU3XoeULr63EktLTpB8xJc { top:49.1875rem;left:0rem;width:19rem;height:3.875rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #gThQmh9wfWITRyZzSF85knpvaAm9Hesc { display:block; }
 }@media only screen and (max-width: 763px) { #MZ4ltw0nMnMJkcsvgnXOA2AhAgiVLrUL { width:9.6875rem;height:1.6875rem;top:68.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d13cX4RoApGun7cFiawpN3EO8Gt48ct2 { width:20rem;height:26.8125rem;top:6.25rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #edNDxLbo5zJTvhbbb31Dh70Xxuobwlxg { width:19.75rem;height:30.5625rem;top:36.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TaaQxHti5EuU6qApMWw8czhwL4XUqxfO { display:none; }#TaaQxHti5EuU6qApMWw8czhwL4XUqxfO > .row .container { width:20rem;height:76.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p3zMEVExzBhgI6wv2GgV1OzFk2gMLd6K { width:20rem;height:2.4375rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZtn8we1EnKS1WrRel2qWhfgqbVWzSE8 { width:20rem;height:2.375rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FERuUUR8A9DTApCEWXGH1L51Ngs4QNOH { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFaLQoQqTWNkIwtGsgJwLRMoJXccOGXq { width:20rem;height:4.0625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lni1tLQp38y3wd8pXUKoI1LV2HxrQ8yh { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dA6UkoZTdLg7rfsEJW5JGQRZ2Kf9yLpT { width:17.5rem;height:8rem;top:15.875rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SyEBKEiknV3i3ktmTeOQTSMROgNEqTF8 { width:13.8125rem;height:1.625rem;top:27.9375rem;left:5.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aGZoJT7mPTUMVvJbGpeIEnT4h0vtWDgw { width:4.5625rem;height:4.5625rem;top:27.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #morKc8TNtbnTlMDHhXlnlsdp2vfZt5kV { width:13.1875rem;height:1.625rem;top:48.75rem;left:5.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ONp2Xh8pMqdzFOxs5LUq8ydcErrerJxt { width:18.9375rem;height:12.25rem;top:34.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQunIlLB4VsQQIZEiUEl4vA6Z2sDZA9m { width:17.5rem;height:8rem;top:36.375rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fHUg98WiQG3XXiaO2ZwXd1OC6N56OZXn { width:4.5625rem;height:4.5625rem;top:48rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISk5ooelMF70glOepIrmRdy3DyK3WaQ8 { width:12.75rem;height:1.625rem;top:68.6875rem;left:6.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LKATtPMAWyLToiJvfNm1EhsVTna6g5VL { width:18.9375rem;height:12.25rem;top:55.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHzJAqT4FltO3WmNf2zMZTACMD0hKD8M { width:17.5rem;height:8rem;top:57.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eX0z65ToAkvZrf1gUQEgxz77mmdCQCe3 { width:4.5625rem;height:4.5625rem;top:67.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeDNzpnSQJ5gExN4TybMpduwdyoTauK1 { display:flex;width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBBa0rnnqppIswJQisPFyrRwmbcwRdbe { display:flex;width:2.375rem;height:2.375rem;top:4.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBOxWs7iyzoNPLoEr0Odc0uXlgTewydm { display:flex;width:2.375rem;height:2.375rem;top:8.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #mPsxt0J7AvdoatTfyPLVMibJMMf9TET6 { display:flex;width:2.375rem;height:2.375rem;top:12.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQgwr7QF1OGEyyXrqpoN71gqJw7OGzAm { display:flex;width:2.375rem;height:2.375rem;top:15.75rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHPo2brVXcz31aAThG44TpK7ZftqJ6LW { display:flex;width:2.375rem;height:2.375rem;top:19.375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlV7zcxtGG1OEwuxpBynfiSuMH6eX0Dp { display:flex;width:2.375rem;height:2.375rem;top:23rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRxrdpSmBfP3lQSyTMKJSUCl7M3MmkBD { display:flex;width:2.375rem;height:2.375rem;top:26.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ks4dyTGFUyzsSw97wVfbnbLVy1LbvTut { display:flex;width:2.375rem;height:2.375rem;top:30.25rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5T6L9NZTeLpsIUSyxEpfeTXGp8ValxQ { display:flex;width:2.375rem;height:2.375rem;top:33.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GevP50KhUxwURRx5Re0BzIgXivTBXAOi { display:flex;width:2.375rem;height:2.375rem;top:37.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XC6fZ96rTi3z1ELN8vx4yJmsIyPGbskA { display:flex;width:2.375rem;height:2.375rem;top:41.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGItnEph2Zgv8mDRy9SAbzXns8N3AFGF { display:flex;width:2.375rem;height:2.375rem;top:44.75rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EITW3k0udHTmKNrApsSHdTGWSO3bTd21 { display:flex;width:2.375rem;height:2.375rem;top:48.375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #antRgoistsnlWmrdXIaApyakZVfTKoKw { display:flex;width:2.375rem;height:2.375rem;top:52rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUbsRqezS62lr9S9SqZ2zeJ9RSTvUPg5 { display:flex;top:20.1875rem;left:9.125rem;width:1.6875rem;height:1.6875rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #ONQbiJwAwcxuZu9hK9Ms6sd2i7wizuG1 { display:flex;width:1.5rem;height:1.5rem;top:23.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #TeJi2oAs6hrApUTXsu9O3Lr169OHiA1z { display:flex;width:1.4375rem;height:1.4375rem;top:14.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #lkWDASKRuJUED2aoMvpxZGLtWXaoeigr { display:flex;width:1.4375rem;height:1.4375rem;top:25.875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #V1CTnCqKSDUKyLLLcfnTJgaq0OmDTLa7 { display:flex;width:1.4375rem;height:1.4375rem;top:12.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #fXQEwCPokWDAgweWmLU7gEs1w74w6UuM { display:flex;width:1.4375rem;height:1.4375rem;top:17.5rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #XqlzXs5HBWEFlXbGwvwil2d0aTB5bhoT { display:flex;width:1.4375rem;height:1.4375rem;top:28.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #vuvIq7Zxp99Og0UBCrTMpypiatrJhxd6 { width:20rem;height:auto;top:39.9375rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #Zk2CoEWTfhyagLpZQpL8FWbNW1TnRW4q { display:flex;width:2.375rem;height:2.375rem;top:31.25rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #USRTXkEGII7a4GmmJxdJobqiKfHqTtsg { top:43rem;left:0rem;width:19rem;height:3.875rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #lQnmFxilzk5dZzAISt1WmLwwqUDOVCQL { display:block; }
 }@media only screen and (max-width: 763px) { #dVdumKc0RNIZchnWa7JMJfMxUQ3Q4Tu0 { width:20rem;height:auto;top:48.25rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #uV6CerQDkclqEswNaxcb8WGeipEXByfT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container { border-width: 0; border-radius: 0; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uV6CerQDkclqEswNaxcb8WGeipEXByfT > .row .container { width:20rem;height:109.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tC0mbQ7xdduzZ1bsHPSUFla20KMbiQal { width:20rem;height:32.5rem;top:39.3115234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE6qZsuPrCBPumzlVL8FRDzyrkQK0ASC { width:12.5rem;height:2.5625rem;top:41.6875rem;left:3.748046875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgwUyAgTMDqW2PbIblXHGGQg3hys9ZW8 { width:20rem;height:2.5625rem;top:7.873046875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #okgU5TxAiTJELpwebKP5Avvt0eALMgQf { width:7.125rem;height:1.125rem;top:13.623046875rem;left:9.685546875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3Bqat8CPHWxgtXm4gz48ikJyUy8I6rc { width:20rem;height:32.4375rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lS5HLX98g3EAHIHcqJyzW4wWEWfnWnN2 { width:13.6875rem;height:4.0625rem;top:64.0615234375rem;left:3.15625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #WByAa5VqMVbDT4mKBU2lGOvUPxlyIC8q { display:block; }
 }@media only screen and (max-width: 763px) { #mqCwPuVI8U93eH8rlCTNWBVn6WNo1tI3 { width:20rem;height:2.5625rem;top:1.8120651245118rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vP8rglGQ5WsKqn64UuW3GqnLl2cgJ0Je { display:flex;width:2.75rem;height:2.75rem;top:18.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8A52IZgzapwxN6yJHwVphHE4nIpqybV { width:11.3125rem;height:auto;top:18.375rem;left:4.3125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #TP3mIEBoUwZWE1vJXROtlOLIx2Gq31nO { width:15.625rem;height:0.125rem;top:23.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFLWx2nI9MPL45UVmyuHM26yaANTGrl2 { width:13rem;height:auto;top:25rem;left:3.5rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #MpvDso3KAn2s9hf55SKzOHRbsuPkz6Jl { display:flex;width:2.75rem;height:2.75rem;top:25.125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #shV8OcidwgQLoxqpSWMmRU5i7OEugnxV { width:15.625rem;height:0.125rem;top:29.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HM2PoMlWUngdE0FIsCkPCWlKcRddchls { width:13.125rem;height:auto;top:31.8125rem;left:3.4375rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #GltnX6vTTowkSpcW7BXSC7d0ApDOTgzN { display:flex;width:2.75rem;height:2.75rem;top:31.875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqCTEH2y4gItTsRpOT8qcv8OT77Al2N9 { width:15.625rem;height:0.125rem;top:37.0625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #muT8odnyp4yffMVfFlKlgSLoB5tFZM41 { display:flex;width:2.75rem;height:2.75rem;top:39.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvdbF4hIG5CSgvlSkcQs3bLeFHJqeOQV { width:13.125rem;height:auto;top:38.375rem;left:3.4375rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #vqmBoE0dQuvI8qiQBTJykPhhNk4nIZqm { width:10.3125rem;height:auto;top:19.3125rem;left:4.8125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #cgTMSp6OobZ8NyyFdanNA614fFFAc0DT { display:flex;width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #xT0KTqgSx7dICNyHsnMBHyzBKfPsou4u { width:15.625rem;height:0.125rem;top:23.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUPRN4QGrnnTe6UiA6zPbMXNDQfZZSX2 { width:13.875rem;height:auto;top:25rem;left:3.0625rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #ZXWxKEK8Q5TPDs5Mhbk1rniZ0yc99T3e { display:flex;width:2.375rem;height:2.375rem;top:4.875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #N8cf14keKs1J3MkEC4XTSTexOoIvZXJq { width:15.625rem;height:0.125rem;top:29.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #APwGlHiFLrkTUydw95Gsw9tqqgoFoDFS { width:13.375rem;height:auto;top:31rem;left:3.3125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #UyIEAKcJ4RVh9UIQTQgfeK2HTT0bPxsb { display:flex;width:2.375rem;height:2.375rem;top:8.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #GvA67sqGyDJR4lKiB1MKsEhzkNIpUrHD { width:11.1875rem;height:auto;top:37.0625rem;left:4.375rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #kLgrWv0vOXRc0AZka0iu8Ct0yv1qA9M0 { display:flex;width:2.375rem;height:2.375rem;top:12.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #V7OBlEoxbHVWetATrrMToTtwTbo5PhCH { width:15.625rem;height:0.125rem;top:35.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEtBKmXrl8SUQQiqRmWsV5GEkUBVIeEe { width:19.8125rem;height:auto;top:46.875rem;left:0.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAczticciiDpa7X9PIicmdzNy82CcUTw { width:20rem;height:auto;top:9.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/K0BdebKy/02.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2.adaptive-delivery-prevent-bg, #ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2.lazyload, #ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2.lazyloading { background-image: none; }#ZgGsTyEHmt3JukGGOXpsk5Rg45hzmeu2 > .row .container { width:20rem;height:97.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQPbcWb20DXUICl7uJzp8mLlQPttp5SI { width:20rem;height:1.9375rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaiTlDml4WdyDLOpswVI20Bqrdyntquo { width:14.9375rem;height:2.5rem;top:49.9375rem;left:2.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TWX8gNe5wn09ATMqyT9GD1a0Cvu0hTRx { width:14.9375rem;height:1.25rem;top:58.9375rem;left:2.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JN1Urzsg864kmOG0oqTwuQGxiKhJitVb { width:14.9375rem;height:2.5rem;top:36.9375rem;left:2.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #arLfg5u4h2fPaZJTwtPdsUOCha713CBW { width:14.9375rem;height:1.25rem;top:34.625rem;left:2.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xqo3NWUQXbpHlu8BINxWt9G4eD4QTK2x { width:14.9375rem;height:1.25rem;top:21.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MGR137EEqOsLuH7sDfonF5zb1396Iq2I { width:14.9375rem;height:2.5rem;top:23.9375rem;left:2.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y9DBc8RTuD9tVPDBDIZ5d8PKDP3e65VN { width:13.3125rem;height:auto;top:23.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITi1u8ECricfRhZ7fn9HXcGCl5kZpiis { width:13.3125rem;height:auto;top:23.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxU5NXzvULRPZiD4r4tZ9L31NRXFaMbL { width:12.875rem;height:auto;top:23.8125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWAEpI5boeNNMOUWCRKlwvKOoxlsHW5S { display:flex;width:7.875rem;height:7.875rem;top:6.8125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbQmDZlcvZJBmdkC4WSA0KxlSTWHdDzg { display:flex;width:3.9375rem;height:3.9375rem;top:8.8125rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOtwhk3AkVLKK9qAnm7exwMX5VBRzvTQ { display:flex;width:3.3125rem;height:3.3125rem;top:9.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6p6UuJCaMLyoN22aWH5nSu1lz1qyCAU { top:34.9375rem;left:0rem;width:19rem;height:3.875rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #WEqkTrhIQMEEKz4B0xvgqAQua2T4Z3S9 { display:block; }
 }@media only screen and (max-width: 763px) { #i4zElNt19JiKaX0DMebsqo4lVOLbpLxA { width:20rem;height:auto;top:32.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t { display:none; }#HudbyCDTS1WzrUyK5zcJ2h5gcOE4ro3t > .row .container { width:20rem;height:76.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bC2zKJ4GCkoqAJKxfe4lOIINi7RE9TX0 { width:20rem;height:4.875rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9UDXu3PkI2NyBgg8LWqXrAtquHXiGVU { width:20rem;height:1rem;top:8.1871490478512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvVTthOS8tI1a4GB6Otsu4hLVTT2ArHH { width:18.9375rem;height:18.75rem;top:11.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HflDOzf9gvGQUbNK0sFT34zcqRmEJSab { width:16.25rem;height:1.25rem;top:20.310546875rem;left:1.8740234375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LUAobRhvQDqfgaKVoONfe9HeuirsvypU { display:flex;width:3.75rem;height:3.75rem;top:8.8427734375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #Snfoz0nmK8Lcg1P70Cx35RT6SRtTZE6T { width:16.875rem;height:auto;top:20.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSdgIHHyX5RSIh3NzRnKtqoOqL1L9VEg { display:flex;width:1.4375rem;height:1.4375rem;top:24.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #bxUudJJmM2QFalcKGzDTSEU508ykTQ7T { width:15.625rem;height:0.125rem;top:35.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9JpD5P2a3smUdZ2ngGwKMHKIud5fWpi { width:13.375rem;height:auto;top:24.125rem;left:3.3125rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #l9PRgexbP2Wv2u8GM3PGq2hD45xVJDob { display:flex;width:1.4375rem;height:1.4375rem;top:28.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #RN9qsOctn6gu885OCKn7miZdtrAf447H { display:flex;width:1.4375rem;height:1.4375rem;top:32.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #CO7le8Z9AqciTxBw7O0815C1lK66yhqT { display:flex;width:1.4375rem;height:1.4375rem;top:37.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #OnatOI9qGUDHET7J5Z6ktgyVVzMCk5eu { display:flex;width:1.4375rem;height:1.4375rem;top:42rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #uZrwzfT9atVT1E2lqrNTMuOATVK7ff6h { width:13.5rem;height:auto;top:28.125rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #kttmyxUKMIaHDf0kyJeUnPrZsXQBsBwx { width:13.5rem;height:auto;top:32.125rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #az2hCIUsQ195kkRMTzhQldqTXggsSmCm { width:13.5rem;height:auto;top:36.75rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #y9xDnQQl6ggnpldShucyyPRaqW9NBiXl { width:13.5rem;height:auto;top:41.375rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #XWCos86yKfkJzh0WoHMh4dQWPGJFqRtG { width:15.625rem;height:0.125rem;top:27.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ME0T28q7mnOmIX255eyD3ZVPWhOWHk9V { width:15.625rem;height:0.125rem;top:31.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcoiy0GzzuFJhcVErBslRkzH3auwPEpP { width:15.625rem;height:0.125rem;top:44.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1qMle6pXoWHI4P5fmeUDaVTmGQlX5M7 { width:15.625rem;height:0.125rem;top:40rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I88g51GupORyzb4g4a7cOtd2DAG6HnnN { width:18.6875rem;height:auto;top:47.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpTrrSGZCCqcEuSgXM8igawToksHi4rk { width:18.9375rem;height:30.625rem;top:14.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSDa3rO6xlnzk9BgQecvb0r6I9Fbwf6z { display:flex;width:1.4375rem;height:1.4375rem;top:39.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #HkmWbUBXNCpkZOwm1v8gdPGBGx2bvsNw { width:13.5rem;height:auto;top:38.75rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #K1hwMZuTOaPeAGviHc85AFQhUTocCr9W { width:19.9375rem;height:auto;top:46rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKK8wVl5iBQPb1sTBuG9ZKRh7TqhKaPU { display:flex;width:1.4375rem;height:1.4375rem;top:30.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ZiZrt8TmekeKUrQTentsvJTfwvqQIa9l { display:flex;width:1.4375rem;height:1.4375rem;top:35.0625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #XQ6MWiJkpXgvPl8nJSDazbVuQvxQCDTW { width:13.5rem;height:auto;top:25.5625rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #C7hBEeQH5FLM4cwQDzMSTc647T9AGHgs { width:13.5rem;height:auto;top:29.5625rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #BUmpQkTrw9iDXtD6GDc4hS95L4zn2Hdo { width:15.625rem;height:0.125rem;top:42.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKnVrlVz25fw7uk625QM33TAh93n4oya { width:15.625rem;height:0.125rem;top:33.375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2Xt6kLk4GNvHPgyiRhhqgyx3VPzsq4T { width:15.625rem;height:0.125rem;top:38rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiiGawLqHlTtGuPFAEVJmqK0IT6XDw06 { width:18.0625rem;height:auto;top:19.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgFeLcQaTig5sp1gazHJGcX1hxyTX9St { display:flex;width:3.75rem;height:3.75rem;top:15.0625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #RT7HJ4sHkDpk5NloXHwbSgho7NECHZBc { width:16.875rem;height:auto;top:21.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnPbUJ7EIycO0C8Xyl7LZHr3ZEmh7Qw2 { display:flex;width:1.4375rem;height:1.4375rem;top:26.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #WBnZHNRsz2ABglRKO1A6rpnCl6TNt4Vy { width:15.625rem;height:0.125rem;top:28.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlEqDTte5EV87u7tn69BtTFQTmPVtBTE { width:13.375rem;height:auto;top:34.4375rem;left:3.3125rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #tfIogb3P0S00Te2esV9QmCqbz5HPTL4H { width:18.9375rem;height:34.3125rem;top:11.8125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HshsBVbTmWJtOhuW4l9TkJqKTOh1tKRk { display:flex;width:1.4375rem;height:1.4375rem;top:42rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #JPl67IJnLisryahcidmoSTm9eHmpz7lA { display:flex;width:1.4375rem;height:1.4375rem;top:37.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #fmvS1o3dAoMGsnvCZR0Ftk8JtQTuo8cf { width:13.5rem;height:auto;top:36.75rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #wz5MmTPa7B7aoS3Du7PNyDtDqIX9um8i { width:13.5rem;height:auto;top:41.375rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #Si91FoXcgvUVsDJVyF3IVQzO1rhTBPda { width:15.625rem;height:0.125rem;top:39.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdxIAbvl96KRJ8064PTKLqU5Hr8GPNLw { width:18.6875rem;height:auto;top:47.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdvnMT9sqgSmD6SNfqJkGTNW6nPTKwcz { display:flex;width:1.4375rem;height:1.4375rem;top:28.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #SJGPiBKNbR8FN8PsVS61BpbDqWCwqACa { display:flex;width:1.4375rem;height:1.4375rem;top:32.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #gtDeVdmGzmNlxUQnxd4Tnz9O3OeqaPHz { width:13.5rem;height:auto;top:28.125rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #LnHWlFESsoPBhpJWF4LnWXMnt7SaLQvv { width:13.5rem;height:auto;top:32rem;left:3.25rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #KrMzteaBbBAbNtCkIyVMBitieTqtLLWQ { width:15.625rem;height:0.125rem;top:44.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZqC7T3mSk2PTprGHQL1aL4nC5F02bPn { width:15.625rem;height:0.125rem;top:31.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VR37cpemqPorRFhBZIhcdg3JRiAWlxss { width:15.625rem;height:0.125rem;top:35.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9I1RQnMF8BAWCHVZbJXRe08tJE0fzwP { width:17.6875rem;height:auto;top:17.4375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOH46q9G6vzKmtpeRrImyKAmEhA47LTq { display:flex;width:3.75rem;height:3.75rem;top:12.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #yaxOd9avrH2V9qlBNPcNBQIZzaGcKWti { width:17.375rem;height:auto;top:20.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM8odQDCs33fNz8B1M0axpWcesxL7ZHN { display:flex;width:1.4375rem;height:1.4375rem;top:24.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #mWHx0iSliFTvekWCrdgs2nbWmFLDbf9E { width:15.625rem;height:0.125rem;top:27.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8N7O4L8UelTVg9UeVGpRp0X2cEKXpse { width:13.375rem;height:auto;top:24.125rem;left:3.3125rem;font-size:1rem;font-weight:300;font-style:italic;color:#555555;display:none; }
 }@media only screen and (max-width: 763px) { #vv9k3D1l83f7Crl8GQIIdH1cCs4D6O6d { width:20rem;height:auto;top:51.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZUARfZ3SXU96zAxVPmUAJabgxhpt1Mh { top:54.5rem;left:0rem;width:19rem;height:3.875rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #qVwWDsHio7Xd4nwmXHgTrHLvTU6ZsdBZ { display:block; }
 }@media only screen and (max-width: 763px) { #H8qemFK8AxdT1pWGSzoAmVkgBekrddeH { width:19.9375rem;height:auto;top:48.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk { display:none; }#xbwt9og3JgzLHwGUxu1r6F5C1zMSCRGk > .row .container { width:20rem;height:31.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #ktsHfpTySFcZOHzzGXfaae79IxaBxvRk {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #CCczpp1gczpKSJZJyZEwTst9TgIPgAqd {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #BesHl0EGeOGNcAWmm0LwXfMeyBlZwFm5 {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #blHb5wvNGpeTCZP4D9nTVgkIlTzTe8gu {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #a8vELGGkdAhqeuGToJT07m7lXw38Mmqt {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #DlSRaoee8cXehPHiG9wDIJRxDTgsazEp {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #qZiWHpQAwL0HNJllGmpPwM5mHJtOmpZn {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #RNhSWlI8pykIiN3GymfoFThQuxKSzwfZ {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #d7JKHvUJwRXREAfxpUpv3HLhF8d3smCr {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #XxWfUPGvEzsvhkTLBKvsiPSzdtWfEaUs {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #v8u352yFuMZXzdNIXWE8A0l6HamTxoQt {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #aGmqBRNThsQr6uqWXBn938XeppU5gBgk {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #IVDQoPrzTWsxZUFimyVVBTSvkcqnrakq {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #BLOXzULLZvMnDlAlfTX7yNJ2kH0XEeHI {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #TiHi9HzPXnovuAu1CMXXJJokwx1eP15K {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #cNCtxUWibBUzlALJFEPiReV4POBAx7TW {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #cTHxVRt9ACZw1BRxJMXkJRSTkXkdvIQ3 {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #KsGiGnSu94CG2i9gWLnlxTlmSAVT4Dee {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #rhDBv2DddQU2XegwtBpvSS2hDWmcsbXc {  }
 }@media only screen and (max-width: 763px) { #FzAyuBXVHstgqJnG3EMZEHy4gqCWt2Tn #kWdbIDmJcqTLyOpFhVgW30tIqglVEmQa {  }
 }@media only screen and (max-width: 763px) { #LJktBSV1C6nibyDTaS09qJ0F8igXEvFy { width:20rem;height:auto;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH { display:none; }#sTU2zJDKb6xCmbZODrL0s8EJWVwgl3wH > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HumPVNSotP6bAoE7TUn3RnSdUdSrK2mZ { width:20rem;height:auto;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcGTTDZskGTCh04RFTWXrfuxUWw5m1qe { width:20rem;height:auto;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtBps6GcCaTSVH43mfENyS6fg56wdEW7 { width:20rem;height:auto;top:21.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHIlnW8R9WkB40cmXCO8c5fwURFp3Sze { top:14.1875rem;left:0rem;width:19rem;height:3.875rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #qqQEkMbVBsi97FfByTJMS9csow1RM0Jp { display:block; }
 }@media only screen and (max-width: 763px) { #JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#JWIIWAZRJ5z6S66t8ZI7o42Uu0RVaXbD > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJ3TF162Cqs9w7OsT27ctfPhwadIZOMe { width:20rem;height:1.5996125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyZtKFfa6TN3GpGJb9N714EcmIEqHV1e { width:20rem;height:1.3994125rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGho6w4vOdLF0i4GBAvUxqLBMXrIwaP { width:1.875rem;height:1.875rem;top:14.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olUNDJ5h9tAdkHoq8OacqPG1CP0roW3Z { width:1.875rem;height:1.875rem;top:14.1875rem;left:8.9375rem;display:block; }
#olUNDJ5h9tAdkHoq8OacqPG1CP0roW3Z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BehThZR2IDiASoRvKT5qkiNHtTfaETn3 { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:11.4375rem;display:block; }
#BehThZR2IDiASoRvKT5qkiNHtTfaETn3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CMFkbFmqBu0iWkXwPHAa4QlmBf3SI3OO { width:15.1875rem;height:5.375rem;top:20.5859375rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4wQwsFM3ZbmK6KkloFCg3GxdMWQ0eFs { width:17.25rem;height:0;top:20.5859375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl { display:block; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl { background-color: transparent; background-image: none; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row .container > .video-iframe-container { display: none; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row > .video-iframe-container { display: none; }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .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); }#QlBW1vSbMizBZGnJwMlRsRE0DnO3W0cl > .row .container { width:20rem;height:59.125rem;background-color:#f9f5f0;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnLTLCNH0H9S2qoWECyNspCVrI9L2HKv { width:20rem;height:48.8125rem;top:0rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #927242, #764c13);background-image: -moz-linear-gradient(0deg, #927242, #764c13);background-image: -ms-linear-gradient(0deg, #927242, #764c13);background-image: -o-linear-gradient(0deg, #927242, #764c13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#927242', endColorstr='#764c13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#927242', endColorstr='#764c13' );";background-image: linear-gradient(0deg, #927242, #764c13);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wU4WFS3WU9uFPAlLHsvm8kF15vMFGult { width:18.75rem;height:1.4619125rem;top:3.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #THXfsqu8JoESCQmTx6DdKmWFhWWa0l8Q { width:16.0625rem;height:1.13671875rem;top:7.3623046875rem;left:1.96875rem;font-size:0.875rem;z-index:15013;color:#ffffff;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #pkyd4RilIDMJ8A14pACQKJlNVLIVQgTH { top:11.9375rem;left:1.21875rem;width:17.5625rem;height:1.29980625rem;z-index:15021;text-align:center;text-align-last:center;color:#ffffff;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu { top:17.6875rem;left:2.84375rem;width:14.3125rem;height:1.29980625rem;z-index:15022;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r7r4k1GWriQzUDPTEklHDd1SqXBII4Cu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI { top:22.375rem;left:2.84375rem;width:14.625rem;height:1.29980625rem;z-index:15023;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQPOi7z1Rb0DpbrHfqHmrX0hoWCn3TEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip { top:27.25rem;left:2.6875rem;width:14.625rem;height:1.29980625rem;z-index:15024;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qEMQNu9hVoHw3HDZ3fxQ19nQb9ULofip li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #gsykciw907nx4qCl1mKzSuSaXV9ZmmPv { top:31.875rem;left:2.6875rem;width:14.625rem;height:2.5996125rem;z-index:15025;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#gsykciw907nx4qCl1mKzSuSaXV9ZmmPv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gsykciw907nx4qCl1mKzSuSaXV9ZmmPv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n { top:38.625rem;left:2.59375rem;width:14.8125rem;height:3.8994125rem;z-index:15026;text-align:left;text-align-last:left;font-family:lato;color:#ffffff;display:block; }#syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#syTkp5lTWxMTyAP2DRxwT8H2dixaFd2n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ee6ec2dcbfdc0f33d2eabafd0c976462d9b8bc60.svg); }
 }@media only screen and (max-width: 763px) { #TCTf9fdygNyMBvly1mootS6uS2CfNHhp { width:17.8125rem;height:2.2734375rem;top:45.6015625rem;left:1.09375rem;font-size:0.875rem;font-weight:300;font-style:italic;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yoozSMVyUha7DD5IT9ZKDVRoR2f7CaBE { top:50.2265625rem;left:0.5625rem;width:18.875rem;height:5.3984375rem;z-index:15019;text-align:center;text-align-last:center;font-family:lato;color:#032b23;font-weight:700;font-style:normal;font-size:1.5rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GG133zBx7PPKCqnTPacZovxi1NA68qTn { width:17.8125rem;height:1.29980625rem;top:56.3125rem;left:1.09375rem;font-size:1rem;font-weight:300;font-style:italic;color:#032b23;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gEqlDrWg3mvLWa6dfwL4lF6lcGr5WJZx { top:59rem;left:3.71875rem;width:12.5625rem;height:0.125rem;z-index:15037;background-color:#927242;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm { background-color:#f9f5f0;background-image:none;display:block; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container { background-color: transparent; background-image: none; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container > .video-iframe-container { display: none; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row > .video-iframe-container { display: none; }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .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); }#C8nAhDmSmm7D5WrHsQPwavMRsOI8I9Zm > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FntToikSMi7deBTKEclvA3sLKMvAa3bV { width:9.75rem;height:2.92480625rem;top:9.5625rem;left:5.125rem;text-align:center;text-align-last:center;color:#032b23;font-family:lato;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTkGqcmM966s5QXPZeM15yn4zI8sCLX { width:13.25rem;height:1.625rem;top:12.9375rem;left:3.375rem;text-align:center;text-align-last:center;color:#032b23;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuIIu1JOPbGFRENmG0iRuECJtnNqGZ3q { width:13.25rem;height:1.625rem;top:28.1875rem;left:3.375rem;text-align:center;text-align-last:center;color:#032b23;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CkiBusTd9huzhvAuLU98CrliUWtFd7 { width:11.875rem;height:2.92480625rem;top:24.75rem;left:4.0625rem;text-align:center;text-align-last:center;color:#032b23;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfNcF7F3Gw1vxK6pn1WezEwXoFcyJu1 { width:13.25rem;height:1.625rem;top:43.375rem;left:3.375rem;text-align:center;text-align-last:center;color:#032b23;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZc9X8bmek6UnpupJdyAA33uHl0Xr64U { width:11.875rem;height:2.92480625rem;top:39.875rem;left:4.0625rem;text-align:center;text-align-last:center;color:#032b23;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBsRmWJ9uKxqRrbbacV51OTC6FDd6S8E { width:6.25rem;height:0.0625rem;top:18rem;left:6.875rem;background-color:#d1b994;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I74AlvL7aVCO55cEtkVrB8QhxF6sDa1B { width:6.25rem;height:0.0625rem;top:33.125rem;left:6.875rem;background-color:#d1b994;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OlJT0UzElpzgKR0x0kGq2rlfp39Jf93N { width:6.25rem;height:0.0625rem;top:49.25rem;left:6.625rem;background-color:#d1b994;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l2kyN695beH5m13le2T0VhPhToWq0UTn { width:17.8125rem;height:1.29980625rem;top:15.625rem;left:1.09375rem;font-size:1rem;font-weight:300;font-style:italic;color:#032b23;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #GNgluk0BDGp61mHOnOeSTSCNqMfrRWgo { display:flex;top:3.25rem;left:7.03125rem;width:4.6875rem;height:4.6875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #TJNQhLbVw8zy9t7LcitTUxXFaCA2pv50 { width:17.8125rem;height:1.29980625rem;top:30.6875rem;left:1.09375rem;font-size:1rem;font-weight:300;font-style:italic;color:#032b23;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Kwvm7K7aqHbKiKNLd96UNMml9bT2Hxe0 { display:flex;top:18.875rem;left:7.5625rem;width:4.875rem;height:4.875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #f9uXmGzReg8cq8HUhTVk94FA4ou5UuKP { width:17.8125rem;height:1.29980625rem;top:46.375rem;left:1.09375rem;font-size:1rem;font-weight:300;font-style:italic;color:#032b23;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MKNm7s955oJo6LDMvcdf4uyt0FKnFlHB { display:flex;top:36.625rem;left:11.71875rem;width:1.75rem;height:1.75rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #qSPhubFw1XXT79bzvO7SNTiy0V7Rqg4a { display:flex;top:36.625rem;left:14.25rem;width:1.75rem;height:1.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #ZRk5ud0FNsUwLzPdWQ2nIJnXAT4CAyUg { display:flex;top:36.625rem;left:9.125rem;width:1.75rem;height:1.75rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #GNGp21FJAXtMsyHUCSE39oTyWINhLIiG { display:flex;top:36.625rem;left:6.625rem;width:1.75rem;height:1.75rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #BVtR1O36ZNTJOJyDmiu2sSTcPuZWfKID { display:flex;top:36.625rem;left:4.0625rem;width:1.75rem;height:1.75rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #mxIU2VKVASO3xDk7NCgoZ7TTZVgCxzLo { top:51.9375rem;left:3.71875rem;width:12.5625rem;height:0.125rem;z-index:15036;background-color:#927242;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC { background-color:#f9f5f0;background-image:none;display:block; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container { background-color: transparent; background-image: none; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container > .video-iframe-container { display: none; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row > .video-iframe-container { display: none; }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .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); }#g7kPaXDs3dAq173lzIvSNSzLgBh3OHBC > .row .container { width:20rem;height:156.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNyurTfTlWW4PtCPFG3WzCRVByVrVB2a { width:20rem;height:14rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3i0XnhEK392xhfCn4TaTqm5cEKSdKsH { width:3.875rem;height:6rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI2w4DdfLMGCsJ41ZnIwuKy9LvMpXqkR { width:15.25rem;height:0;top:7.546875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyUIyGbKSpxWeTnba8IOW6eU18mpUTxp { width:13.75rem;height:8.8125rem;top:16.59375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR0XmolxALqzpuO26nWU8Rm5iASo4EZm { width:12.5rem;height:0;top:21.919921875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IC8CdgS4Bfp4hTS0x8WlXR96TXJmfm6p { width:20rem;height:16.5625rem;top:26.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqfeBbBUdP0pcbSgAPTM7RPCzkATd8t6 { width:8rem;height:5.3125rem;top:26.0625rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLD9GKyRricFxOPicrveSZixMqVdG7Ta { width:18.8125rem;height:0;top:31.921875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Arl9hVcoElzkLuPf3C0ro52sFE6wZlNv { width:13.75rem;height:12.375rem;top:36.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W55r3Lpe2gml0BUTXOfpfNCG7Tnb5IMD { width:12.5rem;height:0;top:42.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAlfAhOcBkCi7e5tzBBO8VsIVsqDUcDt { width:20rem;height:44.875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jrq65NvLkpILhTroaSRzLF5tt21qtGyf { width:20rem;height:0;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #erfgSXwVIznnnW5JNDVvFKR1Jlw2SgMr { width:2.8125rem;height:1.875rem;top:0.8125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SALxe6i6Gl1BvygEiqnHe4LXVVoPqham { width:20rem;height:2.4746125rem;top:3.7109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15002;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GhvelhP07kznTUVIxP7fugKrRkzterzC { width:15.6875rem;height:13.15725rem;top:20.263671875rem;left:2.15625rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#032b23;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #N3cRp13bMaPw28wDoJuu1n7ZEsyur5kC { top:10.5615234375rem;left:1.0625rem;width:17.875rem;height:34.3125rem;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VLl90dTHpttTKJwtLwoTDKdDJnEcUl2N { width:16.3125rem;height:1.4619125rem;top:36.8125rem;left:1.84375rem;text-align:center;text-align-last:center;color:#032b23;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #dkekD3IhU6hPTiSMhCp5LtvSM1nyQO2c { width:16.1875rem;height:1.4619125rem;top:41.443359375rem;left:1.90625rem;font-size:1.125rem;font-weight:400;font-style:italic;color:#032b23;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #JJhs0MQpSSgpqR43p1qix0FKuZZnhntq { top:12.3125rem;left:7rem;width:6rem;height:6rem;z-index:15023;overflow:hidden;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gSGJqeqFkRsybcnymHmBC5CeXkGcP52I { top:49.625rem;left:1.0625rem;width:17.875rem;height:34.75rem;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WBOhc6q7XGk4FgQas3Dvi7SV8RoQL5w2 { top:51.0625rem;left:7.03125rem;width:5.9375rem;height:5.4375rem;z-index:15033;overflow:hidden;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XNqGHD6iQkGhT0dwRbXM4SIxSed1a5Ui { width:15.625rem;height:13.15725rem;top:58.8125rem;left:2.125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#032b23;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #HD2dQnlR6LLoTwKTQ3NQ0JqHFnWXCOWs { width:16.3125rem;height:2.923825rem;top:74.9375rem;left:1.84375rem;text-align:center;text-align-last:center;color:#032b23;font-size:1.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #oru89V6lSygbx2w85LTImm9EU5eVfPAB { width:16.1875rem;height:2.923825rem;top:80.3125rem;left:1.90625rem;font-size:1.125rem;font-weight:400;font-style:italic;color:#032b23;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rf8RSBGUyOoWv2OiyOvApweJNQ3vCZlu { top:89.75rem;left:1.0625rem;width:17.875rem;height:35.0625rem;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #P7l4WkfSLq9zlv8x6UQoAP8yMngNTBWE { top:91.6875rem;left:6.8125rem;width:6.375rem;height:6.3125rem;z-index:15038;overflow:hidden;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pwPEVkczdqIHKlezqG4wUkNC8XwAm6yr { width:14.375rem;height:10.233375rem;top:101.4375rem;left:2.8125rem;font-size:1.125rem;font-weight:300;font-style:italic;color:#032b23;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Uio3LIxgJAf0T88xk2e2OhgQIaZEDmNM { width:16.3125rem;height:1.4619125rem;top:114.75rem;left:1.875rem;text-align:center;text-align-last:center;color:#032b23;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #LQPzglBTDHtIWAxgXqCDgL4LxnMlFzek { width:16.1875rem;height:1.4619125rem;top:119.75rem;left:1.9375rem;font-size:1.125rem;font-weight:400;font-style:italic;color:#032b23;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #hnFDsPvS4HnUUKVqiivWxmokpCQnbakA { display:flex;top:100.875rem;left:3.65625rem;width:1.75rem;height:1.75rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #lh0AU4aEklk2QN3BpqspZW2MQOhhJhJE { display:flex;top:109.919921875rem;left:14.875rem;width:1.625rem;height:1.625rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #SnpJkSuStcALVNubCv8SQIOJ6oxm4OMN { display:flex;top:58.25rem;left:2.8125rem;width:1.6875rem;height:1.6875rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #IVmnlqahQZNOa3PoOgiOOUAb7T2aSONw { display:flex;top:70.3447265625rem;left:17.1875rem;width:1.6875rem;height:1.6875rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #Heh1atZlT36T5eCveslRM89Arw9kEsLq { display:flex;top:19.6875rem;left:2.15625rem;width:1.6875rem;height:1.6875rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #A8UHc1s6RJ73uBPqNUhlwcbgM9SpB2Ji { display:flex;top:31.7958984375rem;left:16.53125rem;width:1.6875rem;height:1.6875rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #h8TpbrE7lfiPHN6LupuAt2TxSxJg0Acf { width:17.8125rem;height:1.29980625rem;top:7.234375rem;left:1.09375rem;font-size:1rem;font-weight:300;font-style:italic;color:#032b23;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #bxBcMbu4TPu4I1CMBT3yOEwl6RKK3WHs { top:129rem;left:3.71875rem;width:12.5625rem;height:0.125rem;z-index:15037;background-color:#927242;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-element-container { background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-heading-text { font-family:lato;font-size:1rem;height:auto;color:#032b23; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-desc-text { font-family:lato;font-size:0.875rem;height:auto;color:#927242; }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_16dac2086e318cd90686a5d1475d00d6f616d225.svg"); }
#MssVHpHvpZN0AePXQHAzILt4p8ip0quG { display:flex;height:auto;width:17.5rem;top:130.0625rem;left:0rem;z-index:15000;background-color:#f9f5f0;background-image:none; }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #uNO9GXUeGt7kDyIr3VRK8X0WgBFWZBUL {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #vzLhWiDVXmQtXm3RnQStDv0xRdyV9StB {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #AT8aNd3go6nXwfz0A1iUFGitf9XBohob {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #cmReTWXKTyJcMI2GTTAlBfsqddFcbn8r {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #xbcQ4A7F9QTrmTTXu7cxFe80MLTLLZeR {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #WOwaI0MVRTXbk8hHpz5Idtpsn2Kwprym {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #ymvk5hXQqpSd2Ef9rQBGdhXLUwD8vk9H {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #X7ekq6gsT4JF7E5ReSQ6Pskrg8dwDOTN {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #NellwWPem25C0kEQpAHVIhfBCwm6zTyx {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #sHMODTHuLJgou3hlLqZJgIJmFSTTmLS0 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #Z8TLxv9tlu5uhUnNTLoLzg1vNcQ8ZtUo {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #NUp80c7EZSFZCf81xV3W33QKgIcJ9sc3 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #uiRowM3G7UhH2QNoIw2uwEL7J4V2w7xV {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #SlFeBlIxTbGHb3u4lQzZTrhUMon89RT5 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #UTMpwwPnTZKh8ODC40RZ8LOW6TnxzxkD {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #DpiKa4AdhdpIvAmlOhrWcwcB3xcxSLP5 {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #rSeM3PEVeT5i1RO7bRQ3UxsXFUumItaS {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #FyGJKudoqLz8L2lXeHpocUKUFxvEICdq {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #idrBa5gS5NsdqvExOZGr5uh3f8TvVFJN {  }
 }@media only screen and (max-width: 763px) { #MssVHpHvpZN0AePXQHAzILt4p8ip0quG #Thi3ArsIbxkCvJOfQWSxP9q3TwFe2Led {  }
 }@media only screen and (max-width: 763px) { #d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM { background-color:#f9f5f0;background-image:none;display:block; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container { background-color: transparent; background-image: none; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container > .video-iframe-container { display: none; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row > .video-iframe-container { display: none; }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .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); }#d9G32IZ2Kd8TCtNMDQWu5sfwtbC8wsbM > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuSJr1oFcmpaH1xoboePC63Cs1wpdLhp { width:18.9375rem;height:7.59375rem;top:2.8125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;font-family:lato;color:#032b23;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nMGzfqcA3RncANhXplgTeUiPrW13ob4D { width:17.4375rem;height:5.3994125rem;top:13.3125rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:italic;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #X2xK4VezOW6FnnP1cFmLXRJJiDKNsKOs { top:29.5625rem;left:1.59375rem;width:16.8125rem;height:2.4375rem;z-index:15019;text-align:center;text-align-last:center;color:#8b7752;font-family:lato;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WQc8sLsnF8cKTTb3XZ4PEgIcEwhgxqEe { top:21.9375rem;left:1.0625rem;width:17.875rem;height:3.8125rem;font-family:oswald;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #0a5346, #032b23);background-image: -moz-linear-gradient(127deg, #0a5346, #032b23);background-image: -ms-linear-gradient(127deg, #0a5346, #032b23);background-image: -o-linear-gradient(127deg, #0a5346, #032b23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5346', endColorstr='#032b23' );";background-image: linear-gradient(127deg, #0a5346, #032b23);background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #En9Sa74rD86seU48SsVp16PqBeeJvclp { display:block; }
 }@media only screen and (max-width: 763px) { #Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w { background-color:#032b23;background-image:none;position:relative;z-index:auto;display:block; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container { background-color: transparent; background-image: none; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container > .video-iframe-container { display: none; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row > .video-iframe-container { display: none; }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .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); }#Mc1LHc7NldGKq9TWSoOnz6kIpP4Fnr5w > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4Mkg2I2O9PwsTllkFC1DLZhDzowz6iO { width:16.25rem;height:0;top:1.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #OQweNTODbM0p60LcuznTpEqqp7lk7OTf { width:2.5rem;height:2.5rem;top:11.154296875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbqbzctBc3f9gvpLPCpxkJCzHsoBTmo3 { width:2.5rem;height:2.4375rem;top:11.185546875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmGvNh4O13VWoZ1w6fy30suJK5wRGpny { width:2.5rem;height:2.5rem;top:11.154296875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcKMun8k0s0lxRcqBlIS2h8dMl66cBO4 { top:1.3125rem;left:4.375rem;width:11.25rem;height:4rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uw4Qg7zPUf3OAU78nz3XSXQ33kJLaRfv { width:16.875rem;height:0.9746125rem;top:14.736328125rem;left:1.5625rem;text-align:center;text-align-last:center;color:#bbbbbb;font-size:0.75rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #CSbOLC39MdOCIaExfz8mD8CeTJBQ95oz { width:17.4375rem;height:1.19921875rem;top:7.61328125rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:300;font-style:italic;font-family:lato;z-index:15006;color:#dadada;display:block; }
 }@media only screen and (max-width: 763px) { #vDc9ZIvg8piBXVPV4ZqehofTwXAMBAgJ { width:4.75rem;height:0.9746125rem;top:17.2744140625rem;left:7.625rem;text-align:center;text-align-last:center;color:#bbbbbb;font-size:0.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #HCnuW3G7XVLZyy8ZO0TO4JQJn9uThwsa { width:17.4375rem;height:1.19921875rem;top:11.05078125rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:300;font-style:normal;font-family:lato;z-index:15007;color:#dadada;display:block; }
 }