html {
  height: 100%;
}

body {
  font-family: "Inter UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #191a1c;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #eceef2;
}

body.blocked-scroll {
  overflow: auto;
}

a {
  text-decoration: none;
}

.hhbklink {
  color: rgb(73, 86, 119);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgb(73, 86, 119);
  border-bottom: 4px solid transparent;
  padding: 0 12px;
}
.hhbklink:hover {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: gray;
}

.site_content_format { 
    max-width: 1560px; 
    margin: 0 auto; 
}

.ajax-loader {
  font-size: 32px;
  color: #4283F6;
}


/*  ===================
    --- T O P B A R ---
    ===================
*/
.site_body .site_layout_wrapper .site_layout_topbar {
  width: 100%;
  height: 74px;
  border-bottom: solid 1px black;
  background-color: rgb(73, 86, 119);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
}

.site_body .site_layout_wrapper .site_layout_topbar .site_topbar { 
    width: 100%;
    height: 100%; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}

.site_body .site_layout_wrapper .site_layout_topbar .site_topbar > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_body .site_layout_wrapper .site_layout_topbar .site_topbar > a img {
  width: auto;
  height: 30px;
  cursor: pointer;
}

.site_body .site_layout_wrapper .site_layout_topbar .site_topbar > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.site_body .site_layout_wrapper .site_layout_topbar .site_topbar > ul > li > a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 25px 12px;
  border-bottom: 4px solid transparent;
}
.site_body .site_layout_wrapper .site_layout_topbar .site_topbar > ul > li > a:hover {
  border-color: rgb(235, 235, 235);
  color: rgb(235, 235, 235);
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.site_body .site_layout_wrapper .site_layout_topbar .site_topbar #landing-menu-button {
  display: none;
  padding: 12px;
}
.site_body .site_layout_wrapper .site_layout_topbar .site_topbar #landing-menu-button > i {
  font-size: 24px;
  color: rgb(73, 86, 119);
}
.site_body .site_layout_wrapper .site_layout_topbar .site_topbar #landing-menu-button:hover > i {
  color: #30c5bd;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}


