.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,255,242;--color-primary-1:247,255,213;--color-primary-2:238,254,170;--color-primary-3:119,127,85;--color-primary-4:36,38,26;--color-secondary-0:245,245,245;--color-secondary-1:221,221,221;--color-secondary-2:186,186,186;--color-secondary-3:93,93,93;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,183;--color-tertiary-2:22,22,15;--color-tertiary-3:11,11,8;--color-tertiary-4:2,2,1;--headlines-font-family:"Helvetica";--paragraphs-font-family:"Helvetica"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container { background-color: transparent; background-image: none; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container > .video-iframe-container { display: none; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row > .video-iframe-container { display: none; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .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); }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container { border-width: 0; border-radius: 0; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#CKDGCRwrg2gCXCe7m5bbED1KEGMizVpU { position:absolute;display:block;z-index:15000;height:46.6875rem;width:75rem;top:1.3125rem;left:-0.023458445040219rem;display:block; }
#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { background-color: transparent; background-image: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .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); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { border-width: 0; border-radius: 0; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#RvWQQvC3zur4LB9sLP5EnVCc2ZWaqDTs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.25rem;left:13.75rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G8Lm9fHcSwBOdZ4ZW58WJkp5mifpkXyt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:6.27490234375rem;left:45rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fabo4hQ1zGtgiEh1GxQcXPz4qSVS7bxR { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:6.27490234375rem;left:51.6875rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZaQSdixg0hdmwtlg9rW5Wtpgg9o2ZD8u { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.8125rem;top:2.4375rem;left:13.625rem;overflow:hidden;display:block; }
#MekemTiiTbnTlp2TSI27fTtkt156mJdo { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MekemTiiTbnTlp2TSI27fTtkt156mJdo > .row .container { border-width: 0; border-radius: 0; }#MekemTiiTbnTlp2TSI27fTtkt156mJdo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MekemTiiTbnTlp2TSI27fTtkt156mJdo > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:none; }#HQ3HoWBvefEX9EEms66AlNrUUUX3n3bG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7.6875rem;top:2.4375rem;left:1.25rem;overflow:hidden;display:block; }
#XniDSEZqOwCM95QRDBf2ex4RpqWtnBx5 { color:rgba(var(--color-primary-2),1);display:block;width:29.6875rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:12.5rem;left:1.25rem;height:3.71875rem;text-align:left;text-align-last:left;display:block; }
#eSnZxWogfkUpCaRLVbFkHa25g5pFT8nQ { position:absolute;display:block;z-index:15039;height:30rem;width:36.25rem;top:3.125rem;left:36.8125rem;display:block; }
#FFqtmHXLbqPTllWSnnUTUsEEPT44keCi { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:36.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NXt1audshpiLDoUno2VLkk2tGmqVlnS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.25rem;height:2.92480625rem;display:block; }
#RaKyOIdwDJfdkMFJamVfh8l7LvfmJVWU { box-sizing:content-box;height:6.25rem;width:27.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.6875rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hDCRRww05FIUAguKHPsVibIUmERTxuxW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.4375rem;left:26.25rem;overflow:hidden;display:block; }
#CA4N08mTmUTU5TeOMdBXqMAJ04wRnm2V { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:27.4375rem;left:15rem;height:1.2749rem;font-style:normal;display:block; }
#O1hkeVc36vixkzolm7B0ru18G1CvvUJd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:27.375rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#PTWBmk94orT7ChTitGCD6Kb1HDZ3cJWr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#qEsJb51tJ6QtB9pBflDn0Zt8OOpMhttK { position:absolute;display:block;z-index:15019;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.25rem;width:1.25rem;top:27.375rem;left:2.5rem;overflow:hidden;display:block; }
#uzlG9TNfQO1fFCg5sRygHmwpEN4KA9qy { box-sizing:content-box;height:2.5rem;width:15rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:10rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#l6Xemc7rPRo4AbrtRR4rIwLmSdZvGVq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:10.6005859375rem;left:1.25rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Om2y0DTwXtBgZoW7pVDRd6snfvwxZur5 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.5rem;left:21.25rem;overflow:hidden;display:block; }
#ob7Uu3H82xK2Pu3gEmXZFkhbiMcTyvtn { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.1875rem;top:33.4375rem;left:10.75rem;overflow:hidden;display:block; }
#vscB8Fxly4lCCq2htlviWQFsmyrNZTuo { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:29.5625rem;left:20.375rem;overflow:hidden;display:block; }
#zuVEe5Nr0I2iCIpBqiCygIlTHGGlKfZ9 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5.75rem;top:30.5rem;left:3.8125rem;overflow:hidden;display:block; }
#da1s0SDPhoqV3X53DQksr5HTfx2ogRBI { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.4375rem;top:30.75rem;left:10.0625rem;overflow:hidden;display:block; }
#ZXz55ElUg1dgdFskBSpN5rRFTTd8FFQT { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.5rem;top:33.5625rem;left:3.8125rem;overflow:hidden;display:block; }
#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { border-width: 0; border-radius: 0; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#T5W5Tb05kNT8kSW7y0Qgc5A4aOKpupeX { color:rgba(var(--color-primary-4),1);display:block;width:32.5625rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FX47rkV8qRWu6xG6dXeZqycKIhBvJJTn { box-sizing:content-box;height:20rem;width:32.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UUcQ9B5BBGTM3TTnQ92asBNm3hsH6OiF { color:#1e1d1d;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.1;letter-spacing:0;top:5.6875rem;left:1.25rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O { color:#1e1d1d;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.5;letter-spacing:0;top:9.9375rem;left:2.5rem;height:17.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f08bab11c8bb359a961fe26a72317c053f3ae4.svg); }
#laumNOx7ZzkRtI8KdWRAV6Urr7G6gxN8 { box-sizing:content-box;height:12.5rem;width:31.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.25rem;left:42.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#ZUOHgTXowSbhVUmsEEge5fTBW6p81VTh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:22.5rem;left:43.75rem;height:4.19970625rem;font-style:normal;display:block; }
#qTX7vByClJ1Oigk7Ehz3M47axPakUH1F { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),0.5);border-left:0.0625rem solid rgba(var(--color-primary-3),0.5);border-right:0.0625rem solid rgba(var(--color-primary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.5);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;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30rem;left:1.25rem;display:block; }
#R0MHpJBWp3TUFX8qHnsRFNx1EzHa0dTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1Bupf2OGt1V5Fn6v4uTDDkOwBV9M3pN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.25rem;left:43.75rem;overflow:hidden;display:block; }
#BxSoLMhMT8OTyVSCu7GnmlsWBDhW6NDo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:31.25rem;left:45.625rem;height:1.2749rem;font-style:normal;display:block; }
#UJBrZPlOSlrSX8FdkPfI2XDVi3te53PU { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:31.25rem;left:60.9375rem;height:1.2749rem;font-style:normal;display:block; }
#z48oaWOFdxekwQNgvalqdyBhMDzbXTxf { position:absolute;display:block;z-index:15031;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.25rem;width:1.25rem;top:31.25rem;left:71.25rem;overflow:hidden;display:block; }
#qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx { box-sizing:content-box;height:18.75rem;width:31.25rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6916f909-03a4-435d-881e-042145719a86/andyramage.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx.adaptive-delivery-prevent-bg, #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx.lazyload, #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx.lazyloading { background-image: none; }
#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { border-width: 0; border-radius: 0; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#UdbSBUVZ3mh8deR5xpsXRzsWuM4mRTkd { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.25rem;left:57.5625rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B26bX8LOig73RF8GqBFUBBsoUcwmNcgJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:45.0625rem;left:71.375rem;overflow:hidden;display:block; }
#levqxq3aUl6biaWTnSdTC3TdHZmwPOms { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:32.5rem;left:58.75rem;height:7.7988125rem;font-style:normal;display:block; }
#mtnPq0AFxuzON9uOT5xCtwxtX0tBTdTL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:45.0625rem;left:58.8125rem;height:1.2749rem;font-style:normal;display:block; }
#tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe { box-sizing:content-box;height:18.75rem;width:16.25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/420062fb-3b14-4218-b181-417ef0668bef/graduate2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10rem;left:57.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.adaptive-delivery-prevent-bg, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyload, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyloading { background-image: none; }
#cq0z8eczm96v4nibATvBRi54JhNHG8TE { box-sizing:content-box;height:18.75rem;width:16.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c81e6dac-14b5-4d17-9ff9-562326deb419/graduate4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#cq0z8eczm96v4nibATvBRi54JhNHG8TE.adaptive-delivery-prevent-bg, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyload, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyloading { background-image: none; }
#ZEsibL2w8I1ICe36u4s3GXnSV3T3tgZt { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.3125rem;left:38.8125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s41cVOry4mOZBAlWdstgKX9LkGe4Tnd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:32.5625rem;left:40rem;height:9.098625rem;font-style:normal;display:block; }
#lwSP2VPe4oQEJ6UXHCKHCM8W6y1SXGNi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:45.0625rem;left:40.0625rem;height:1.2749rem;font-style:normal;display:block; }
#fOg1JvuwSWlFF9dUwTMyup2tSegB2zlo { position:absolute;display:block;z-index:15031;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.25rem;width:1.25rem;top:45.0625rem;left:52.625rem;overflow:hidden;display:block; }
#e2gJaBlx1w3VcM4LOm74izd0tPFkofHH { box-sizing:content-box;height:18.75rem;width:16.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/211d693f-47be-41c2-8333-195c0558c9a7/graduate3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-1),0.2);border-bottom:0;top:10rem;left:20.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.adaptive-delivery-prevent-bg, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyload, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyloading { background-image: none; }
#z0FpUDTwEmBovAPXNfJb8u9ZlUvMVFl0 { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.3125rem;left:20.0625rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eM55VCGTmCBbh0QK66arEi5rXTOLn0Xg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:32.5625rem;left:21.25rem;height:9.098625rem;font-style:normal;display:block; }
#CWmNJ4y0XgmKe765DJkhDykI8A7N76Bb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:45.0625rem;left:21.3125rem;height:1.2749rem;font-style:normal;display:block; }
#y3PCFT1PsCxTG28lPCAMyRMVF7JHAChR { position:absolute;display:block;z-index:15037;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.25rem;width:1.25rem;top:45.0625rem;left:33.875rem;overflow:hidden;display:block; }
#xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g { box-sizing:content-box;height:18.75rem;width:16.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c8162f5-5da4-4b9c-931e-e4776317f2e0/graduate1.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10rem;left:1.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.adaptive-delivery-prevent-bg, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyload, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyloading { background-image: none; }
#KrDmkcVbXD8NZZLynL84TkSLMz8QbOLw { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.3125rem;left:1.3125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X65n0BczITvOipyq2nuFvxHCp3wCurJq { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:32.5625rem;left:2.5rem;height:9.098625rem;font-style:normal;display:block; }
#RKrCOqSrB6OsieiiKpg4TcJW683b8tue { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:45rem;left:2.5625rem;height:1.2749rem;font-style:normal;display:block; }
#zOutq07vaIJu0Qs78n5mUAV3zGn5VDRo { position:absolute;display:block;z-index:15043;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.25rem;width:1.25rem;top:45rem;left:15.125rem;overflow:hidden;display:block; }
#XOpQzTMqDSIkt2lf98bzeHw3erHdarr0 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yD86EcNzvETnkA0Twm8e5IsIHD9HhS0u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:26.25rem;left:2.625rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFa7TBAGi7y42qHIATBQAn1ZAPvZG6V0 { box-sizing:content-box;height:13.75rem;width:16.25rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MyZ26OuUpAuEzNvxzHumeCuRBia4izFz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:26.25rem;left:21.4375rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQwauD8T8UcVK7CsE3IRX4kKwEgErrrb { box-sizing:content-box;height:13.75rem;width:16.25rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:20.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XtFblDIAVCyO0E80WHCxHPyPEwMv8Xbk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:26.2255859375rem;left:40rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k26duPUOroaQXHvlT96LB1sgvzJSs4GF { box-sizing:content-box;height:13.75rem;width:16.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:38.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#u91CI1pJ0RwwD2nnCbiDCoSCGDcD14VI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:26.25rem;left:58.8125rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#calRfkUSeyM7z9DuC0wJMwos3R2IPQug { box-sizing:content-box;height:13.75rem;width:16.25rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:57.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WWkGomHVWrTHofqCHGvkRJWq5tmmwUsp { position:absolute;display:block;z-index:15044;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.25rem;width:1.25rem;top:25rem;left:8.75rem;overflow:hidden;display:block; }
#yPvVBQBV8W9olLPezNTSThXtcD720fzq { position:absolute;display:block;z-index:15045;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.25rem;width:1.25rem;top:25rem;left:27.5rem;overflow:hidden;display:block; }
#XGxoQPlofQUFevI2L4DfFLJqmO7WRUwr { position:absolute;display:block;z-index:15046;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.25rem;width:1.25rem;top:25rem;left:46.25rem;overflow:hidden;display:block; }
#zKqUoLdo4U4c3KOHp5JSpV4K158FeA05 { position:absolute;display:block;z-index:15047;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.25rem;width:1.25rem;top:25rem;left:65rem;overflow:hidden;display:block; }
#qDl1DaZa8KoWl8FDEDvUmQTuB6b8FUyH { color:#1e1d1d;display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15089;line-height:1.1;letter-spacing:0;top:6.26220703125rem;left:1.25rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;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:none; }#CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT > .row .container { border-width: 0; border-radius: 0; }#CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:none; }#DnAfSOGrcTD8zIKadNNDKZyMG8NeUepK { box-sizing:content-box;height:25.0625rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7c369b87-bb02-469b-a1ff-b8b753d96f92/noroot.preview.mirror");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:38.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#DnAfSOGrcTD8zIKadNNDKZyMG8NeUepK.adaptive-delivery-prevent-bg, #DnAfSOGrcTD8zIKadNNDKZyMG8NeUepK.lazyload, #DnAfSOGrcTD8zIKadNNDKZyMG8NeUepK.lazyloading { background-image: none; }
#zU3wlAUwOgF0TKzLoMy28gK15e5U0uJq { color:rgba(var(--color-primary-4),1);display:block;width:23.3125rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ou9MF8V4v5t2pBv2bSIBasyakBAKGZlT { color:rgba(var(--color-primary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.25rem;height:12.9980625rem;font-style:normal;display:block; }
#tNKgGQ9PL6bq1HMmwTJkATgMyBmMTgQO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),0.5);border-left:0.0625rem solid rgba(var(--color-primary-3),0.5);border-right:0.0625rem solid rgba(var(--color-primary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.5);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;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:block; }
#QX4XVfHrBUa18iVc8iB7plJ2C2vFgwtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeeF8KVQONQ2zK5ckT66F877M97JAvko { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5.75rem;top:23.1875rem;left:39.625rem;overflow:hidden;display:block; }
#SkoriMOA8y8SK9QnEixDGoA7Ek2hDcho { box-sizing:content-box;height:25rem;width:35rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cV3GTSIkcPq2H2V5yQmF5gDurBCAFZDu { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.4375rem;top:23.4375rem;left:46rem;overflow:hidden;display:block; }
#AcxvnM8Cd4Dne1h47M7GZUyKfrzgMp3b { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.1875rem;top:23.1875rem;left:56.25rem;overflow:hidden;display:block; }
#JLdmIKqn9Gznrwrv9AGpuiyuSEefI5ig { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:22.3125rem;left:64.75rem;overflow:hidden;display:block; }
#gAJrEJth9hT0wwc8v8aMrXQT5CFo3RcJ { color:rgba(255,255,255,0.5);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:21.8125rem;left:40rem;height:1.29980625rem;display:block; }
#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { border-width: 0; border-radius: 0; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:none; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT { box-sizing:content-box;height:15rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6916f909-03a4-435d-881e-042145719a86/andyramage.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.adaptive-delivery-prevent-bg, #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.lazyload, #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.lazyloading { background-image: none; }
#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#BRPu4DCI6gqlh5CZdLS9HA0Sx0nAI7x3 { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:5rem;left:12.5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2PmStGz0uRgqD6kUZZnF7Fa5N81ynZ2 { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:8.69970703125rem;left:18.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3u8bN6Z16eRu1nmKCUXXMVud22OKM2P { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),0.5);border-left:0.0625rem solid rgba(var(--color-primary-3),0.5);border-right:0.0625rem solid rgba(var(--color-primary-3),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-3),0.5);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;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.25rem;left:21.25rem;display:block; }
#Eir3RkH5QrlwG92t0ZQ5UifW0UFzS3ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtWiAtz4zKGZvtMThTneRpunllEVxrXA { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LtWiAtz4zKGZvtMThTneRpunllEVxrXA > .row .container { border-width: 0; border-radius: 0; }#LtWiAtz4zKGZvtMThTneRpunllEVxrXA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LtWiAtz4zKGZvtMThTneRpunllEVxrXA > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;overflow:visible;position:relative;display:none; }#Ehn1ZdpJFA6LiXB68QNszUgk1wJhhWk5 { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:6.265625rem;left:20rem;height:3.71875rem;text-align:center;text-align-last:center;display:block; }
#ISc9RSEg5Ne3o4IDMId4DgNx2gxVE863 { position:absolute;display:block;z-index:15026;height:30rem;width:36.25rem;top:12.5rem;left:20.625rem;display:block; }
#TrlVhItT0ZkCnRFMcpX1FyIyN0uXuMI2 { box-sizing:content-box;height:33.75rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:20rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#apnzeZeZo78aC8vcvTaS5EaQLRapU58C { box-sizing:content-box;height:6.25rem;width:37.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.25rem;left:20rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UxFwaBQwkWhsPVRkJh9IsU0axqIf7SEm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:50rem;left:55rem;overflow:hidden;display:block; }
#U3XuGQ8LiV67iQAoKMTAytKp7I2UATQb { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:50rem;left:43.75rem;height:1.2749rem;font-style:normal;display:block; }
#Mu8FOUBg3kqHv2QUoEGhuWRdGL65nGrE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:49.9375rem;left:23.125rem;height:1.2749rem;font-style:normal;display:block; }
#l4W5eaNdyi9tnFT8ltxDwiyG1ZsaHOwW { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:47.4375rem;left:21.25rem;height:1.29980625rem;font-style:normal;display:block; }
#tZOOOpEQUXqRMPyJ6uTodbwHxX1NP6M7 { position:absolute;display:block;z-index:15019;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.25rem;width:1.25rem;top:49.9375rem;left:21.25rem;overflow:hidden;display:block; }
#kU2ix3Q20GmstIgeV4Ha4TxqFlzQ3okN { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:2.5rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AqCwbF7x3d20A7W3RpNFJuzfRth5bLKk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.125rem;left:32.5rem;height:1.2749rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD { display:block; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKDGCRwrg2gCXCe7m5bbED1KEGMizVpU { top:1.3125rem;left:0rem;width:47.75rem;height:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U { display:block; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWQQvC3zur4LB9sLP5EnVCc2ZWaqDTs { top:6.25rem;left:0.125rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Lm9fHcSwBOdZ4ZW58WJkp5mifpkXyt { top:6.25rem;left:31.375rem;width:6.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fabo4hQ1zGtgiEh1GxQcXPz4qSVS7bxR { top:6.25rem;left:38.0625rem;width:9rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQSdixg0hdmwtlg9rW5Wtpgg9o2ZD8u { top:2.4375rem;left:0rem;width:5.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekemTiiTbnTlp2TSI27fTtkt156mJdo { display:block; }#MekemTiiTbnTlp2TSI27fTtkt156mJdo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQ3HoWBvefEX9EEms66AlNrUUUX3n3bG { top:2.4375rem;left:0rem;width:7.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XniDSEZqOwCM95QRDBf2ex4RpqWtnBx5 { top:12.5rem;left:0rem;width:29.6875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSnZxWogfkUpCaRLVbFkHa25g5pFT8nQ { top:3.125rem;left:11.5rem;width:36.25rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFqtmHXLbqPTllWSnnUTUsEEPT44keCi { top:2.5rem;left:10.25rem;width:37.5rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXt1audshpiLDoUno2VLkk2tGmqVlnS5 { top:16.875rem;left:0rem;width:27.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaKyOIdwDJfdkMFJamVfh8l7LvfmJVWU { top:23.6875rem;left:0rem;width:27.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDCRRww05FIUAguKHPsVibIUmERTxuxW { top:27.4375rem;left:12.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA4N08mTmUTU5TeOMdBXqMAJ04wRnm2V { top:27.4375rem;left:1.375rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1hkeVc36vixkzolm7B0ru18G1CvvUJd { top:27.375rem;left:0rem;width:8.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWBmk94orT7ChTitGCD6Kb1HDZ3cJWr { top:24.875rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEsJb51tJ6QtB9pBflDn0Zt8OOpMhttK { top:27.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzlG9TNfQO1fFCg5sRygHmwpEN4KA9qy { top:10rem;left:0rem;width:15rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Xemc7rPRo4AbrtRR4rIwLmSdZvGVq1 { top:10.5625rem;left:0rem;width:15rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om2y0DTwXtBgZoW7pVDRd6snfvwxZur5 { top:33.5rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob7Uu3H82xK2Pu3gEmXZFkhbiMcTyvtn { top:33.4375rem;left:0rem;width:8.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vscB8Fxly4lCCq2htlviWQFsmyrNZTuo { top:29.5625rem;left:6.75rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVEe5Nr0I2iCIpBqiCygIlTHGGlKfZ9 { top:30.5rem;left:0rem;width:5.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da1s0SDPhoqV3X53DQksr5HTfx2ogRBI { top:30.75rem;left:0rem;width:9.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXz55ElUg1dgdFskBSpN5rRFTTd8FFQT { top:33.5625rem;left:0rem;width:5.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ { display:block; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5W5Tb05kNT8kSW7y0Qgc5A4aOKpupeX { top:2.5rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX47rkV8qRWu6xG6dXeZqycKIhBvJJTn { top:8.75rem;left:0rem;width:32.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUcQ9B5BBGTM3TTnQ92asBNm3hsH6OiF { top:5.6875rem;left:0rem;width:30.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O { top:9.9375rem;left:0rem;width:27.6875rem;height:17.4375rem;font-size:1rem;display:block; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f08bab11c8bb359a961fe26a72317c053f3ae4.svg); }
 }@media only screen and (max-width: 763px) { #laumNOx7ZzkRtI8KdWRAV6Urr7G6gxN8 { top:21.25rem;left:16.5rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUOHgTXowSbhVUmsEEge5fTBW6p81VTh { top:22.5rem;left:18.9375rem;width:28.8125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTX7vByClJ1Oigk7Ehz3M47axPakUH1F { width:32.5rem;height:3.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MHpJBWp3TUFX8qHnsRFNx1EzHa0dTT { display:block; }
 }@media only screen and (max-width: 763px) { #R1Bupf2OGt1V5Fn6v4uTDDkOwBV9M3pN { top:31.25rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxSoLMhMT8OTyVSCu7GnmlsWBDhW6NDo { top:31.25rem;left:25.1875rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJBrZPlOSlrSX8FdkPfI2XDVi3te53PU { top:31.25rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48oaWOFdxekwQNgvalqdyBhMDzbXTxf { top:31.25rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx { top:2.5rem;left:16.5rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxoXud3XLg4WaQ7RiRrXBT44qAateu8 { display:block; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdbSBUVZ3mh8deR5xpsXRzsWuM4mRTkd { top:31.25rem;left:31.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B26bX8LOig73RF8GqBFUBBsoUcwmNcgJ { top:45.0625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #levqxq3aUl6biaWTnSdTC3TdHZmwPOms { top:32.5rem;left:33.9375rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnPq0AFxuzON9uOT5xCtwxtX0tBTdTL { top:45.0625rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe { top:10rem;left:31.5rem;width:16.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0z8eczm96v4nibATvBRi54JhNHG8TE { top:10rem;left:19.5625rem;width:16.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsibL2w8I1ICe36u4s3GXnSV3T3tgZt { top:31.3125rem;left:19.5625rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s41cVOry4mOZBAlWdstgKX9LkGe4Tnd9 { top:32.5625rem;left:22rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwSP2VPe4oQEJ6UXHCKHCM8W6y1SXGNi { top:45.0625rem;left:22rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOg1JvuwSWlFF9dUwTMyup2tSegB2zlo { top:45.0625rem;left:34.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH { top:10rem;left:7.5rem;width:16.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0FpUDTwEmBovAPXNfJb8u9ZlUvMVFl0 { top:31.3125rem;left:7.625rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM55VCGTmCBbh0QK66arEi5rXTOLn0Xg { top:32.5625rem;left:10.0625rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWmNJ4y0XgmKe765DJkhDykI8A7N76Bb { top:45.0625rem;left:10.0625rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PCFT1PsCxTG28lPCAMyRMVF7JHAChR { top:45.0625rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g { top:10rem;left:0rem;width:16.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrDmkcVbXD8NZZLynL84TkSLMz8QbOLw { top:31.3125rem;left:0rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X65n0BczITvOipyq2nuFvxHCp3wCurJq { top:32.5625rem;left:0rem;width:13.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKrCOqSrB6OsieiiKpg4TcJW683b8tue { top:45rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOutq07vaIJu0Qs78n5mUAV3zGn5VDRo { top:45rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpQzTMqDSIkt2lf98bzeHw3erHdarr0 { top:2.5rem;left:0rem;width:40.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD86EcNzvETnkA0Twm8e5IsIHD9HhS0u { top:26.25rem;left:0rem;width:13.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFa7TBAGi7y42qHIATBQAn1ZAPvZG6V0 { top:15rem;left:0rem;width:16.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyZ26OuUpAuEzNvxzHumeCuRBia4izFz { top:26.25rem;left:10.125rem;width:13.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwauD8T8UcVK7CsE3IRX4kKwEgErrrb { top:15rem;left:7.625rem;width:16.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFblDIAVCyO0E80WHCxHPyPEwMv8Xbk { top:26.1875rem;left:22.0625rem;width:13.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26duPUOroaQXHvlT96LB1sgvzJSs4GF { top:15rem;left:19.5625rem;width:16.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u91CI1pJ0RwwD2nnCbiDCoSCGDcD14VI { top:26.25rem;left:34rem;width:13.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #calRfkUSeyM7z9DuC0wJMwos3R2IPQug { top:15rem;left:31.5rem;width:16.25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWkGomHVWrTHofqCHGvkRJWq5tmmwUsp { top:25rem;left:5.34375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvVBQBV8W9olLPezNTSThXtcD720fzq { top:25rem;left:17.28125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGxoQPlofQUFevI2L4DfFLJqmO7WRUwr { top:25rem;left:29.21875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKqUoLdo4U4c3KOHp5JSpV4K158FeA05 { top:25rem;left:41.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDl1DaZa8KoWl8FDEDvUmQTuB6b8FUyH { top:6.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT { display:block; }#CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnAfSOGrcTD8zIKadNNDKZyMG8NeUepK { top:2.5rem;left:12.6875rem;width:35.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU3wlAUwOgF0TKzLoMy28gK15e5U0uJq { top:2.5rem;left:0rem;width:23.3125rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou9MF8V4v5t2pBv2bSIBasyakBAKGZlT { top:8.75rem;left:0rem;width:33.6875rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNKgGQ9PL6bq1HMmwTJkATgMyBmMTgQO { width:32.5rem;height:3.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX4XVfHrBUa18iVc8iB7plJ2C2vFgwtE { display:block; }
 }@media only screen and (max-width: 763px) { #NeeF8KVQONQ2zK5ckT66F877M97JAvko { top:23.1875rem;left:26rem;width:5.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkoriMOA8y8SK9QnEixDGoA7Ek2hDcho { top:2.5625rem;left:12.75rem;width:35rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV3GTSIkcPq2H2V5yQmF5gDurBCAFZDu { top:23.4375rem;left:32.375rem;width:9.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcxvnM8Cd4Dne1h47M7GZUyKfrzgMp3b { top:23.1875rem;left:39.5625rem;width:8.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLdmIKqn9Gznrwrv9AGpuiyuSEefI5ig { top:22.3125rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAJrEJth9hT0wwc8v8aMrXQT5CFo3RcJ { top:21.8125rem;left:24.875rem;width:22.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI { display:block; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT { top:2.5rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPu4DCI6gqlh5CZdLS9HA0Sx0nAI7x3 { top:5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2PmStGz0uRgqD6kUZZnF7Fa5N81ynZ2 { top:8.6875rem;left:5.125rem;width:38.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u8bN6Z16eRu1nmKCUXXMVud22OKM2P { width:32.5rem;height:3.75rem;top:11.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eir3RkH5QrlwG92t0ZQ5UifW0UFzS3ly { display:block; }
 }@media only screen and (max-width: 763px) { #LtWiAtz4zKGZvtMThTneRpunllEVxrXA { display:block; }#LtWiAtz4zKGZvtMThTneRpunllEVxrXA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehn1ZdpJFA6LiXB68QNszUgk1wJhhWk5 { top:6.25rem;left:6.375rem;width:37.5rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISc9RSEg5Ne3o4IDMId4DgNx2gxVE863 { top:12.5rem;left:7rem;width:36.25rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlVhItT0ZkCnRFMcpX1FyIyN0uXuMI2 { top:11.25rem;left:6.375rem;width:37.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apnzeZeZo78aC8vcvTaS5EaQLRapU58C { top:46.25rem;left:6.375rem;width:37.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxFwaBQwkWhsPVRkJh9IsU0axqIf7SEm { top:50rem;left:41.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3XuGQ8LiV67iQAoKMTAytKp7I2UATQb { top:50rem;left:30.125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu8FOUBg3kqHv2QUoEGhuWRdGL65nGrE { top:49.9375rem;left:9.5rem;width:8.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4W5eaNdyi9tnFT8ltxDwiyG1ZsaHOwW { top:47.4375rem;left:7.625rem;width:35.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZOOOpEQUXqRMPyJ6uTodbwHxX1NP6M7 { top:49.9375rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU2ix3Q20GmstIgeV4Ha4TxqFlzQ3okN { top:2.5rem;left:17.625rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCwbF7x3d20A7W3RpNFJuzfRth5bLKk { top:3.125rem;left:18.875rem;width:14.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD { display:block; }#mxQpS7thlZ1vQmdHKSi4Kr2hrwz3lOBD > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKDGCRwrg2gCXCe7m5bbED1KEGMizVpU { width:20rem;height:46.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U { background-color:#f5f5f5;background-image:none;display:block; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { background-color: transparent; background-image: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row > .video-iframe-container { display: none; }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .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); }#WZ1Tnqvl37TuGURsIzRP8l1zHpKvAw9U > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWQQvC3zur4LB9sLP5EnVCc2ZWaqDTs { width:20rem;height:1.13720625rem;top:7.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #G8Lm9fHcSwBOdZ4ZW58WJkp5mifpkXyt { width:5.125rem;height:0.9624rem;top:10.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Fabo4hQ1zGtgiEh1GxQcXPz4qSVS7bxR { width:6.5rem;height:0.9624rem;top:10.25rem;left:9.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ZaQSdixg0hdmwtlg9rW5Wtpgg9o2ZD8u { width:6.8125rem;height:3.75rem;top:2.4375rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MekemTiiTbnTlp2TSI27fTtkt156mJdo { display:none; }#MekemTiiTbnTlp2TSI27fTtkt156mJdo > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HQ3HoWBvefEX9EEms66AlNrUUUX3n3bG { width:7rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XniDSEZqOwCM95QRDBf2ex4RpqWtnBx5 { width:20rem;height:3.375rem;top:7.5rem;left:0rem;font-size:1.6875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #eSnZxWogfkUpCaRLVbFkHa25g5pFT8nQ { width:20rem;height:22.5rem;top:18.125rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FFqtmHXLbqPTllWSnnUTUsEEPT44keCi { width:20rem;height:25rem;top:17.5rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NXt1audshpiLDoUno2VLkk2tGmqVlnS5 { width:20rem;height:4.38720625rem;top:11.25rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RaKyOIdwDJfdkMFJamVfh8l7LvfmJVWU { width:20rem;height:7.5rem;top:45rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hDCRRww05FIUAguKHPsVibIUmERTxuxW { width:1.25rem;height:1.25rem;top:50rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA4N08mTmUTU5TeOMdBXqMAJ04wRnm2V { width:10.625rem;height:0;top:35.99515rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #O1hkeVc36vixkzolm7B0ru18G1CvvUJd { width:8.3125rem;height:1.2749rem;top:49.9375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #PTWBmk94orT7ChTitGCD6Kb1HDZ3cJWr { width:17.5rem;height:2.5996125rem;top:46.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qEsJb51tJ6QtB9pBflDn0Zt8OOpMhttK { width:1.25rem;height:1.25rem;top:49.9375rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uzlG9TNfQO1fFCg5sRygHmwpEN4KA9qy { width:15rem;height:2.5rem;top:10rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6Xemc7rPRo4AbrtRR4rIwLmSdZvGVq1 { width:14.4375rem;height:1.2749rem;top:6.25rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Om2y0DTwXtBgZoW7pVDRd6snfvwxZur5 { width:3.125rem;height:3.125rem;top:55.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob7Uu3H82xK2Pu3gEmXZFkhbiMcTyvtn { width:8.1875rem;height:3.625rem;top:55.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vscB8Fxly4lCCq2htlviWQFsmyrNZTuo { width:5.25rem;height:5.25rem;top:52.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVEe5Nr0I2iCIpBqiCygIlTHGGlKfZ9 { width:5.75rem;height:3.0625rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #da1s0SDPhoqV3X53DQksr5HTfx2ogRBI { width:7.9375rem;height:2.9375rem;top:53.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXz55ElUg1dgdFskBSpN5rRFTTd8FFQT { width:5.5rem;height:2.8125rem;top:55.8125rem;left:14.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ { display:none; }#EJRtTbbqxAuWdEiu2I30B3vFwJh7iSEJ > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5W5Tb05kNT8kSW7y0Qgc5A4aOKpupeX { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FX47rkV8qRWu6xG6dXeZqycKIhBvJJTn { width:20rem;height:27.5rem;top:21.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUcQ9B5BBGTM3TTnQ92asBNm3hsH6OiF { width:18.8125rem;height:2.3994125rem;top:5rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O { width:17.5rem;height:24.9375rem;top:22.5rem;left:1.25rem;font-size:1rem;display:block; }#lFTaTJQUbnpMdtUDD7kZo8DvaSTBhf2O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a3f08bab11c8bb359a961fe26a72317c053f3ae4.svg); }
 }@media only screen and (max-width: 763px) { #laumNOx7ZzkRtI8KdWRAV6Urr7G6gxN8 { width:20rem;height:12.5rem;top:21.25rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #ZUOHgTXowSbhVUmsEEge5fTBW6p81VTh { width:20rem;height:auto;top:22.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #qTX7vByClJ1Oigk7Ehz3M47axPakUH1F { width:20rem;height:3.75rem;top:50rem;left:0rem;color:rgba(var(--color-primary-4),1);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R0MHpJBWp3TUFX8qHnsRFNx1EzHa0dTT { display:block; }
 }@media only screen and (max-width: 763px) { #R1Bupf2OGt1V5Fn6v4uTDDkOwBV9M3pN { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #BxSoLMhMT8OTyVSCu7GnmlsWBDhW6NDo { width:10.6875rem;height:1.2749rem;top:22.5625rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #UJBrZPlOSlrSX8FdkPfI2XDVi3te53PU { width:10.625rem;height:auto;top:31.25rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #z48oaWOFdxekwQNgvalqdyBhMDzbXTxf { width:1.25rem;height:1.25rem;top:22.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGGBQ2ZZWQmVGM4Fx2KVBNGAoD2L56mx { width:20rem;height:12.5625rem;top:8.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxoXud3XLg4WaQ7RiRrXBT44qAateu8 { display:none; }#scxoXud3XLg4WaQ7RiRrXBT44qAateu8 > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdbSBUVZ3mh8deR5xpsXRzsWuM4mRTkd { width:20rem;height:12.5rem;top:32.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #B26bX8LOig73RF8GqBFUBBsoUcwmNcgJ { width:1.25rem;height:1.25rem;top:42.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #levqxq3aUl6biaWTnSdTC3TdHZmwPOms { width:17.5625rem;height:7.7988125rem;top:95rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mtnPq0AFxuzON9uOT5xCtwxtX0tBTdTL { width:13.75rem;height:1.2749rem;top:91.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe { width:8.75rem;height:8.75rem;top:22.5rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/420062fb-3b14-4218-b181-417ef0668bef/graduate2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15004;display:block; }#tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.adaptive-delivery-prevent-bg, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyload, #tAbg8ST29R9B1XvzlTQQwo5SZFwIDRHe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cq0z8eczm96v4nibATvBRi54JhNHG8TE { width:8.75rem;height:8.75rem;top:22.5rem;left:11.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c81e6dac-14b5-4d17-9ff9-562326deb419/graduate4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15007;display:block; }#cq0z8eczm96v4nibATvBRi54JhNHG8TE.adaptive-delivery-prevent-bg, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyload, #cq0z8eczm96v4nibATvBRi54JhNHG8TE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZEsibL2w8I1ICe36u4s3GXnSV3T3tgZt { width:20rem;height:16.25rem;top:137.5rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #s41cVOry4mOZBAlWdstgKX9LkGe4Tnd9 { width:17.5625rem;height:7.7988125rem;top:61.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lwSP2VPe4oQEJ6UXHCKHCM8W6y1SXGNi { width:13.8125rem;height:1.2749rem;top:70rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fOg1JvuwSWlFF9dUwTMyup2tSegB2zlo { width:1.25rem;height:1.25rem;top:150rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH { width:8.75rem;height:8.75rem;top:11.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/211d693f-47be-41c2-8333-195c0558c9a7/graduate3.webp");background-position:top 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;z-index:15008;display:block; }#e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.adaptive-delivery-prevent-bg, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyload, #e2gJaBlx1w3VcM4LOm74izd0tPFkofHH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z0FpUDTwEmBovAPXNfJb8u9ZlUvMVFl0 { width:20rem;height:12.5rem;top:60rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eM55VCGTmCBbh0QK66arEi5rXTOLn0Xg { width:17.5rem;height:7.7988125rem;top:47.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CWmNJ4y0XgmKe765DJkhDykI8A7N76Bb { width:13.8125rem;height:1.2749rem;top:56.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #y3PCFT1PsCxTG28lPCAMyRMVF7JHAChR { width:1.25rem;height:1.25rem;top:70rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g { width:8.75rem;height:8.75rem;top:11.25rem;left:11.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c8162f5-5da4-4b9c-931e-e4776317f2e0/graduate1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15009;display:block; }#xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.adaptive-delivery-prevent-bg, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyload, #xpsrdSSTQvFhuZxNCu1C7nZOgWEZLW7g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KrDmkcVbXD8NZZLynL84TkSLMz8QbOLw { width:20rem;height:12.5625rem;top:46.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #X65n0BczITvOipyq2nuFvxHCp3wCurJq { width:17.5625rem;height:7.7988125rem;top:33.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RKrCOqSrB6OsieiiKpg4TcJW683b8tue { width:13.8125rem;height:1.2749rem;top:42.5rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOutq07vaIJu0Qs78n5mUAV3zGn5VDRo { width:1.25rem;height:1.25rem;top:56.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpQzTMqDSIkt2lf98bzeHw3erHdarr0 { width:20rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yD86EcNzvETnkA0Twm8e5IsIHD9HhS0u { width:8.75rem;height:1.2749rem;top:17.5rem;left:11.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tFa7TBAGi7y42qHIATBQAn1ZAPvZG6V0 { width:8.75rem;height:8.75rem;top:11.25rem;left:11.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #MyZ26OuUpAuEzNvxzHumeCuRBia4izFz { width:8.75rem;height:1.2749rem;top:17.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TQwauD8T8UcVK7CsE3IRX4kKwEgErrrb { width:8.75rem;height:8.75rem;top:11.25rem;left:0.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XtFblDIAVCyO0E80WHCxHPyPEwMv8Xbk { width:8.75rem;height:1.2749rem;top:28.75rem;left:11.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #k26duPUOroaQXHvlT96LB1sgvzJSs4GF { width:8.75rem;height:8.75rem;top:22.5rem;left:11.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #u91CI1pJ0RwwD2nnCbiDCoSCGDcD14VI { width:8.75rem;height:1.2749rem;top:28.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #calRfkUSeyM7z9DuC0wJMwos3R2IPQug { width:8.75rem;height:8.75rem;top:22.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WWkGomHVWrTHofqCHGvkRJWq5tmmwUsp { width:1.25rem;height:1.25rem;top:16.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvVBQBV8W9olLPezNTSThXtcD720fzq { width:1.25rem;height:1.25rem;top:16.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGxoQPlofQUFevI2L4DfFLJqmO7WRUwr { width:1.25rem;height:1.25rem;top:27.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKqUoLdo4U4c3KOHp5JSpV4K158FeA05 { width:1.25rem;height:1.25rem;top:27.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDl1DaZa8KoWl8FDEDvUmQTuB6b8FUyH { width:20rem;height:2.3994125rem;top:6.875rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT { display:none; }#CmWtI0QNGUiZoIgzQ6scmLsv1qTqqqbT > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DnAfSOGrcTD8zIKadNNDKZyMG8NeUepK { width:20rem;height:17.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU3wlAUwOgF0TKzLoMy28gK15e5U0uJq { width:20rem;height:3.25rem;top:21.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou9MF8V4v5t2pBv2bSIBasyakBAKGZlT { width:20rem;height:15.59766875rem;top:25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tNKgGQ9PL6bq1HMmwTJkATgMyBmMTgQO { width:20rem;height:3.75rem;top:42.5rem;left:0rem;color:rgba(var(--color-primary-4),1);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QX4XVfHrBUa18iVc8iB7plJ2C2vFgwtE { display:block; }
 }@media only screen and (max-width: 763px) { #NeeF8KVQONQ2zK5ckT66F877M97JAvko { width:5.75rem;height:3.0625rem;top:16.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkoriMOA8y8SK9QnEixDGoA7Ek2hDcho { width:20rem;height:17.5rem;top:2.5rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cV3GTSIkcPq2H2V5yQmF5gDurBCAFZDu { width:9.4375rem;height:3.5625rem;top:22.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcxvnM8Cd4Dne1h47M7GZUyKfrzgMp3b { width:6.625rem;height:2.8125rem;top:16.75rem;left:12.431600765306rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLdmIKqn9Gznrwrv9AGpuiyuSEefI5ig { width:5.25rem;height:5.25rem;top:15.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAJrEJth9hT0wwc8v8aMrXQT5CFo3RcJ { width:12.6875rem;height:1.29980625rem;top:14.94970703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI { display:none; }#wemFgd1Trxq8e6t6O3Eo76eLgByoyXOI > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT { width:20rem;height:15rem;top:2.5rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6916f909-03a4-435d-881e-042145719a86/andyramage.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.adaptive-delivery-prevent-bg, #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.lazyload, #lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT.lazyloading { background-image: none; }
#lLELJwp6uOB8Wm1bzl8wDJbP131R1aFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); } }@media only screen and (max-width: 763px) { #BRPu4DCI6gqlh5CZdLS9HA0Sx0nAI7x3 { width:17.5rem;height:3.25rem;top:5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N2PmStGz0uRgqD6kUZZnF7Fa5N81ynZ2 { width:17.5625rem;height:2.5996125rem;top:8.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3u8bN6Z16eRu1nmKCUXXMVud22OKM2P { width:17.5rem;height:3.75rem;top:12.5rem;left:1.25rem;color:rgba(var(--color-primary-4),1);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Eir3RkH5QrlwG92t0ZQ5UifW0UFzS3ly { display:block; }
 }@media only screen and (max-width: 763px) { #LtWiAtz4zKGZvtMThTneRpunllEVxrXA { display:none; }#LtWiAtz4zKGZvtMThTneRpunllEVxrXA > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ehn1ZdpJFA6LiXB68QNszUgk1wJhhWk5 { width:20rem;height:3.25rem;top:3.75rem;left:0rem;font-size:1.625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ISc9RSEg5Ne3o4IDMId4DgNx2gxVE863 { width:20rem;height:23.8125rem;top:8.75rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TrlVhItT0ZkCnRFMcpX1FyIyN0uXuMI2 { width:20rem;height:26.25rem;top:7.5rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #apnzeZeZo78aC8vcvTaS5EaQLRapU58C { width:20rem;height:7.5rem;top:35rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UxFwaBQwkWhsPVRkJh9IsU0axqIf7SEm { width:1.25rem;height:1.25rem;top:40rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3XuGQ8LiV67iQAoKMTAytKp7I2UATQb { width:10.625rem;height:0;top:35.99515rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Mu8FOUBg3kqHv2QUoEGhuWRdGL65nGrE { width:8.3125rem;height:1.2749rem;top:39.9375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #l4W5eaNdyi9tnFT8ltxDwiyG1ZsaHOwW { width:17.5rem;height:2.5996125rem;top:36.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tZOOOpEQUXqRMPyJ6uTodbwHxX1NP6M7 { width:1.25rem;height:1.25rem;top:39.9375rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kU2ix3Q20GmstIgeV4Ha4TxqFlzQ3okN { width:16.25rem;height:2.5rem;top:2.5rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqCwbF7x3d20A7W3RpNFJuzfRth5bLKk { width:15rem;height:1.2749rem;top:2.4755859375rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }