.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:222,219,248;--color-primary-1:155,146,235;--color-primary-2:88,73,222;--color-primary-3:71,37,222;--color-primary-4:44,58,102;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:1.875rem;left:27.500000953674rem;overflow:hidden;display:block; }
#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3307332992556rem;left:0rem;height:4.14323125rem;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; }
#OORwaEb7PbdWmFoQeshOROATCGITyQkq { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:15.9375rem;left:10.875rem;height:25.28384375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 { position:relative;display:block; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 { background-color: transparent; background-image: none; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row .container > .video-iframe-container { display: none; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row > .video-iframe-container { display: none; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .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); }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 { border-width: 0; border-radius: 0; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .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; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;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; }#JmaOTa5DKvyvbMqTJ6LCuwW3l9b49lWT { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.6875rem;left:20rem;display:block; }
#SNS1sykEazXzEt7Ohub6AhIIIDix3ThJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { 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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:60rem;position:relative;display:block; }#nHEq1ecXKk6zFdfFsbC4efmR0o6uqeCW { color:#0b0b0b;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:2.5rem;height:2.1933625rem;font-style:normal;display:block; }
#saCTPGZVPdHpUDS20Ui4bxnTt1oxHrfy { color:#0b0b0b;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.125rem;left:2.6875rem;height:5.19791875rem;display:block; }
#nfRhzNqp7mEp2GlvMW8gfzvHZDyEnOV4 { color:#0b0b0b;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:2.5rem;height:2.1933625rem;font-style:normal;display:block; }
#UUi0XbloKfgmKMA3EccUqKS3qwIPkHGb { color:#0b0b0b;display:block;width:57.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.375rem;left:2.5rem;height:5.19791875rem;display:block; }
#gguOlxN7IpshNASeXFHiNr0q8xvSKdXi { color:#0b0b0b;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.875rem;left:2.5rem;height:2.1933625rem;font-style:normal;display:block; }
#OIL6NPnhRnbZiGwTNfwuQRq6A8pMd0cB { color:#0b0b0b;display:block;width:57.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.624996185302rem;left:2.5rem;height:5.19791875rem;display:block; }
#mVMpnL3SgKdusAfJ4VBwIeVuFyxOVp8J { color:#0b0b0b;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.124996185302rem;left:2.5rem;height:2.1933625rem;font-style:normal;display:block; }
#r17Z0O46T3hUxRoWUzMa1MZTCLXUUri8 { color:#0b0b0b;display:block;width:57.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.875001907349rem;left:2.7493486404419rem;height:3.8984375rem;display:block; }
#UALdhleHAlRzwNoin5yhenP5lHipJxDd { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:47.9375rem;left:20.625000953674rem;display:block; }
#cdTZpEQrFybygK9vTv80bBIsdEIkmK3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container { background-color: transparent; background-image: none; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container > .video-iframe-container { display: none; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row > .video-iframe-container { display: none; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .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); }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container { border-width: 0; border-radius: 0; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#CkVSOZvUvIXiMzpPc3Z7EhSq57T48pJV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.125rem;left:3.75rem;display:block; }
#SDadq76hKlTN0qNF71q3JB7bt8mSIHVf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.1250004768372rem;left:23.750000953674rem;display:block; }
#QlSRlBz1JX6S9uWGbo2SHIZC0gZ8TfA2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.1250004768372rem;left:43.750000953674rem;display:block; }
#tSWReTiy1cGrD6pxfIkQtDFCiiGxmLvm { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1497497558594rem;left:3.75rem;height:7.79948125rem;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; }
#Ff2Js7FZGird69AiEJE5BsTzTA82iILx { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3183698654175rem;left:23.750000953674rem;height:7.799475rem;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; }
#DafQ9Tr1CWRBGN9In28l5c2m2oi2mANw { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3183698654175rem;left:43.750000953674rem;height:7.799475rem;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; }
#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M { 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; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container { background-color: transparent; background-image: none; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container > .video-iframe-container { display: none; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row > .video-iframe-container { display: none; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .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); }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container { border-width: 0; border-radius: 0; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#TZlIffrUAXaKgoUE1UZvKvZWQppgMtkW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:18.1875rem;width:13.75rem;top:2.7812433242798rem;left:2.5625rem;overflow:hidden;display:block; }
#D3xiZue7R4svRF4OdydJHpQslbs1z8d6 { color:#0b0b0b;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.1406180057675rem;left:19.989583015442rem;height:11.69531875rem;display:block; }
#euNKZTXBNkAr6IJpLKLxo2ZLT2weVyiG { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3847661018372rem;left:19.989583015442rem;height:2.4375rem;display:block; }
#aLN6fZHN4NgRV0yfl2W6Vv6qVBpDdviR { color:#0b0b0b;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8222661018372rem;left:19.989583015442rem;height:1.4622375rem;display:block; }
#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container { background-color: transparent; background-image: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container > .video-iframe-container { display: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row > .video-iframe-container { display: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .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); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container { border-width: 0; border-radius: 0; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#l1QFW4REwREhnsk7s6IyIsF1xbEb0nhq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.625rem;left:2.625rem; }
#MeA1imRtMMBzKMNTCLcIpdczGTG3qNDV { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5.25rem;height:1.4622375rem;display:block; }
#qIXa4gt1gLuX6PX1chBerkd3NCDHWH87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12rem;left:2.75rem; }
#Hh7hOdyRfmhoSrVC6LeSM4WwgISHkzHL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:14.5rem;left:2.75rem; }
#sfOIvz05TNHTRItCw4pg9wMFpf7sDsH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:17rem;left:2.75rem; }
#ye07WImwrQt0vyLK5mH2TUHv6E37OJHo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:26.875rem;left:2.625rem; }
#qPBa2TWBVun6heoGzQkznRItDuaCmcbo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:19.3125rem;left:2.75rem; }
#CuQgp3ZQnwT89KIFbHIMOA08HbwaU6by { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.375rem;left:2.625rem; }
#IsW8CIQJ45RuHggObXWe7Wi644pmcNvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.875rem;left:2.625rem; }
#lsT0J05SpObx4maVnm9K16mEsWbPBcL9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.375rem;left:2.625rem; }
#dPfRUKwS0tCizNFs0Tw6rTtatw5rpK7o { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:5.375rem;height:1.4622375rem;display:block; }
#PWMiJhGVTEugZ8gzIDe8SnQaiFCitQVG { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.4375rem;left:5.375rem;height:1.4622375rem;display:block; }
#IEulVn5BcMe1kb6b9gxabtVvTmLiKvz6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:5.375rem;height:1.4622375rem;display:block; }
#w1GN9GLm0Vo1D3MRzI7lt77v5oQdR6nH { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.375rem;height:1.4622375rem;display:block; }
#CJXhVLCaLqZyQBlflTqKiM3p9sK3XGHb { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.125rem;left:5.375rem;height:1.4622375rem;display:block; }
#GZ9XgsRwk6lFbcDTrMENvLfKxqNDcKTo { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;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:24.4375rem;left:5.375rem;height:1.4622375rem;display:block; }
#gfUfof7TMVILs5f8fhWDAEqNaOPcaiKf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.9375rem;left:5.375rem;height:1.4622375rem;display:block; }
#y8ibt8wIaq1CRy8yDvRIe5Doqm5lLxwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.625rem;left:5.375rem;height:1.4622375rem;display:block; }
#ROXw7rZVQczdJUTSWUlADPl7f9yniRCS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125014305115rem;left:2.5rem;height:2.4375rem;display:block; }
#Z061S5mD4FxxwXXsbKEyaXhFxbOlm28A { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:34.5625rem;left:20.625000953674rem;display:block; }
#tCv5OZ0sGPTEPlDfgo9P7hRh49Z2M42u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUZu9cILQVCVqMgLNhnXH4gKVek0LfWf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.25rem;height:1.4622375rem;display:block; }
#I1BSQ1I7niohsahv14JqO5ZGqQOuZcR2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:9.23046875rem;left:2.625rem; }
#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 { 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; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container { background-color: transparent; background-image: none; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container > .video-iframe-container { display: none; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row > .video-iframe-container { display: none; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .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); }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container { border-width: 0; border-radius: 0; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#w8n4HVpeE6vsEkHESPS0TP931RfXRbGp { box-sizing:content-box;height:16.125rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.6875rem;left:1.25rem;display:block; }
#CgJUQswp65ivFb7BoWxqfdhnJe9X1yKV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.9375rem;left:2.5rem;height:13.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Krt5DTBoe8pzAxl7KwoyTk1FixK9Dkaz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.9375rem;left:22.5rem;height:16.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#DRWDhHDFnvX5UydX4two5v2sRC2JJS3W { box-sizing:content-box;height:18.875rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.6875rem;left:21.25rem;display:block; }
#UoqamKJ1sEpo5ARehsC61zKrS4mFWnyV { box-sizing:content-box;height:13.375rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.6875rem;left:41.25rem;display:block; }
#Tgse8kpaCgZJpn0CZkMz4TmE0IVXTKTX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9375rem;left:42.25rem;height:10.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kXH50eDvXI1LtcvqOg3pHh6RPfDVa4ZO { color:#0b0b0b;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:16.250000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN { 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; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container { background-color: transparent; background-image: none; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container > .video-iframe-container { display: none; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row > .video-iframe-container { display: none; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .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); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container { border-width: 0; border-radius: 0; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container { background-color: transparent; background-image: none; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container > .video-iframe-container { display: none; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row > .video-iframe-container { display: none; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .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); }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container { border-width: 0; border-radius: 0; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#ywwhRXqqme1DiO9OgNZXKzrGI6fUqRTv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.125rem;left:3.75rem;display:block; }
#ye14v1fzasyKlq7g7oeBeh8afAKEgiQi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.1250004768372rem;left:23.750000953674rem;display:block; }
#NNTugaFH1izWslyxqJAeEeoZ3D8k9r5N { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.1250004768372rem;left:43.750000953674rem;display:block; }
#yxGDrwfFaLTmMCLvF9A5S19XSIp4dbyB { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3190102577209rem;left:3.75rem;height:7.79948125rem;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; }
#SU5WJWRGRUh6qXU6WuK0ncVKhcgDJ86t { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3190102577209rem;left:23.750000953674rem;height:7.7995rem;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; }
#FFZ2dOxCTEB9boDmzNILL8l27bB45mZv { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3190091848373rem;left:43.750000953674rem;height:7.7995rem;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; }
#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L { position:relative;display:block; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L { background-color: transparent; background-image: none; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row .container > .video-iframe-container { display: none; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row > .video-iframe-container { display: none; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .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); }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L { border-width: 0; border-radius: 0; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .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; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERePiT3vWFqhOLDvdghQvtnHEynzKCK3 { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8125009536743rem;left:20.625000953674rem;display:block; }
#FmyfeSRFWEI2qNpTlKD08S2cvSUWqiMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container { background-color: transparent; background-image: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container > .video-iframe-container { display: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row > .video-iframe-container { display: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .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); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container { border-width: 0; border-radius: 0; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container { font-size:0.875rem;font-family:arial;height:72.1875rem;width:60rem;position:relative;display:block; }#f6hOeH7ZgTeTChy6ukWKaQhuN2UDGAvR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.625rem;left:2.625rem; }
#hkFTaZtiacpzMr5xBgANJITmzT0EK4l0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5.25rem;height:1.4622375rem;display:block; }
#BsCTyIzNKfKTyCdcTqlvmBzaDNqKlP5E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.0625rem;left:2.625rem; }
#bcmcrA72vR8r1zskqJxWtiGUfT7LS4vN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:25rem;left:2.5rem; }
#dqBqkt87ttNFPb4ORQOrL7rXJDLoTo9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:44.9375rem;left:2.375rem; }
#mQwTSTS14ZdaVdpeLD7wI7hA1NvGD1N8 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.163411855698rem;left:5rem;height:1.4622375rem;display:block; }
#gJT4aOWJKwJ4lTaa2MmWvTGEM2OUiz4A { color:rgba(var(--color-tertiary-0),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.9375rem;left:5.125rem;height:1.4622375rem;display:block; }
#ugRv0BsTa2OoTLTTqbtMIZ0rKwflFdOb { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.913417816162rem;left:5rem;height:1.4622375rem;display:block; }
#TG7FvV3N14gEfBvuW5P3KMpnoXCSTLgL { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125014305115rem;left:2.5rem;height:2.4375rem;display:block; }
#K3V9ZawkMIAGdnL8RG3SkkVvGvzMl9ff { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.125000715256rem;left:5rem;height:3.8984375rem;display:block; }
#swB51tg7cZ5SoIV3zLBCvD2QehkavAeq { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.875000715256rem;left:5rem;height:5.19791875rem;display:block; }
#W6SrFehCfcPwSbvn6zEhqDFDyHtXZTeV { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.625rem;left:5rem;height:3.8984375rem;display:block; }
#CWKN0nhTEFPLkhBCAfvRQaheORivuVJm { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.8125rem;left:5rem;height:10.39584375rem;display:block; }
#kBkgMlDnB5k9t0AwOboHm1Bu6mBR5OKF { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:47.624335289001rem;left:5rem;height:3.8984375rem;display:block; }
#OOLVvUdz06G0ZnAfNeLEHIhi0eG2WJ2Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:52.499990463257rem;left:2.375rem; }
#tN6C7TmRTcFKKQn89sRXdUgSitbdPpuw { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52.413401603699rem;left:5rem;height:1.4622375rem;display:block; }
#MFavXobTVUXUT2UaWPBsPQIB67QOk2XK { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.125rem;left:5rem;height:3.8984375rem;display:block; }
#xwKvKTB1RNPkeZ5bkIsrKPR09ED41mBZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:61.249990463257rem;left:2.5rem; }
#lGDJ31fw8Hz745H6UUlLLXdMH1wIuW1z { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:63.874990463256rem;left:5rem;height:3.8984375rem;display:block; }
#AA0dnmAowfI1oUfnGVMao5pWktDec4yf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:61.374990463257rem;left:5rem;height:2.924475rem;display:block; }
#hcxq4WV6zwgTebJOT8yG79MTaT5LUIh9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.812500953674rem;left:23.3125rem; }
#oWPtEdv2Fq0DXDkVCaU0hVuFId2PskPP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.875000953674rem;left:41.3125rem; }
#CiFdMA0sf0qCMkkZgZ7VxqQLlDogKkpt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.187500953674rem;left:51rem; }
#bl57XJt7PZZU79vteQiR49wBFfyAsSMa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:36.312500953674rem;left:29.625rem; }
#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD { position:relative;display:block; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD { background-color: transparent; background-image: none; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row .container > .video-iframe-container { display: none; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row > .video-iframe-container { display: none; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .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); }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD { border-width: 0; border-radius: 0; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .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; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;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; }#oTArQCGIauH797Hn4grXtCu8N2d2ZROT { color:#0b0b0b;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875019073486rem;left:12.500000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nBeWqM5mnT72IRs9n5WALRA2cBVsdOL1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.6875rem;left:2.5rem; }
#uD840kcCL1tTiWZdhoSu4I1BbpoquitZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.1875rem;left:2.5rem; }
#IDelBeuVRibawJLM9PKOccNrzdqFwDci { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.6875rem;left:2.5rem; }
#Tw5OE76cD40uFvEnbsGi2argIKVIh8Jd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.1875rem;left:2.5rem; }
#r2RPOkBBEcPOo12bVfVWglNZzTB7fkrF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:18.6875rem;left:2.5rem; }
#ygnec903GgvFhVCLFgQxRtuph8TRIT7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.1875rem;left:2.5rem; }
#EqtTQJewQVz0tcO8RemEDVTfiQAtsfnu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.6875rem;left:2.5rem; }
#d7kN0aM7g4w2oTLxESKwaIk10OkuGMsv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.1875rem;left:2.5rem; }
#tfE5AMnv4cEuyQidsa5yls6nB5L4lAev { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#K4EFh2CmmqB1q8biBpTlzHJoZOxaxRXb { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#BCNDS916IVaxw3FLyE2qT49uSQn9H1RE { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.0625rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#X5gx0xQmnLAVwcz47ELvZpNB9rz6FIg9 { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5625rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#tBrOVR1xh2Txoh2d4EquOmqc7T6oitEm { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#ODaduS8mvDfpr2lvtJ4eJngDQyP8VxiW { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#k9IUk6AKxWL5pBBPfHeQkOUDyBOB1aXD { color:#0b0b0b;display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.0625rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#WLa2pgrIbnIo5Pnl6FTqnzrb6eePRUUp { color:#0b0b0b;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.375rem;left:6.25rem;height:1.4622375rem;font-style:normal;display:block; }
#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container { background-color: transparent; background-image: none; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container > .video-iframe-container { display: none; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row > .video-iframe-container { display: none; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .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); }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container { border-width: 0; border-radius: 0; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#ZTGChT0Z2nA6JnXMZ8dIPRb8rTEA4ExK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.53125rem;left:15.593750953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container { background-color: transparent; background-image: none; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container > .video-iframe-container { display: none; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row > .video-iframe-container { display: none; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .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); }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container { border-width: 0; border-radius: 0; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#w3ASsKH5KC7ZPJRP28yIonTVHFMqUPMh { box-sizing:content-box;height:15.9375rem;width:18.3125rem;position:absolute;display:block;z-index:15023;background-color:#002fa7;background-image:none;top:1.8534984588623rem;left:5.84375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qtgdstozBMyb0nf6TVBmWVMz9PUCm1R8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.3541488647461rem;left:6.9687509536744rem;height:2.4375rem;font-style:normal;display:block; }
#srfwr1W1St3KKvtLrCO04t7vaVCOgOuG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.6028480529788rem;left:6.9687509536744rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoVGhuz9J2sMmvxbbkl8pI1D3qsefgdV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.519514083863rem;left:6.9687509536744rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deOetpE4KJkPIoDEE7xrb1WywLzi4tqE { box-sizing:content-box;height:15.9375rem;width:18.3125rem;position:absolute;display:block;z-index:15024;background-color:#002fa7;background-image:none;top:1.8534984588623rem;left:35.843750953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GK498TFZNaJ1L92AsNRnglbdbBpwIB4O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4.3534984588623rem;left:37.593750953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OvpL2PXPUNbel6SkqcOWaQwmE3TsnytQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.6028480529788rem;left:36.968750953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUH60XpW4TGGQyTEEHNJkeO7B7qnNKmi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.518863677979rem;left:36.968750953674rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivsAgEyRC2gDc6rZLgKvKhcnHeTieXV7 { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.165374755859rem;left:5.625rem;display:block; }
#uVee0PEKSxVDVvKKT2eyaF72sT3bwTN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZNgDCOZfQwZwTnGZhyMwJlt1oKt31kQ { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.165374755859rem;left:35.625000953674rem;display:block; }
#uLse8td6gOpTl96Q0PuLLTUqO8XgCsll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw { position:relative;display:block; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw { background-color: transparent; background-image: none; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row .container > .video-iframe-container { display: none; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row > .video-iframe-container { display: none; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .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); }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw { border-width: 0; border-radius: 0; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .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; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;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; }#JKXPhuTTTds1LGM84W5Bgsuvhq5ypTJW { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.5201826095581rem;height:2.59895625rem;display:block; }
#USwMrH70yeEMlw3T71Brp11HdJln2kzS { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.5rem;height:3.8984375rem;display:block; }
#algJ3oPH5iAvUuwAu17h65eklUXRXmL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:2.5rem;height:2.59895625rem;display:block; }
#drMmkoKKWsLEHGmEM08zoFpdDhxf3gv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.5rem;height:3.8984375rem;display:block; }
#LoGrKmAk9MnRJUt1xHVLbmBDE2FDPrLk { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.249349594116rem;left:20.625rem;display:block; }
#C79FGDebZBiRr9bCyB7HAi71uv0x57AB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mid1CzrR4UEoJPvXEcG76sUNpLWgmRov { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1015625rem;left:1.1451835632324rem;height:5.19791875rem;display:block; }
#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v { position:relative;display:block; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v { background-color: transparent; background-image: none; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row .container > .video-iframe-container { display: none; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row > .video-iframe-container { display: none; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .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); }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v { border-width: 0; border-radius: 0; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .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; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bvmbPnJVqQ4lfeqhCub7mdTIosE51OU6 { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:20.625rem;display:block; }
#ue9VTLUJHtITPRBbW0Ne5BcrVsJIEy4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHRP7XpRJw7kEiqPoJ62NHyFkdwVxfUr { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Smu4CosIaHOLVANthwodZDO8Ug02ucbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8O6ZVWSQpsiULuqsdERuAdmmDKRpSTq { background-color:#002fa7;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:40.625rem;display:block; }
#tLXiuTmQ9T6qn0xNVvV6f28ZpZW2oIBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBMTbVHqSB2g35GtRq9KpgzrNrkoweua { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.9986991882324rem;left:27.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { top:1.875rem;left:21.375000953674rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:9.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { top:15.9375rem;left:4.75rem;width:38.25rem;height:25.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhNoJTUkkntReQHEp95yoQpIdi9hW93 { display:block; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmaOTa5DKvyvbMqTJ6LCuwW3l9b49lWT { width:18.75rem;height:3.75rem;top:2.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNS1sykEazXzEt7Ohub6AhIIIDix3ThJ { display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHEq1ecXKk6zFdfFsbC4efmR0o6uqeCW { top:3.375rem;left:0rem;width:40.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saCTPGZVPdHpUDS20Ui4bxnTt1oxHrfy { top:7.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfRhzNqp7mEp2GlvMW8gfzvHZDyEnOV4 { top:14.625rem;left:0rem;width:40.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUi0XbloKfgmKMA3EccUqKS3qwIPkHGb { top:18.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguOlxN7IpshNASeXFHiNr0q8xvSKdXi { top:25.875rem;left:0rem;width:40.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIL6NPnhRnbZiGwTNfwuQRq6A8pMd0cB { top:29.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVMpnL3SgKdusAfJ4VBwIeVuFyxOVp8J { top:37.0625rem;left:0rem;width:40.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r17Z0O46T3hUxRoWUzMa1MZTCLXUUri8 { top:40.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UALdhleHAlRzwNoin5yhenP5lHipJxDd { width:18.75rem;height:3.75rem;top:47.9375rem;left:14.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdTZpEQrFybygK9vTv80bBIsdEIkmK3Z { display:block; }
 }@media only screen and (max-width: 763px) { #TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU { display:block; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkVSOZvUvIXiMzpPc3Z7EhSq57T48pJV { top:3.125rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDadq76hKlTN0qNF71q3JB7bt8mSIHVf { top:3.125rem;left:17.562500953674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlSRlBz1JX6S9uWGbo2SHIZC0gZ8TfA2 { top:3.125rem;left:33.437500953674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWReTiy1cGrD6pxfIkQtDFCiiGxmLvm { top:5.125rem;left:1.6875rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2Js7FZGird69AiEJE5BsTzTA82iILx { top:5.3125rem;left:17.562500953674rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafQ9Tr1CWRBGN9In28l5c2m2oi2mANw { top:5.3125rem;left:33.437500953674rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M { display:block; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZlIffrUAXaKgoUE1UZvKvZWQppgMtkW { top:2.75rem;left:0rem;width:13.75rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3xiZue7R4svRF4OdydJHpQslbs1z8d6 { top:8.125rem;left:10.6875rem;width:37.0625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euNKZTXBNkAr6IJpLKLxo2ZLT2weVyiG { top:3.375rem;left:13.864583015442rem;width:26.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLN6fZHN4NgRV0yfl2W6Vv6qVBpDdviR { top:5.8125rem;left:13.864583015442rem;width:29.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u { display:block; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1QFW4REwREhnsk7s6IyIsF1xbEb0nhq { top:6.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeA1imRtMMBzKMNTCLcIpdczGTG3qNDV { top:6.5625rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIXa4gt1gLuX6PX1chBerkd3NCDHWH87 { top:12rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7hOdyRfmhoSrVC6LeSM4WwgISHkzHL { top:14.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfOIvz05TNHTRItCw4pg9wMFpf7sDsH2 { top:17rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye07WImwrQt0vyLK5mH2TUHv6E37OJHo { top:26.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPBa2TWBVun6heoGzQkznRItDuaCmcbo { top:19.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQgp3ZQnwT89KIFbHIMOA08HbwaU6by { top:24.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsW8CIQJ45RuHggObXWe7Wi644pmcNvc { top:21.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsT0J05SpObx4maVnm9K16mEsWbPBcL9 { top:29.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPfRUKwS0tCizNFs0Tw6rTtatw5rpK7o { top:11.9375rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWMiJhGVTEugZ8gzIDe8SnQaiFCitQVG { top:14.4375rem;left:0rem;width:40.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEulVn5BcMe1kb6b9gxabtVvTmLiKvz6 { top:16.9375rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1GN9GLm0Vo1D3MRzI7lt77v5oQdR6nH { top:19.4375rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXhVLCaLqZyQBlflTqKiM3p9sK3XGHb { top:22.125rem;left:0rem;width:37rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ9XgsRwk6lFbcDTrMENvLfKxqNDcKTo { top:24.4375rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfUfof7TMVILs5f8fhWDAEqNaOPcaiKf { top:26.9375rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ibt8wIaq1CRy8yDvRIe5Doqm5lLxwZ { top:29.625rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROXw7rZVQczdJUTSWUlADPl7f9yniRCS { top:2.8125rem;left:0rem;width:29.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z061S5mD4FxxwXXsbKEyaXhFxbOlm28A { width:18.75rem;height:3.75rem;top:34.5625rem;left:14.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCv5OZ0sGPTEPlDfgo9P7hRh49Z2M42u { display:block; }
 }@media only screen and (max-width: 763px) { #tUZu9cILQVCVqMgLNhnXH4gKVek0LfWf { top:9.1875rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1BSQ1I7niohsahv14JqO5ZGqQOuZcR2 { top:9.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 { display:block; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8n4HVpeE6vsEkHESPS0TP931RfXRbGp { top:7.6875rem;left:0rem;width:17.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgJUQswp65ivFb7BoWxqfdhnJe9X1yKV { top:8.9375rem;left:0.4375rem;width:15.25rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krt5DTBoe8pzAxl7KwoyTk1FixK9Dkaz { top:8.9375rem;left:16.3125rem;width:15.25rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRWDhHDFnvX5UydX4two5v2sRC2JJS3W { top:7.6875rem;left:14.25rem;width:17.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqamKJ1sEpo5ARehsC61zKrS4mFWnyV { top:7.6875rem;left:30.125rem;width:17.5rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgse8kpaCgZJpn0CZkMz4TmE0IVXTKTX { top:8.9375rem;left:31.9375rem;width:15.25rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXH50eDvXI1LtcvqOg3pHh6RPfDVa4ZO { top:2.6875rem;left:0rem;width:27rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN { display:block; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA { display:block; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywwhRXqqme1DiO9OgNZXKzrGI6fUqRTv { top:3.125rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye14v1fzasyKlq7g7oeBeh8afAKEgiQi { top:3.125rem;left:17.562500953674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTugaFH1izWslyxqJAeEeoZ3D8k9r5N { top:3.125rem;left:33.437500953674rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGDrwfFaLTmMCLvF9A5S19XSIp4dbyB { top:4.3125rem;left:1.6875rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5WJWRGRUh6qXU6WuK0ncVKhcgDJ86t { top:4.3125rem;left:17.562500953674rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFZ2dOxCTEB9boDmzNILL8l27bB45mZv { top:4.3125rem;left:33.437500953674rem;width:12.5rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L { display:block; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERePiT3vWFqhOLDvdghQvtnHEynzKCK3 { width:18.75rem;height:3.75rem;top:1.8125rem;left:14.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmyfeSRFWEI2qNpTlKD08S2cvSUWqiMH { display:block; }
 }@media only screen and (max-width: 763px) { #HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya { display:block; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6hOeH7ZgTeTChy6ukWKaQhuN2UDGAvR { top:6.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkFTaZtiacpzMr5xBgANJITmzT0EK4l0 { top:6.5625rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsCTyIzNKfKTyCdcTqlvmBzaDNqKlP5E { top:16.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcmcrA72vR8r1zskqJxWtiGUfT7LS4vN { top:25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqBqkt87ttNFPb4ORQOrL7rXJDLoTo9J { top:44.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQwTSTS14ZdaVdpeLD7wI7hA1NvGD1N8 { top:16.125rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJT4aOWJKwJ4lTaa2MmWvTGEM2OUiz4A { top:24.9375rem;left:0rem;width:40.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugRv0BsTa2OoTLTTqbtMIZ0rKwflFdOb { top:44.875rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7FvV3N14gEfBvuW5P3KMpnoXCSTLgL { top:2.8125rem;left:0rem;width:29.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3V9ZawkMIAGdnL8RG3SkkVvGvzMl9ff { top:10.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swB51tg7cZ5SoIV3zLBCvD2QehkavAeq { top:18.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6SrFehCfcPwSbvn6zEhqDFDyHtXZTeV { top:27.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKN0nhTEFPLkhBCAfvRQaheORivuVJm { top:33.8125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBkgMlDnB5k9t0AwOboHm1Bu6mBR5OKF { top:47.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOLVvUdz06G0ZnAfNeLEHIhi0eG2WJ2Z { top:52.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN6C7TmRTcFKKQn89sRXdUgSitbdPpuw { top:52.375rem;left:0rem;width:35.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFavXobTVUXUT2UaWPBsPQIB67QOk2XK { top:55.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwKvKTB1RNPkeZ5bkIsrKPR09ED41mBZ { top:61.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGDJ31fw8Hz745H6UUlLLXdMH1wIuW1z { top:63.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA0dnmAowfI1oUfnGVMao5pWktDec4yf { top:61.3125rem;left:0rem;width:35.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcxq4WV6zwgTebJOT8yG79MTaT5LUIh9 { top:33.8125rem;left:17.1875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWPtEdv2Fq0DXDkVCaU0hVuFId2PskPP { top:18.875rem;left:35.1875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiFdMA0sf0qCMkkZgZ7VxqQLlDogKkpt { top:20.1875rem;left:44.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl57XJt7PZZU79vteQiR49wBFfyAsSMa { top:36.3125rem;left:23.5rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD { display:block; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTArQCGIauH797Hn4grXtCu8N2d2ZROT { top:3.6875rem;left:6.3750009536744rem;width:33rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBeWqM5mnT72IRs9n5WALRA2cBVsdOL1 { top:8.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD840kcCL1tTiWZdhoSu4I1BbpoquitZ { top:11.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDelBeuVRibawJLM9PKOccNrzdqFwDci { top:13.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5OE76cD40uFvEnbsGi2argIKVIh8Jd { top:16.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2RPOkBBEcPOo12bVfVWglNZzTB7fkrF { top:18.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygnec903GgvFhVCLFgQxRtuph8TRIT7K { top:21.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqtTQJewQVz0tcO8RemEDVTfiQAtsfnu { top:23.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7kN0aM7g4w2oTLxESKwaIk10OkuGMsv { top:26.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfE5AMnv4cEuyQidsa5yls6nB5L4lAev { top:9rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4EFh2CmmqB1q8biBpTlzHJoZOxaxRXb { top:11.375rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCNDS916IVaxw3FLyE2qT49uSQn9H1RE { top:14.0625rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5gx0xQmnLAVwcz47ELvZpNB9rz6FIg9 { top:16.5625rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBrOVR1xh2Txoh2d4EquOmqc7T6oitEm { top:18.875rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODaduS8mvDfpr2lvtJ4eJngDQyP8VxiW { top:21.375rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9IUk6AKxWL5pBBPfHeQkOUDyBOB1aXD { top:24.0625rem;left:0.125rem;width:34.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLa2pgrIbnIo5Pnl6FTqnzrb6eePRUUp { top:26.375rem;left:0.125rem;width:35.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsT9clrqozQhyCa9AV3F4McXyvBlSJXE { display:block; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTGChT0Z2nA6JnXMZ8dIPRb8rTEA4ExK { top:1.5rem;left:9.4687509536744rem;width:28.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb3988Z1063Sfag7HVnxhKq4UV2sWhNK { display:block; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3ASsKH5KC7ZPJRP28yIonTVHFMqUPMh { top:1.8125rem;left:2.78125rem;width:18.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgdstozBMyb0nf6TVBmWVMz9PUCm1R8 { top:4.3125rem;left:3.9062509536743rem;width:16.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srfwr1W1St3KKvtLrCO04t7vaVCOgOuG { top:8.5625rem;left:3.9062509536743rem;width:16.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoVGhuz9J2sMmvxbbkl8pI1D3qsefgdV { top:12.5rem;left:3.90625rem;width:16.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deOetpE4KJkPIoDEE7xrb1WywLzi4tqE { top:1.8125rem;left:26.656250953674rem;width:18.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK498TFZNaJ1L92AsNRnglbdbBpwIB4O { top:4.3125rem;left:28.406250953674rem;width:16.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvpL2PXPUNbel6SkqcOWaQwmE3TsnytQ { top:8.5625rem;left:27.781251907349rem;width:16.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUH60XpW4TGGQyTEEHNJkeO7B7qnNKmi { top:12.5rem;left:27.78125rem;width:16.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsAgEyRC2gDc6rZLgKvKhcnHeTieXV7 { width:18.75rem;height:3.75rem;top:19.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVee0PEKSxVDVvKKT2eyaF72sT3bwTN4 { display:block; }
 }@media only screen and (max-width: 763px) { #aZNgDCOZfQwZwTnGZhyMwJlt1oKt31kQ { width:18.75rem;height:3.75rem;top:19.125rem;left:26.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLse8td6gOpTl96Q0PuLLTUqO8XgCsll { display:block; }
 }@media only screen and (max-width: 763px) { #cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw { display:block; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKXPhuTTTds1LGM84W5Bgsuvhq5ypTJW { top:3.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USwMrH70yeEMlw3T71Brp11HdJln2kzS { top:7.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #algJ3oPH5iAvUuwAu17h65eklUXRXmL0 { top:12.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMmkoKKWsLEHGmEM08zoFpdDhxf3gv8 { top:16.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoGrKmAk9MnRJUt1xHVLbmBDE2FDPrLk { width:18.75rem;height:3.75rem;top:21.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79FGDebZBiRr9bCyB7HAi71uv0x57AB { display:block; }
 }@media only screen and (max-width: 763px) { #Mid1CzrR4UEoJPvXEcG76sUNpLWgmRov { top:26.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v { display:block; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvmbPnJVqQ4lfeqhCub7mdTIosE51OU6 { width:18.75rem;height:3.75rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue9VTLUJHtITPRBbW0Ne5BcrVsJIEy4t { display:block; }
 }@media only screen and (max-width: 763px) { #pHRP7XpRJw7kEiqPoJ62NHyFkdwVxfUr { width:18.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smu4CosIaHOLVANthwodZDO8Ug02ucbe { display:block; }
 }@media only screen and (max-width: 763px) { #m8O6ZVWSQpsiULuqsdERuAdmmDKRpSTq { width:18.75rem;height:3.75rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXiuTmQ9T6qn0xNVvV6f28ZpZW2oIBZ { display:block; }
 }@media only screen and (max-width: 763px) { #eBMTbVHqSB2g35GtRq9KpgzrNrkoweua { top:4.9375rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Kfm5yjX7x-s/unsplash/rod-long-Kfm5yjX7x-s-photo-1729113849434-6b9380ba0968.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSTVZHNTthLWDJCcp13TZT1IvKGpcpf { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:5.19921875rem;top:5.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#131213;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { width:20rem;height:14.875rem;top:12.44921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;color:#121011;display:block; }
 }@media only screen and (max-width: 763px) { #HxhNoJTUkkntReQHEp95yoQpIdi9hW93 { display:block; }#HxhNoJTUkkntReQHEp95yoQpIdi9hW93 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmaOTa5DKvyvbMqTJ6LCuwW3l9b49lWT { width:18.75rem;height:3.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNS1sykEazXzEt7Ohub6AhIIIDix3ThJ { display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHEq1ecXKk6zFdfFsbC4efmR0o6uqeCW { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #saCTPGZVPdHpUDS20Ui4bxnTt1oxHrfy { width:20rem;height:14.29425rem;top:6.88671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfRhzNqp7mEp2GlvMW8gfzvHZDyEnOV4 { width:20rem;height:4.38671875rem;top:22.43034375rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUi0XbloKfgmKMA3EccUqKS3qwIPkHGb { width:20rem;height:14.29425rem;top:28.0670625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gguOlxN7IpshNASeXFHiNr0q8xvSKdXi { width:20rem;height:2.1933625rem;top:43.610687377929rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIL6NPnhRnbZiGwTNfwuQRq6A8pMd0cB { width:20rem;height:12.9948125rem;top:47.054049877929rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVMpnL3SgKdusAfJ4VBwIeVuFyxOVp8J { width:20rem;height:4.38671875rem;top:61.298862377929rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r17Z0O46T3hUxRoWUzMa1MZTCLXUUri8 { width:20rem;height:11.6953125rem;top:67.248046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UALdhleHAlRzwNoin5yhenP5lHipJxDd { width:18.75rem;height:3.75rem;top:80.193367004394rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdTZpEQrFybygK9vTv80bBIsdEIkmK3Z { display:block; }
 }@media only screen and (max-width: 763px) { #TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU { display:block; }#TRyAlkBrBVhc1Zgw3TeUIx9DiitAlugU > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkVSOZvUvIXiMzpPc3Z7EhSq57T48pJV { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDadq76hKlTN0qNF71q3JB7bt8mSIHVf { width:12.5rem;height:12.5rem;top:15rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlSRlBz1JX6S9uWGbo2SHIZC0gZ8TfA2 { width:12.5rem;height:12.5rem;top:28.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWReTiy1cGrD6pxfIkQtDFCiiGxmLvm { width:12.5rem;height:7.79948125rem;top:3rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff2Js7FZGird69AiEJE5BsTzTA82iILx { width:12.5rem;height:7.799475rem;top:17.349609375rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafQ9Tr1CWRBGN9In28l5c2m2oi2mANw { width:12.5rem;height:7.799475rem;top:30.498699188233rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M { display:block; }#fZL9TCL15F5Zf4aK8LEmrQJh6C4BJc4M > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZlIffrUAXaKgoUE1UZvKvZWQppgMtkW { width:12.9375rem;height:17.1875rem;top:3.375rem;left:3.5312502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3xiZue7R4svRF4OdydJHpQslbs1z8d6 { width:20rem;height:19.49219375rem;top:27.799480438233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euNKZTXBNkAr6IJpLKLxo2ZLT2weVyiG { width:20rem;height:1.94986875rem;top:22.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLN6fZHN4NgRV0yfl2W6Vv6qVBpDdviR { width:20rem;height:1.13736875rem;top:25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/sYzFIusQp3Q/unsplash/greg-becker-sYzFIusQp3Q-photo-1441829266145-6d4bfbd38eb4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u.adaptive-delivery-prevent-bg, #x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u.lazyload, #x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u.lazyloading { background-image: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container { background-color: transparent; background-image: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container > .video-iframe-container { display: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row > .video-iframe-container { display: none; }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .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); }#x9qPwT9XmEXff6Tw97pGXlwiXomzTv1u > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1QFW4REwREhnsk7s6IyIsF1xbEb0nhq { display:flex;width:1.375rem;height:1.375rem;top:5.1875rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #MeA1imRtMMBzKMNTCLcIpdczGTG3qNDV { width:20rem;height:2.92448125rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIXa4gt1gLuX6PX1chBerkd3NCDHWH87 { display:flex;width:1.375rem;height:1.375rem;top:10.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Hh7hOdyRfmhoSrVC6LeSM4WwgISHkzHL { display:flex;width:1.375rem;height:1.375rem;top:16.3125rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #sfOIvz05TNHTRItCw4pg9wMFpf7sDsH2 { display:flex;width:1.375rem;height:1.375rem;top:20.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ye07WImwrQt0vyLK5mH2TUHv6E37OJHo { display:flex;width:1.375rem;height:1.375rem;top:46.479167938233rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #qPBa2TWBVun6heoGzQkznRItDuaCmcbo { display:flex;width:1.375rem;height:1.375rem;top:27.479166984558rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #CuQgp3ZQnwT89KIFbHIMOA08HbwaU6by { display:flex;width:1.375rem;height:1.375rem;top:40.604167938233rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #IsW8CIQJ45RuHggObXWe7Wi644pmcNvc { display:flex;width:1.375rem;height:1.375rem;top:33.791666984558rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #lsT0J05SpObx4maVnm9K16mEsWbPBcL9 { display:flex;width:1.375rem;height:1.375rem;top:52.875005722046rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #dPfRUKwS0tCizNFs0Tw6rTtatw5rpK7o { width:20rem;height:2.92448125rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWMiJhGVTEugZ8gzIDe8SnQaiFCitQVG { width:20rem;height:2.92448125rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEulVn5BcMe1kb6b9gxabtVvTmLiKvz6 { width:20rem;height:2.92448125rem;top:23.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1GN9GLm0Vo1D3MRzI7lt77v5oQdR6nH { width:20rem;height:2.92448125rem;top:29.908203840256rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXhVLCaLqZyQBlflTqKiM3p9sK3XGHb { width:20rem;height:2.92448125rem;top:36.533199310302rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ9XgsRwk6lFbcDTrMENvLfKxqNDcKTo { width:20rem;height:2.92448125rem;top:42.929689407349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfUfof7TMVILs5f8fhWDAEqNaOPcaiKf { width:20rem;height:2.92448125rem;top:48.562501907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ibt8wIaq1CRy8yDvRIe5Doqm5lLxwZ { width:20rem;height:2.92448125rem;top:55.500001907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROXw7rZVQczdJUTSWUlADPl7f9yniRCS { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z061S5mD4FxxwXXsbKEyaXhFxbOlm28A { width:18.75rem;height:3.75rem;top:65.886068344119rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCv5OZ0sGPTEPlDfgo9P7hRh49Z2M42u { display:block; }
 }@media only screen and (max-width: 763px) { #tUZu9cILQVCVqMgLNhnXH4gKVek0LfWf { width:20rem;height:1.4622375rem;top:62.299486018372rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1BSQ1I7niohsahv14JqO5ZGqQOuZcR2 { display:flex;width:1.375rem;height:1.375rem;top:59.674486018372rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 { display:block; }#MZRNR8U4ZiZgwTIIufu8TwiAyKegpPT8 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8n4HVpeE6vsEkHESPS0TP931RfXRbGp { width:17.5rem;height:16.125rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgJUQswp65ivFb7BoWxqfdhnJe9X1yKV { width:15.25rem;height:13.5rem;top:8.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krt5DTBoe8pzAxl7KwoyTk1FixK9Dkaz { width:15.25rem;height:16.5rem;top:26rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRWDhHDFnvX5UydX4two5v2sRC2JJS3W { width:17.5rem;height:18.875rem;top:24.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoqamKJ1sEpo5ARehsC61zKrS4mFWnyV { width:17.5rem;height:13.375rem;top:44.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgse8kpaCgZJpn0CZkMz4TmE0IVXTKTX { width:15.25rem;height:10.5rem;top:46.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXH50eDvXI1LtcvqOg3pHh6RPfDVa4ZO { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN { background-color:#dfdff3;background-image:none;display:block; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container { background-color: transparent; background-image: none; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container > .video-iframe-container { display: none; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row > .video-iframe-container { display: none; }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .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); }#WcXzgQt5ByitsmmqCbsTOVfEwlB16WSN > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA { display:block; }#ZJTr85IaGTeJAVHfxA6r5XuAB4wFb2dA > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywwhRXqqme1DiO9OgNZXKzrGI6fUqRTv { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye14v1fzasyKlq7g7oeBeh8afAKEgiQi { width:12.5rem;height:12.5rem;top:15rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTugaFH1izWslyxqJAeEeoZ3D8k9r5N { width:12.5rem;height:12.5rem;top:28.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGDrwfFaLTmMCLvF9A5S19XSIp4dbyB { width:12.5rem;height:7.79948125rem;top:2.912109375rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU5WJWRGRUh6qXU6WuK0ncVKhcgDJ86t { width:12.5rem;height:7.7995rem;top:16.505859375rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFZ2dOxCTEB9boDmzNILL8l27bB45mZv { width:12.5rem;height:7.7995rem;top:30.349609375rem;left:3.7500002980233rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L { display:block; }#LfKRX0ThJNBLDL1M6Ctpu6BO6IlTT24L > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERePiT3vWFqhOLDvdghQvtnHEynzKCK3 { width:18.75rem;height:3.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmyfeSRFWEI2qNpTlKD08S2cvSUWqiMH { display:block; }
 }@media only screen and (max-width: 763px) { #HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Kfm5yjX7x-s/unsplash/rod-long-Kfm5yjX7x-s-photo-1729113849434-6b9380ba0968.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya.adaptive-delivery-prevent-bg, #HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya.lazyload, #HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya.lazyloading { background-image: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container { background-color: transparent; background-image: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container > .video-iframe-container { display: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row > .video-iframe-container { display: none; }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .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); }#HIg9qOhVSpFeSBfyKJs0OVIKFzJgtkya > .row .container { width:20rem;height:128.166015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6hOeH7ZgTeTChy6ukWKaQhuN2UDGAvR { display:flex;width:1.375rem;height:1.375rem;top:7.125rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #hkFTaZtiacpzMr5xBgANJITmzT0EK4l0 { width:20rem;height:1.4622375rem;top:9.5625rem;left:0rem;font-size:1.125rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #BsCTyIzNKfKTyCdcTqlvmBzaDNqKlP5E { display:flex;width:1.375rem;height:1.375rem;top:22.249349594116rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #bcmcrA72vR8r1zskqJxWtiGUfT7LS4vN { display:flex;width:1.375rem;height:1.375rem;top:39.811198234558rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #dqBqkt87ttNFPb4ORQOrL7rXJDLoTo9J { display:flex;width:1.375rem;height:1.375rem;top:73.43750190735rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #mQwTSTS14ZdaVdpeLD7wI7hA1NvGD1N8 { width:20rem;height:1.4622375rem;top:25.061849594116rem;left:0rem;font-size:1.125rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #gJT4aOWJKwJ4lTaa2MmWvTGEM2OUiz4A { width:20rem;height:1.4622375rem;top:42.499349594116rem;left:0rem;font-size:1.125rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #ugRv0BsTa2OoTLTTqbtMIZ0rKwflFdOb { width:20rem;height:2.92448125rem;top:76.00000190735rem;left:0rem;font-size:1.125rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #TG7FvV3N14gEfBvuW5P3KMpnoXCSTLgL { width:20rem;height:4.875rem;top:1.375rem;left:0rem;font-size:1.875rem;color:#384c57;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3V9ZawkMIAGdnL8RG3SkkVvGvzMl9ff { width:20rem;height:7.796875rem;top:12.748046875rem;left:0rem;font-size:1rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #swB51tg7cZ5SoIV3zLBCvD2QehkavAeq { width:20rem;height:10.3958125rem;top:27.999349594116rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #W6SrFehCfcPwSbvn6zEhqDFDyHtXZTeV { width:20rem;height:9.096375rem;top:62.944000244137rem;left:0rem;font-size:1rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #CWKN0nhTEFPLkhBCAfvRQaheORivuVJm { width:20rem;height:15.59375625rem;top:45.947276115418rem;left:0rem;font-size:1rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #kBkgMlDnB5k9t0AwOboHm1Bu6mBR5OKF { width:20rem;height:7.796875rem;top:80.750001430512rem;left:0rem;font-size:1rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #OOLVvUdz06G0ZnAfNeLEHIhi0eG2WJ2Z { display:flex;width:1.375rem;height:1.375rem;top:89.000005722044rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #tN6C7TmRTcFKKQn89sRXdUgSitbdPpuw { width:20rem;height:2.92448125rem;top:92.187505722044rem;left:0rem;font-size:1.125rem;color:#090a0a;display:block; }
 }@media only screen and (max-width: 763px) { #MFavXobTVUXUT2UaWPBsPQIB67QOk2XK { width:20rem;height:10.3958125rem;top:95.304039001462rem;left:0rem;font-size:1rem;color:#0c0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #xwKvKTB1RNPkeZ5bkIsrKPR09ED41mBZ { display:flex;width:1.375rem;height:1.375rem;top:105.65755224228rem;left:9.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #lGDJ31fw8Hz745H6UUlLLXdMH1wIuW1z { width:20rem;height:7.796875rem;top:111.166015625rem;left:0rem;font-size:1rem;color:#111313;display:block; }
 }@media only screen and (max-width: 763px) { #AA0dnmAowfI1oUfnGVMao5pWktDec4yf { width:20rem;height:2.924475rem;top:108.2421875rem;left:0rem;font-size:1.125rem;color:#384c57;display:block; }
 }@media only screen and (max-width: 763px) { #hcxq4WV6zwgTebJOT8yG79MTaT5LUIh9 { display:flex;width:0.75rem;height:0.75rem;top:124.166015625rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #oWPtEdv2Fq0DXDkVCaU0hVuFId2PskPP { display:flex;width:0.75rem;height:0.75rem;top:120.166015625rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #CiFdMA0sf0qCMkkZgZ7VxqQLlDogKkpt { display:flex;width:0.75rem;height:0.75rem;top:122.166015625rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #bl57XJt7PZZU79vteQiR49wBFfyAsSMa { display:flex;width:0.75rem;height:0.75rem;top:126.166015625rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD { display:block; }#RXlG3RwJu9BRqhto2gZMCcrWq1ikRqRD > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTArQCGIauH797Hn4grXtCu8N2d2ZROT { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBeWqM5mnT72IRs9n5WALRA2cBVsdOL1 { display:flex;width:1.625rem;height:1.625rem;top:7.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #uD840kcCL1tTiWZdhoSu4I1BbpoquitZ { display:flex;width:1.625rem;height:1.625rem;top:14.42448125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #IDelBeuVRibawJLM9PKOccNrzdqFwDci { display:flex;width:1.625rem;height:1.625rem;top:21.4739625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Tw5OE76cD40uFvEnbsGi2argIKVIh8Jd { display:flex;width:1.625rem;height:1.625rem;top:28.52344375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #r2RPOkBBEcPOo12bVfVWglNZzTB7fkrF { display:flex;width:1.625rem;height:1.625rem;top:35.572925rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #ygnec903GgvFhVCLFgQxRtuph8TRIT7K { display:flex;width:1.625rem;height:1.625rem;top:42.62240625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #EqtTQJewQVz0tcO8RemEDVTfiQAtsfnu { display:flex;width:1.625rem;height:1.625rem;top:49.6718875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #d7kN0aM7g4w2oTLxESKwaIk10OkuGMsv { display:flex;width:1.625rem;height:1.625rem;top:56.72136875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #tfE5AMnv4cEuyQidsa5yls6nB5L4lAev { width:20rem;height:2.92448125rem;top:10.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4EFh2CmmqB1q8biBpTlzHJoZOxaxRXb { width:20rem;height:2.92448125rem;top:17.236968040466rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BCNDS916IVaxw3FLyE2qT49uSQn9H1RE { width:20rem;height:2.92448125rem;top:24.3489625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5gx0xQmnLAVwcz47ELvZpNB9rz6FIg9 { width:20rem;height:2.92448125rem;top:31.39844375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBrOVR1xh2Txoh2d4EquOmqc7T6oitEm { width:20rem;height:2.92448125rem;top:38.447925rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODaduS8mvDfpr2lvtJ4eJngDQyP8VxiW { width:20rem;height:2.92448125rem;top:45.49740625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9IUk6AKxWL5pBBPfHeQkOUDyBOB1aXD { width:20rem;height:2.92448125rem;top:52.5468875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLa2pgrIbnIo5Pnl6FTqnzrb6eePRUUp { width:20rem;height:2.92448125rem;top:59.59636875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsT9clrqozQhyCa9AV3F4McXyvBlSJXE { display:block; }#fsT9clrqozQhyCa9AV3F4McXyvBlSJXE > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTGChT0Z2nA6JnXMZ8dIPRb8rTEA4ExK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb3988Z1063Sfag7HVnxhKq4UV2sWhNK { display:block; }#rb3988Z1063Sfag7HVnxhKq4UV2sWhNK > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3ASsKH5KC7ZPJRP28yIonTVHFMqUPMh { width:18.3125rem;height:15.9375rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgdstozBMyb0nf6TVBmWVMz9PUCm1R8 { width:16.0625rem;height:2.4375rem;top:4.0201826095581rem;left:1.9375009536743rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srfwr1W1St3KKvtLrCO04t7vaVCOgOuG { width:16.0625rem;height:2.4375rem;top:8rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoVGhuz9J2sMmvxbbkl8pI1D3qsefgdV { width:16.0625rem;height:2.5996125rem;top:12.145182609558rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #deOetpE4KJkPIoDEE7xrb1WywLzi4tqE { width:18.3125rem;height:15.9375rem;top:26.207682371139rem;left:0.84375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK498TFZNaJ1L92AsNRnglbdbBpwIB4O { width:16.0625rem;height:2.4375rem;top:26.207682609558rem;left:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvpL2PXPUNbel6SkqcOWaQwmE3TsnytQ { width:16.0625rem;height:2.4375rem;top:30.1875rem;left:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUH60XpW4TGGQyTEEHNJkeO7B7qnNKmi { width:16.0625rem;height:2.5996125rem;top:34.332682609558rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsAgEyRC2gDc6rZLgKvKhcnHeTieXV7 { width:18.75rem;height:3.75rem;top:18.75rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVee0PEKSxVDVvKKT2eyaF72sT3bwTN4 { display:block; }
 }@media only screen and (max-width: 763px) { #aZNgDCOZfQwZwTnGZhyMwJlt1oKt31kQ { width:18.75rem;height:3.75rem;top:43.75rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLse8td6gOpTl96Q0PuLLTUqO8XgCsll { display:block; }
 }@media only screen and (max-width: 763px) { #cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw { display:block; }#cWfOnxyNHyhlnDeAeEnDKxGKnBMTJqUw > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKXPhuTTTds1LGM84W5Bgsuvhq5ypTJW { width:20rem;height:6.497375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USwMrH70yeEMlw3T71Brp11HdJln2kzS { width:20rem;height:10.3958125rem;top:8.99675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #algJ3oPH5iAvUuwAu17h65eklUXRXmL0 { width:20rem;height:6.497375rem;top:20.6419375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMmkoKKWsLEHGmEM08zoFpdDhxf3gv8 { width:20rem;height:9.096375rem;top:28.3886875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoGrKmAk9MnRJUt1xHVLbmBDE2FDPrLk { width:18.75rem;height:3.75rem;top:38.735046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79FGDebZBiRr9bCyB7HAi71uv0x57AB { display:block; }
 }@media only screen and (max-width: 763px) { #Mid1CzrR4UEoJPvXEcG76sUNpLWgmRov { width:20rem;height:10.3958125rem;top:43.73503112793rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v { display:block; }#AOmTRVVCVuIX08BDrLC5XXRBQ0Pxfc9v > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvmbPnJVqQ4lfeqhCub7mdTIosE51OU6 { width:18.75rem;height:3.75rem;top:54.985015869141rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue9VTLUJHtITPRBbW0Ne5BcrVsJIEy4t { display:block; }
 }@media only screen and (max-width: 763px) { #pHRP7XpRJw7kEiqPoJ62NHyFkdwVxfUr { width:18.75rem;height:3.75rem;top:49.985015869141rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smu4CosIaHOLVANthwodZDO8Ug02ucbe { display:block; }
 }@media only screen and (max-width: 763px) { #m8O6ZVWSQpsiULuqsdERuAdmmDKRpSTq { width:18.75rem;height:3.75rem;top:59.985015869141rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXiuTmQ9T6qn0xNVvV6f28ZpZW2oIBZ { display:block; }
 }@media only screen and (max-width: 763px) { #eBMTbVHqSB2g35GtRq9KpgzrNrkoweua { width:5rem;height:5rem;top:43.735046386719rem;left:7.5rem;display:block; }
 }