/*  ===================
    --- B A N N E R ---
    ===================
*/
.site_body .site_layout_wrapper .site_layout_main .site_banner {
  background: linear-gradient(45deg, #9c9c9c 0%, rgb(235, 235, 235) 100%); 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 135px 8% 64px 8%;
  background-image: url("/javax.faces.resource/images/banner_02.png.page?ln=siberia-layout"); 
  background-size: auto 100%; 
  height: 500px; 
  background-repeat: repeat-x; 
}

.site_body .site_layout_wrapper .site_layout_main .site_banner img {
  width: auto;
  height: 372px;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner img.mobile-hero {
  display: none;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner img.desktop-hero {
  display: block;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner .site_banner_content {
  width: 35%;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner .site_banner_content > h2 {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  margin-bottom: 24px;
  text-shadow: 1px 2px 5px #000000; 
  font-size: 32px;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner .site_banner_content > span {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  display: block;
  text-shadow: 0 0 8px #000000;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner .site_banner_content > button {
  width: 118px;
  height: 32px;
  border-radius: 2px;
  background-color: #fa9e40;
  margin-top: 36px;
  border: none;
}

.site_body .site_layout_wrapper .site_layout_main .site_banner .site_banner_content > button:hover {
  background-color: #ff8100;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}



/*  ===================
    --- F O O T E R ---
    ===================
*/
.site_body .site_layout_wrapper .site_footer {
  background-color: #191a1c;
  padding: 64px 0 0;
  text-align: center;
}
.site_body .site_layout_wrapper .site_footer > img {
  width: 80px;
  height: 106px;
  margin-bottom: 4px;
}
.site_body .site_layout_wrapper .site_footer > span {
  display: block;
  font-size: 16px;
  color: #8b8e90;
}
.site_body .site_layout_wrapper .site_footer > span:last-child {
  font-size: 13px;
  color: #8b8e90;
  padding: 24px;
}
.site_body .site_layout_wrapper .site_footer > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 40px 0;
}
.site_body .site_layout_wrapper .site_footer > ul > li > a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  border-bottom: 4px solid transparent;
  padding: 0 12px;
}
.site_body .site_layout_wrapper .site_footer > ul > li > a:hover {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: rgb(235, 235, 235);
}
.site_body .site_layout_wrapper .site_footer > hr {
  height: 1px;
  opacity: 0.12;
  background-color: #f8fafc;
  border: none;
  margin-top: 24px;
}





.site_body .site_layout_wrapper .tag {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  height: 20px;
  background-color: #191a1c;
  margin-bottom: 12px;
  padding: 3px;
}

/*  =======================================
    --- C O N T E N T - F E A T U R E S ---
    =======================================
*/
.site_body .site_layout_wrapper .site_layout_main .site_layout_content {
    background-color: #ffffff;
    padding-top: 72px;    
    padding-bottom: 72px;    
}


/*  =======================================
    --- C O N T E N T - F E A T U R E S ---
    =======================================
*/
.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 12px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ffffff;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc {
  border-left: 2px solid #ebedef;
  padding-left: 30px;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc > h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #191a1c;
  margin: 0;
  margin-bottom: 12px;
  margin-top: 16px;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc span {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: #525557;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc > a {
  color: rgb(73, 86, 119);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgb(73, 86, 119);
  border-bottom: 4px solid transparent;
  padding: 0 12px;
}
.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc > a:hover {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: gray;
} 

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc button {    
  color: white;
  border-color: black;
  background-color: rgb(73, 86, 119);
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-desc button span {    
  color: white;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 100px;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-items .features-item {
  max-width: 42%;
  margin-bottom: 50px;
  margin-left: 30px;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-items .features-item > img {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-items .features-item > h3 {
  font-size: 16px;
  font-weight: 500;
  color: #191a1c;
  margin: 0;
  margin-bottom: 6px;
}
.site_body .site_layout_wrapper .site_layout_main .site_layout_content .features .features-items .features-item > span {
  font-size: 13px;
  line-height: 1.54;
  color: #525557;
}
.site_body .site_layout_wrapper #promo {
  text-align: center;
  padding: 64px 0;
  background-image: url("/javax.faces.resource/images/landing/bg-cta.png.page?ln=siberia-layout");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.site_body .site_layout_wrapper #promo > h1 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  margin-bottom: 16px;
}
.site_body .site_layout_wrapper #promo > span {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  color: #ffffff;
}
.site_body .site_layout_wrapper #promo > button {
  width: 102px;
  height: 32px;
  border-radius: 4px;
  background-color: #dcfdfb;
  border: none;
  margin-top: 32px;
}
.site_body .site_layout_wrapper #promo > button:hover {
  background-color: #aefffa;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.site_body .site_layout_wrapper #promo > button > span {
  font-size: 13px;
  font-weight: normal;
  color: rgb(235, 235, 235);
}
.site_body .site_layout_wrapper #news {
  background-color: #ffffff;
  padding: 64px 10%;
}
.site_body .site_layout_wrapper #news .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 2px solid #ebedef;
  padding-left: 30px;
  margin-bottom: 42px;
}
.site_body .site_layout_wrapper #news .news-header .tag {
  padding: 1px 3px;
}
.site_body .site_layout_wrapper #news .news-header .news-header-left > h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #191a1c;
  margin: 0;
  margin-top: 12px;
}
.site_body .site_layout_wrapper #news .news-header .news-header-right > span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #8b8e90;
  cursor: pointer;
}
.site_body .site_layout_wrapper #news .news-header .news-header-right > span:first-child {
  text-decoration: underline;
  margin-right: 16px;
  color: #525557;
}
.site_body .site_layout_wrapper #news .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
}
.site_body .site_layout_wrapper #news .news-content .post-card {
  margin-left: 15px;
}
.site_body .site_layout_wrapper #news .news-content .post-card > img {
  height: auto;
  width: 100%;
  margin-bottom: 19px;
}
.site_body .site_layout_wrapper #news .news-content .post-card > h3 {
  font-size: 16px;
  font-weight: 500;
  color: #323537;
  margin: 0;
  margin-bottom: 6px;
}
.site_body .site_layout_wrapper #news .news-content .post-card > span {
  font-size: 13px;
  color: #8b8e90;
}
.site_body .site_layout_wrapper #pricing {
  padding: 64px 10%;
}
.site_body .site_layout_wrapper #pricing .pricing-header {
  border-left: 2px solid #c5c8ca;
  padding-left: 30px;
  margin-bottom: 42px;
}
.site_body .site_layout_wrapper #pricing .pricing-header .tag {
  padding: 1px 3px;
}
.site_body .site_layout_wrapper #pricing .pricing-header > h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #191a1c;
  margin: 0;
  margin-top: 12px;
}
.site_body .site_layout_wrapper #pricing .pricing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card {
  border-top: 8px solid #ffb16b;
  border-radius: 4px;
  background-color: #ffffff;
  height: 100%;
  padding: 16px 24px;
  width: 100%;
  min-height: 470px;
  margin: 0 8px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card .pricing-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 66px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card .pricing-card-header .card-header-left > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #191a1c;
  margin: 0;
  margin-bottom: 4px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card .pricing-card-header .card-header-left > span {
  font-size: 13px;
  line-height: 1.54;
  color: #525557;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card .pricing-card-header .card-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card .pricing-card-header .card-header-right > span {
  font-size: 16px;
  font-weight: 500;
  color: #191a1c;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card .pricing-card-header .card-header-right > span:last-child {
  font-size: 42px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > ul {
  padding: 0;
  margin-bottom: 92px;
  list-style-type: none;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > ul > li {
  font-size: 16px;
  color: #191a1c;
  padding: 10px 0;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > ul > li > i {
  font-size: 16px;
  color: rgb(73, 86, 119);
  margin-right: 8px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > ul > li > i.not-include {
  color: #fb4e4d;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > button {
  width: 118px;
  height: 32px;
  border-radius: 4px;
  background-color: #fa9e40;
  border: none;
  margin-bottom: 8px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > button:hover {
  background-color: #ff8100;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card > button > span {
  font-size: 13px;
  font-weight: 500;
  color: #fff3e9;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.basic {
  border-color: rgb(73, 86, 119);
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.basic > button {
  background-color: rgb(235, 235, 235);
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.basic > button > span {
  color: #a6fcf7;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.basic > button:hover {
  background-color: #0da59b;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.pro {
  border-color: #191a1c;
  min-height: 470px;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.pro > button {
  background-color: #191a1c;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.pro > button > span {
  color: #f8fafc;
}
.site_body .site_layout_wrapper #pricing .pricing-content .pricing-card.pro > button:hover {
  background-color: #5f6269;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.site_body .site_layout_wrapper #contact {
  padding: 64px 10%;
  background-color: #ffffff;
}
.site_body .site_layout_wrapper #contact .contact-header {
  border-left: 2px solid #ebedef;
  padding-left: 30px;
  margin-bottom: 42px;
}
.site_body .site_layout_wrapper #contact .contact-header .tag {
  padding: 1px 3px;
}
.site_body .site_layout_wrapper #contact .contact-header > h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #191a1c;
  margin: 0;
  margin-top: 12px;
}
.site_body .site_layout_wrapper #contact .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-form {
  width: 100%;
  padding-right: 100px;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-form .ui-outputlabel {
  display: block;
  font-size: 13px;
  color: #191a1c;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-form .ui-inputfield {
  width: 100%;
  border-radius: 2px;
  border: solid 1px #ebedef;
  background-color: #f8fafc;
  margin-top: 12px;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-form .name-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-form .name-email .form-group {
  margin-bottom: 24px;
  width: 100%;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-form .name-email .form-group:first-child {
  margin-right: 24px;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-address {
  width: 100%;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-address > span {
  font-size: 16px;
  line-height: 1.5;
  color: #323537;
  display: block;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-address > span > a {
  color: #4a79a6;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-address > span:nth-child(1) {
  margin-bottom: 20px;
}
.site_body .site_layout_wrapper #contact .contact-content .contact-address > span:nth-child(3) {
  margin-bottom: 20px;
}
.site_body .site_layout_wrapper #contact > button {
  height: 32px;
  border-radius: 4px;
  background-color: #fa9e40;
  border: none;
  margin-top: 24px;
  margin-left: 30px;
}
.site_body .site_layout_wrapper #contact > button > span {
  font-size: 13px;
  font-weight: 500;
  color: #fff3e9;
}
.site_body .site_layout_wrapper #contact > button:hover {
  background-color: #ff8100;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.site_body .site_layout_wrapper #footer {
  background-color: #191a1c;
  padding: 64px 0 0;
  text-align: center;
}
.site_body .site_layout_wrapper #footer > img {
  width: 80px;
  height: 106px;
  margin-bottom: 4px;
}
.site_body .site_layout_wrapper #footer > span {
  display: block;
  font-size: 16px;
  color: #8b8e90;
}
.site_body .site_layout_wrapper #footer > span:last-child {
  font-size: 13px;
  color: #8b8e90;
  padding: 24px;
}
.site_body .site_layout_wrapper #footer > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 40px 0;
}
.site_body .site_layout_wrapper #footer > ul > li > a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  border-bottom: 4px solid transparent;
  padding: 0 12px;
}
.site_body .site_layout_wrapper #footer > ul > li > a:hover {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: rgb(235, 235, 235);
}
.site_body .site_layout_wrapper #footer > hr {
  height: 1px;
  opacity: 0.12;
  background-color: #f8fafc;
  border: none;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .site_body .site_layout_wrapper .landing-menu-active .site_layout_topbar {
    border-bottom: solid 3px rgb(235, 235, 235);
    background-color: #191a1c;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .site_body .site_layout_wrapper .landing-menu-active .site_layout_topbar > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site_body .site_layout_wrapper .site_layout_topbar {
    padding: 0 12px;
  }
  .site_body .site_layout_wrapper .site_layout_topbar > ul {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 74px;
    left: 0;
    flex-direction: column;
    background-color: #191a1c;
    opacity: 0.96;
    border-bottom: solid 3px rgb(235, 235, 235);
    width: 100%;
    padding: 20px 0;
    animation-duration: 0.2s;
  }
  .site_body .site_layout_wrapper .site_layout_topbar > ul > li > a {
    border-left: 4px solid transparent;
    border-bottom: none;
    margin: 12px 0;
    padding: 0;
    width: 100vw;
    padding-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site_body .site_layout_wrapper .site_layout_topbar #landing-menu-button {
    display: flex;
  }
  .site_body .site_layout_wrapper .site_layout_main .site_banner {
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 64px 30px 0;
    margin-top: 74px;
  }
  .site_body .site_layout_wrapper .site_layout_main .site_banner img {
    width: 100%;
    height: auto;
  }
  .site_body .site_layout_wrapper .site_layout_main .site_banner img.mobile-hero {
    display: block;
  }
  .site_body .site_layout_wrapper .site_layout_main .site_banner img.desktop-hero {
    display: none;
  }
  .site_body .site_layout_wrapper .site_layout_main .site_banner .site_banner_content {
    width: 100%;
    text-align: center;
    margin-bottom: 64px;
  }
  .site_body .site_layout_wrapper .features {
    flex-direction: column;
    padding: 64px 30px;
  }
  .site_body .site_layout_wrapper .features .features-desc {
    margin-bottom: 36px;
    padding-left: 0;
    border: none;
  }
  .site_body .site_layout_wrapper .features .features-items {
    padding-left: 0;
  }
  .site_body .site_layout_wrapper .features .features-items .features-item {
    max-width: 70%;
    margin-left: 0;
  }
  .site_body .site_layout_wrapper #news .news-header {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    border: none;
  }
  .site_body .site_layout_wrapper #news .news-content {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .site_body .site_layout_wrapper #news .news-content .post-card {
    margin-bottom: 32px;
    margin-left: 0;
  }
  .site_body .site_layout_wrapper #news .news-content .post-card > img {
    max-width: 80%;
  }
  .site_body .site_layout_wrapper #pricing .pricing-header {
    padding-left: 0;
    border: none;
  }
  .site_body .site_layout_wrapper #pricing .pricing-content {
    flex-direction: column;
  }
  .site_body .site_layout_wrapper #pricing .pricing-content .pricing-card {
    margin: 0;
    margin-bottom: 32px;
  }
  .site_body .site_layout_wrapper #contact .contact-header {
    border: none;
    padding-left: 0;
  }
  .site_body .site_layout_wrapper #contact .contact-content {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .site_body .site_layout_wrapper #contact .contact-content .contact-form {
    margin-top: 42px;
    padding-right: 0;
  }
  .site_body .site_layout_wrapper #contact .contact-content .contact-form .name-email {
    flex-direction: column;
  }
  .site_body .site_layout_wrapper #contact > button {
    margin-left: 0;
  }
  .site_body .site_layout_wrapper #footer > ul {
    flex-direction: column;
  }
  .site_body .site_layout_wrapper #footer > ul > li {
    margin-bottom: 12px;
  }
}


@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 400;
  src: url("/javax.faces.resource/fonts/Inter-UI-Regular.otf.page?ln=siberia-layout") format("opentype"), url("/javax.faces.resource/fonts/Inter-UI-Regular.woff2.page?ln=siberia-layout") format("woff2"), url("/javax.faces.resource/fonts/Inter-UI-Regular.woff.page?ln=siberia-layout") format("woff"), url("/javax.faces.resource/fonts/Inter-UI-Regular.ttf.page?ln=siberia-layout") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 500;
  src: url("/javax.faces.resource/fonts/Inter-UI-SemiBold.otf.page?ln=siberia-layout") format("opentype"), url("/javax.faces.resource/fonts/Inter-UI-SemiBold.woff2.page?ln=siberia-layout") format("woff2"), url("/javax.faces.resource/fonts/Inter-UI-SemiBold.woff.page?ln=siberia-layout") format("woff"), url("/javax.faces.resource/fonts/Inter-UI-SemiBold.ttf.page?ln=siberia-layout") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 700;
  src: url("/javax.faces.resource/fonts/Inter-UI-Bold.otf.page?ln=siberia-layout") format("opentype"), url("/javax.faces.resource/fonts/Inter-UI-Bold.woff2.page?ln=siberia-layout") format("woff2"), url("/javax.faces.resource/fonts/Inter-UI-Bold.woff.page?ln=siberia-layout") format("woff"), url("/javax.faces.resource/fonts/Inter-UI-Bold.ttf.page?ln=siberia-layout") format("truetype");
  /* Safari, Android, iOS */
}