.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:218,231,245;--color-primary-1:145,184,224;--color-primary-2:71,137,204;--color-primary-3:14,154,229;--color-primary-4:0,22,35;--color-secondary-0:255,254,221;--color-secondary-1:255,252,143;--color-secondary-2:255,249,30;--color-secondary-3:128,125,15;--color-secondary-4:38,37,5;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,191;--color-tertiary-2:137,145,149;--color-tertiary-3:108,117,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Kulim Park";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA { 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; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container { background-color: transparent; background-image: none; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container > .video-iframe-container { display: none; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row > .video-iframe-container { display: none; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .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); }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container { border-width: 0; border-radius: 0; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#H3dZwsaTJFRbO6chmTi2ttZrTuXUMrwr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.3125rem;width:41.3125rem;top:12.09375rem;left:17.18359375rem;display:block; }
#uWb7TeL3yk2ykyuM03LNsGUiOMSMOFR4 { display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.375rem;height:6.1875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eDSyIhqJbeGltVbHLBZTK5aoTIdLNP7X { display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:24.625rem;left:1.375rem;height:3.875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FkMPzfwEgstBq8d5DigsKfhGNbuHlhgm { display:block;width:48.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:1.484375rem;left:5.9375rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BfnnQ8LB4F27IJybyoOA6KhltDUrDl66 { box-sizing:content-box;height:10.625rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:0.3125rem;display:block; }
#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/i3WlrO7oAHA/unsplash/miikka-luotio-i3WlrO7oAHA-photo-1594652634010-275456c808d0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl.adaptive-delivery-prevent-bg, #lwI1ZXai17UnKeKqDLsZtETD97ONGPUl.lazyload, #lwI1ZXai17UnKeKqDLsZtETD97ONGPUl.lazyloading { background-image: none; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container { background-color: transparent; background-image: none; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container > .video-iframe-container { display: none; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row > .video-iframe-container { display: none; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .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); }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container { border-width: 0; border-radius: 0; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#WsvED88oJIg7wi51FSGmvLCUnaSO2Az0 { color:#1a2025;display:block;width:52.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#nKEe1ciEGxnT56adNSkHC75HAzCruCW9 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186198125rem;width:5.25rem;top:10.375rem;left:0rem;display:block; }
#IwD4X5F1OaUothddZMUuOtocmCFVXERT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21rem;width:37.25rem;top:11.25rem;left:21.6875rem;display:block; }
#kR5t30hUmtrc8Evakch3PkCXTxpJOOfh { display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:13.6445rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ek2GD3qexuvkFpmZ0l7Rq8812JXbw13F { z-index:15005;top:26.75rem;left:0rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CkpoTu7P9p19lezHXP9rNEFpeI5EuT7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK { 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; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container { background-color: transparent; background-image: none; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container > .video-iframe-container { display: none; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row > .video-iframe-container { display: none; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .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); }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container { border-width: 0; border-radius: 0; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3736875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125000953674rem;left:1.5859375rem;height:;text-align:left;text-align-last:left;display:block; }#TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF li:before{  }
#G0MpinD7m54cFVidzCSGTWmoiJzpCE1h { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186198125rem;width:5.25rem;top:8.6562509536744rem;left:0rem;display:block; }
#l49iCzOcu2R0kWzB0bu93Bfx8ToBNoEi { color:rgba(var(--color-tertiary-4),1);display:block;width:56.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.623699188233rem;left:2.375rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#HfGmWdQcAFb9yw5gmZs8XSvV4O6CwqTR { color:#1a2025;display:block;width:56.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#ASUU9OMkwWbc75S4iNVwp5QIwaVBuc8f { z-index:15003;top:28.998695373535rem;left:17.9296875rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.683625rem;height:5.3737rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kO2TtnVRhn3bdcpWgndfiKLUWos13zIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RG3nkplAm95x1t4ealaQD0emfEZQErKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aVzhfZjLz7A/unsplash/josh-sorenson-aVzhfZjLz7A-photo-1620607651594-205684060fd8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi.adaptive-delivery-prevent-bg, #RG3nkplAm95x1t4ealaQD0emfEZQErKi.lazyload, #RG3nkplAm95x1t4ealaQD0emfEZQErKi.lazyloading { background-image: none; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container { background-color: transparent; background-image: none; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.89); }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container > .video-iframe-container { display: none; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.89); }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row > .video-iframe-container { display: none; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .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); }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container { border-width: 0; border-radius: 0; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#gDlcsFQESWXtuJHsIHZRZ7LAZX3cGIgI { color:#1a2025;display:block;width:56.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#OnBN9KgU8tGSzyIwUf2ZSpksTwaf0Ocg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186198125rem;width:5.25rem;top:8.28125rem;left:0rem;display:block; }
#fxmyq4hVnfJCZU9omfwSvzwXChencBN0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.375rem;width:39.5625rem;top:10.21875rem;left:20.4375rem;display:block; }
#CJHsaK6QE8PHbgkqMJRST8tu0vticver { display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.531246185302rem;left:0.625rem;height:9.75rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fmohhDV1vk2aQ3K6q2BhSPmeVAiTteJo { z-index:15004;top:26.311199188233rem;left:2.03125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iaM46JW0BNzBOT9gK7gILRDLPzgwfxvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 { position:relative;display:block; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 { background-color: transparent; background-image: none; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container > .video-iframe-container { display: none; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row > .video-iframe-container { display: none; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .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); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 { border-width: 0; border-radius: 0; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v8qIHqf28LGroyhODQFlRT0veLDMCpB7 { color:#1a2025;display:block;width:56.75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0LzxBmV94XGxyuz5RyyyJUJZnbHcB3O { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.5rem;left:3.125rem;display:block; }
#vTgVMTNiltNfCf64nQN1tQIxk1zmTT7X { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.5rem;left:3.0625rem;display:block; }
#zTw9C4fUNQkEDRG2mpL84RHiJT4S1wB7 { background-color:#ff004c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.1237rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:44.18620300293rem;left:19.0625rem;display:block; }
#rTJZr5KO4MldscHfzQq6owe7RCN2oN65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hvz8XHDe8m3i2h4K3vLQ8qg9QbcvQRd6 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:56rem;left:10.75rem;display:none; }
#JBXOB5dB34C6PJsGPbGXdDc8wPt8MyGz { box-sizing:content-box;height:0.1875rem;width:4.1875rem;position:absolute;display:block;z-index:15066;background-color:#ff0909;background-image:none;top:15.125rem;left:9.625rem;display:block; }
#ihLVP7eKzvHCOiIgbGf2kCNzi4AwrSlJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:42.5625rem;width:51.0625rem;top:7.4375rem;left:4.0625rem;display:block; }
#rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.562rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:19.4375rem;left:16.4375rem;height:;font-style:normal;display:block; }#rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT li:before{  }
#tnMTMyHIskhUQJLkyPk8IUf2qTUQW0vK { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:10.4375rem;top:10.23046875rem;left:49.402617304434rem;overflow:hidden;display:block; }
#Vluv5xM2oIK6e04KoqvrNJciLCmBPhQv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.875rem;height:3.8984375rem;font-style:normal;display:block; }
#pXly9Tl1fVwQGzJ4dlATTCMIi9JqcTg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:14.375rem;left:8.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T7NhgtKN7TE8iDIFncRWLh9PEXN2tH7t { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:12.6875rem;left:16.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#VQUoiHJf1bnyMMHzHlQ7VykmlrEiZhJw { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.25rem;top:9.75rem;left:14.5625rem;display:block; }
#RyP5bBS5PZlMlB9wtPByq5pmIaEa8Qfa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.375rem;left:6.1875rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ySrashfHDSWMI8MHRUkFNEhuDp7t9IbT { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:10.25rem;left:16.875rem;height:2.4375rem;font-style:normal;display:block; }
#LopDRqU9ON2FnfdNLoGSsrl6h3MQuFE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.125rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container { background-color: transparent; background-image: none; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container > .video-iframe-container { display: none; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row > .video-iframe-container { display: none; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .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); }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container { border-width: 0; border-radius: 0; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#GE4CcGnLDhDu9ogZIrE1wOvfJJdVJ3aG { position:absolute;display:block;z-index:15003;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:0.1875rem;display:block; }
#cvbQ6f6yTz1pn0efag1F6QlpcORbU5Lp { position:absolute;display:block;z-index:15005;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:4.75rem;display:block; }
#She1aBRi8pvrTuGkLoOXwihHb43W9PD8 { position:absolute;display:block;z-index:15007;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:8.75rem;display:block; }
#R0bLVvbISiVX6yAN1zvDBG5kiTL98G6x { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:2.09895625rem;font-style:normal;display:block; }
#kq3D9yLAEO7PASQpp9KPtsDmRTbTXwE9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:10.3125rem;left:0rem;display:block; }
#AeUzawWlQOFEBNpQBZSmZWDxqocPlAQK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.125rem;left:39.875rem;height:1.22395625rem;font-style:normal;display:block; }
#vqEDUTr2tPw6zBguwNyQii2TFW9SURbz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.1875rem;left:15.625rem;height:1.22395625rem;font-style:normal;display:block; }
#vLJXwLIUVvNQTSr1oAvZNgiBEuqDNFkC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12rem;left:0rem;height:1.04948125rem;font-style:normal;display:block; }
#Eo5EXBNtETekcGmMVtEoGXcwaEa25BhT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:0rem;height:1.04948125rem;font-style:normal;display:block; }
#PkFVoMu8CReX2yhpWP6xf0NDN6kDP2zq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.0625rem;left:13.625rem; }
#Tl3I9MShzMUUVCwpr8W1aGKx6h2neTHV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5rem;left:37.9375rem; }
#UiZe19FEVKZBpw7DBA7unX2b2XcLoyIu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:14.75rem;left:5.375rem; }
#UiZe19FEVKZBpw7DBA7unX2b2XcLoyIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GrTf3Fw9yO9ttATsKw1tWlZZwkKaBaqB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.5625rem;left:9.1875rem; }
#GrTf3Fw9yO9ttATsKw1tWlZZwkKaBaqB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dJguTIVmzECi8EH5PKFUZDKtE5HqCl1l { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.75rem;left:0.8125rem; }
#dJguTIVmzECi8EH5PKFUZDKtE5HqCl1l > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#T5DgMfW76Drs6LS28byAgHvsZabO1CDM { position:absolute;display:block;z-index:15008;background-color:#182638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:13.0625rem;display:block; }
#hQ4UCo20eTdmhn7K5HuhGSEOtBLsT00q { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.5625rem;left:13.5rem; }
#hQ4UCo20eTdmhn7K5HuhGSEOtBLsT00q > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fKvJOew9iyT26a9xCOtXM7HNw7MAIziA { display:block; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3dZwsaTJFRbO6chmTi2ttZrTuXUMrwr { width:41.3125rem;height:23.3125rem;top:12.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWb7TeL3yk2ykyuM03LNsGUiOMSMOFR4 { width:24.375rem;height:13.125rem;top:9.1875rem;left:1.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDSyIhqJbeGltVbHLBZTK5aoTIdLNP7X { width:24.375rem;height:13.125rem;top:9.1875rem;left:1.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkMPzfwEgstBq8d5DigsKfhGNbuHlhgm { width:24.375rem;height:13.125rem;top:9.1875rem;left:1.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfnnQ8LB4F27IJybyoOA6KhltDUrDl66 { top:18.4375rem;left:0rem;width:0.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwI1ZXai17UnKeKqDLsZtETD97ONGPUl { display:block; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsvED88oJIg7wi51FSGmvLCUnaSO2Az0 { width:47.75rem;height:6.5rem;top:3.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKEe1ciEGxnT56adNSkHC75HAzCruCW9 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwD4X5F1OaUothddZMUuOtocmCFVXERT { width:37.25rem;height:21rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR5t30hUmtrc8Evakch3PkCXTxpJOOfh { width:24.625rem;height:4.125rem;top:26.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek2GD3qexuvkFpmZ0l7Rq8812JXbw13F { top:26.75rem;left:0rem;width:15.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkpoTu7P9p19lezHXP9rNEFpeI5EuT7k { display:block; }
 }@media only screen and (max-width: 763px) { #ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK { display:block; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF { top:16.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF li:before{  }
 }@media only screen and (max-width: 763px) { #G0MpinD7m54cFVidzCSGTWmoiJzpCE1h { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49iCzOcu2R0kWzB0bu93Bfx8ToBNoEi { top:10.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfGmWdQcAFb9yw5gmZs8XSvV4O6CwqTR { width:47.75rem;height:6.5rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASUU9OMkwWbc75S4iNVwp5QIwaVBuc8f { top:28.9375rem;left:11.8046875rem;width:22.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2TtnVRhn3bdcpWgndfiKLUWos13zIJ { display:block; }
 }@media only screen and (max-width: 763px) { #RG3nkplAm95x1t4ealaQD0emfEZQErKi { display:block; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDlcsFQESWXtuJHsIHZRZ7LAZX3cGIgI { width:47.75rem;height:6.5rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnBN9KgU8tGSzyIwUf2ZSpksTwaf0Ocg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmyq4hVnfJCZU9omfwSvzwXChencBN0 { width:39.5625rem;height:22.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHsaK6QE8PHbgkqMJRST8tu0vticver { width:24.625rem;height:4.125rem;top:26.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmohhDV1vk2aQ3K6q2BhSPmeVAiTteJo { top:26.25rem;left:0rem;width:15.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaM46JW0BNzBOT9gK7gILRDLPzgwfxvQ { display:block; }
 }@media only screen and (max-width: 763px) { #iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 { display:block; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8qIHqf28LGroyhODQFlRT0veLDMCpB7 { top:1.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0LzxBmV94XGxyuz5RyyyJUJZnbHcB3O { width:47.75rem;height:0;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTgVMTNiltNfCf64nQN1tQIxk1zmTT7X { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTw9C4fUNQkEDRG2mpL84RHiJT4S1wB7 { width:21.875rem;height:4.0625rem;top:44.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJZr5KO4MldscHfzQq6owe7RCN2oN65 { display:block; }
 }@media only screen and (max-width: 763px) { #Hvz8XHDe8m3i2h4K3vLQ8qg9QbcvQRd6 { top:56rem;left:4.625rem;width:0.25rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBXOB5dB34C6PJsGPbGXdDc8wPt8MyGz { top:15.125rem;left:3.5rem;width:4.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLVP7eKzvHCOiIgbGf2kCNzi4AwrSlJ { top:7.4375rem;left:0rem;width:47.75rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT { top:19.4375rem;left:10.3125rem;width:33.5rem;height:;font-size:1rem;display:block; }#rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT li:before{  }
 }@media only screen and (max-width: 763px) { #tnMTMyHIskhUQJLkyPk8IUf2qTUQW0vK { top:10.1875rem;left:36.5625rem;width:10.4375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vluv5xM2oIK6e04KoqvrNJciLCmBPhQv { top:15.5625rem;left:10.75rem;width:32.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXly9Tl1fVwQGzJ4dlATTCMIi9JqcTg3 { top:14.375rem;left:1.9375rem;width:5.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7NhgtKN7TE8iDIFncRWLh9PEXN2tH7t { top:12.6875rem;left:10.8125rem;width:31.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQUoiHJf1bnyMMHzHlQ7VykmlrEiZhJw { top:9.75rem;left:8.4375rem;width:0.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyP5bBS5PZlMlB9wtPByq5pmIaEa8Qfa { top:12.375rem;left:0.0625rem;width:7.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySrashfHDSWMI8MHRUkFNEhuDp7t9IbT { top:10.25rem;left:10.75rem;width:32rem;height:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LopDRqU9ON2FnfdNLoGSsrl6h3MQuFE4 { top:10.0625rem;left:0rem;width:7.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd { display:block; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4CcGnLDhDu9ogZIrE1wOvfJJdVJ3aG { top:14.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbQ6f6yTz1pn0efag1F6QlpcORbU5Lp { top:14.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #She1aBRi8pvrTuGkLoOXwihHb43W9PD8 { top:14.125rem;left:2.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0bLVvbISiVX6yAN1zvDBG5kiTL98G6x { top:5.25rem;left:0rem;width:11rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq3D9yLAEO7PASQpp9KPtsDmRTbTXwE9 { top:10.3125rem;left:0rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUzawWlQOFEBNpQBZSmZWDxqocPlAQK { top:5.125rem;left:33.75rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqEDUTr2tPw6zBguwNyQii2TFW9SURbz { top:5.1875rem;left:9.5rem;width:11.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLJXwLIUVvNQTSr1oAvZNgiBEuqDNFkC { top:12rem;left:0rem;width:11.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5EXBNtETekcGmMVtEoGXcwaEa25BhT { top:2rem;left:0rem;width:11.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFVoMu8CReX2yhpWP6xf0NDN6kDP2zq { top:5.0625rem;left:7.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3I9MShzMUUVCwpr8W1aGKx6h2neTHV { top:5rem;left:31.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiZe19FEVKZBpw7DBA7unX2b2XcLoyIu { top:14.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#UiZe19FEVKZBpw7DBA7unX2b2XcLoyIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GrTf3Fw9yO9ttATsKw1tWlZZwkKaBaqB { top:14.5625rem;left:3.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#GrTf3Fw9yO9ttATsKw1tWlZZwkKaBaqB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #dJguTIVmzECi8EH5PKFUZDKtE5HqCl1l { top:14.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#dJguTIVmzECi8EH5PKFUZDKtE5HqCl1l > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T5DgMfW76Drs6LS28byAgHvsZabO1CDM { top:14.125rem;left:6.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4UCo20eTdmhn7K5HuhGSEOtBLsT00q { top:14.5625rem;left:7.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#hQ4UCo20eTdmhn7K5HuhGSEOtBLsT00q > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fKvJOew9iyT26a9xCOtXM7HNw7MAIziA { display:block; }#fKvJOew9iyT26a9xCOtXM7HNw7MAIziA > .row .container { width:20rem;height:29.6484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3dZwsaTJFRbO6chmTi2ttZrTuXUMrwr { height:11.25rem;width:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWb7TeL3yk2ykyuM03LNsGUiOMSMOFR4 { width:20rem;height:5.15625rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDSyIhqJbeGltVbHLBZTK5aoTIdLNP7X { width:20rem;height:2rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkMPzfwEgstBq8d5DigsKfhGNbuHlhgm { width:20rem;height:3.29948125rem;top:13.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfnnQ8LB4F27IJybyoOA6KhltDUrDl66 { width:0.125rem;height:10.625rem;top:17.7734375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwI1ZXai17UnKeKqDLsZtETD97ONGPUl { display:block; }#lwI1ZXai17UnKeKqDLsZtETD97ONGPUl > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsvED88oJIg7wi51FSGmvLCUnaSO2Az0 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKEe1ciEGxnT56adNSkHC75HAzCruCW9 { width:5.25rem;height:0.125rem;top:6.546875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwD4X5F1OaUothddZMUuOtocmCFVXERT { height:11.3111875rem;width:20rem;top:19.026042938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR5t30hUmtrc8Evakch3PkCXTxpJOOfh { width:18.125rem;height:9.75rem;top:7.921875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek2GD3qexuvkFpmZ0l7Rq8812JXbw13F { top:31.585916984558rem;left:2.3125rem;width:15.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkpoTu7P9p19lezHXP9rNEFpeI5EuT7k { display:block; }
 }@media only screen and (max-width: 763px) { #ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK { display:block; }#ABMcTB7uDrfJn86PbUihyPTJ7ZL2IAKK > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF { width:20rem;height:19.1301875rem;top:18.375000476837rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TQquKgIZUvwX7mTJvWDvx1R4QsnDOGdF li:before{  }
 }@media only screen and (max-width: 763px) { #G0MpinD7m54cFVidzCSGTWmoiJzpCE1h { width:3.75rem;height:0.1875rem;top:5.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l49iCzOcu2R0kWzB0bu93Bfx8ToBNoEi { width:20rem;height:9.096375rem;top:7.1250002384187rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfGmWdQcAFb9yw5gmZs8XSvV4O6CwqTR { width:20rem;height:3.4114625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASUU9OMkwWbc75S4iNVwp5QIwaVBuc8f { top:38.881510734558rem;left:1.5rem;width:17rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO2TtnVRhn3bdcpWgndfiKLUWos13zIJ { display:block; }
 }@media only screen and (max-width: 763px) { #RG3nkplAm95x1t4ealaQD0emfEZQErKi { display:block; }#RG3nkplAm95x1t4ealaQD0emfEZQErKi > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDlcsFQESWXtuJHsIHZRZ7LAZX3cGIgI { width:20rem;height:2.924475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnBN9KgU8tGSzyIwUf2ZSpksTwaf0Ocg { width:5.25rem;height:0.125rem;top:5.09765625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxmyq4hVnfJCZU9omfwSvzwXChencBN0 { height:11.3112164297rem;width:20rem;top:14.30078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHsaK6QE8PHbgkqMJRST8tu0vticver { width:16.1875rem;height:7.796875rem;top:5.97265625rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #fmohhDV1vk2aQ3K6q2BhSPmeVAiTteJo { top:27.45703125rem;left:2.3125rem;width:15.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaM46JW0BNzBOT9gK7gILRDLPzgwfxvQ { display:block; }
 }@media only screen and (max-width: 763px) { #iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container { background-color: transparent; background-image: none; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container > .video-iframe-container { display: none; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row > .video-iframe-container { display: none; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .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); }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container { border-width: 0; border-radius: 0; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSAXUptnReBzttohPnGs6ZFAeuKPVTB7 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8qIHqf28LGroyhODQFlRT0veLDMCpB7 { width:20rem;height:2.59895625rem;top:1.087890625rem;left:0rem;font-size:2rem;color:#001623;display:block; }
 }@media only screen and (max-width: 763px) { #v0LzxBmV94XGxyuz5RyyyJUJZnbHcB3O { width:20rem;height:0.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTgVMTNiltNfCf64nQN1tQIxk1zmTT7X { width:3.75rem;height:0.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTw9C4fUNQkEDRG2mpL84RHiJT4S1wB7 { width:9.9375rem;height:3.5625rem;top:47.375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJZr5KO4MldscHfzQq6owe7RCN2oN65 { display:block; }
 }@media only screen and (max-width: 763px) { #Hvz8XHDe8m3i2h4K3vLQ8qg9QbcvQRd6 { width:0.248698125rem;height:5rem;top:5.7747392654419rem;left:0.8307292461395rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #JBXOB5dB34C6PJsGPbGXdDc8wPt8MyGz { width:5.1875rem;height:0.1875rem;top:46.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihLVP7eKzvHCOiIgbGf2kCNzi4AwrSlJ { width:20rem;height:47.375rem;top:5.2109360694885rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT { width:20rem;height:27.15625rem;top:17.277345657349rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#rLvhR4KgKohDPhwwdPBHM1ocWFRicgCT li:before{  }
 }@media only screen and (max-width: 763px) { #tnMTMyHIskhUQJLkyPk8IUf2qTUQW0vK { width:6.375rem;height:8.4375rem;top:4.0559897422791rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vluv5xM2oIK6e04KoqvrNJciLCmBPhQv { width:20rem;height:3.65625rem;top:13.621099472046rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXly9Tl1fVwQGzJ4dlATTCMIi9JqcTg3 { width:5.6875rem;height:1.625rem;top:45.75rem;left:12.9375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #T7NhgtKN7TE8iDIFncRWLh9PEXN2tH7t { width:18.375rem;height:1.94921875rem;top:10.694010734558rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VQUoiHJf1bnyMMHzHlQ7VykmlrEiZhJw { width:0.25rem;height:5rem;top:46.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyP5bBS5PZlMlB9wtPByq5pmIaEa8Qfa { width:7.6875rem;height:2.03125rem;top:49.3125rem;left:10.875rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ySrashfHDSWMI8MHRUkFNEhuDp7t9IbT { width:13.9375rem;height:5.19791875rem;top:5.7747397422791rem;left:1.40625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LopDRqU9ON2FnfdNLoGSsrl6h3MQuFE4 { width:7.6875rem;height:2.59895625rem;top:47.25rem;left:11.125rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd { display:block; }#fwxXCO8IJ87cl9yqkiPNg4CGG6080vrd > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GE4CcGnLDhDu9ogZIrE1wOvfJJdVJ3aG { width:3.0625rem;height:3.0625rem;top:20.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvbQ6f6yTz1pn0efag1F6QlpcORbU5Lp { width:3.0625rem;height:3.0625rem;top:20.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #She1aBRi8pvrTuGkLoOXwihHb43W9PD8 { width:3.0625rem;height:3.0625rem;top:20.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0bLVvbISiVX6yAN1zvDBG5kiTL98G6x { width:14.625rem;height:2.44791875rem;top:1.3125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kq3D9yLAEO7PASQpp9KPtsDmRTbTXwE9 { width:18.75rem;height:0.0625rem;top:15.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUzawWlQOFEBNpQBZSmZWDxqocPlAQK { width:7.3125rem;height:1.3997375rem;top:12.375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqEDUTr2tPw6zBguwNyQii2TFW9SURbz { width:11.375rem;height:1.3997375rem;top:9.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLJXwLIUVvNQTSr1oAvZNgiBEuqDNFkC { width:20rem;height:1.04948125rem;top:17.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5EXBNtETekcGmMVtEoGXcwaEa25BhT { width:18.875rem;height:1.04948125rem;top:6.6875rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkFVoMu8CReX2yhpWP6xf0NDN6kDP2zq { width:1.5625rem;height:1.5625rem;top:9.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3I9MShzMUUVCwpr8W1aGKx6h2neTHV { width:1.5625rem;height:1.5625rem;top:12.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiZe19FEVKZBpw7DBA7unX2b2XcLoyIu { width:1.875rem;height:1.875rem;top:21.1875rem;left:6.9375rem;display:block; }
#UiZe19FEVKZBpw7DBA7unX2b2XcLoyIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GrTf3Fw9yO9ttATsKw1tWlZZwkKaBaqB { width:2.1875rem;height:2.1875rem;top:21rem;left:11.375rem;display:block; }
#GrTf3Fw9yO9ttATsKw1tWlZZwkKaBaqB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #dJguTIVmzECi8EH5PKFUZDKtE5HqCl1l { width:1.875rem;height:1.875rem;top:21.1875rem;left:2.4375rem;display:block; }
#dJguTIVmzECi8EH5PKFUZDKtE5HqCl1l > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #T5DgMfW76Drs6LS28byAgHvsZabO1CDM { width:3.0625rem;height:3.0625rem;top:20.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4UCo20eTdmhn7K5HuhGSEOtBLsT00q { width:2.1875rem;height:2.1875rem;top:21.0625rem;left:15.5625rem;display:block; }
#hQ4UCo20eTdmhn7K5HuhGSEOtBLsT00q > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }