/* Media queries */
@font-face {
  font-family: 'Graphik';
  src: url('../themes/rocketoomax-sk/assets/fonts/graphik-condensed-black.otf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'RocketooMax';
  src: url('../themes/rocketoomax-sk/assets/fonts/rocketoomax.eot');
  src: url('../themes/rocketoomax-sk/assets/fonts/rocketoomax.eot?#iefix') format('embedded-opentype'), url('../themes/rocketoomax-sk/assets/fonts/rocketoomax.woff') format('woff'), url('../themes/rocketoomax-sk/assets/fonts/rocketoomax.ttf') format('truetype'), url('../themes/rocketoomax-sk/assets/fonts/rocketoomax.svg#rocketoomax') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'RocketooMax' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'RocketooMax' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-care:before {
  content: "\61";
}
.icon-connection:before {
  content: "\62";
}
.icon-data:before {
  content: "\63";
}
.icon-drawing:before {
  content: "\64";
}
.icon-grow:before {
  content: "\65";
}
.icon-piggy:before {
  content: "\66";
}
.icon-seo:before {
  content: "\67";
}
.icon-servers:before {
  content: "\68";
}
.icon-settings:before {
  content: "\69";
}
.icon-trophy:before {
  content: "\6a";
}
.icon-user:before {
  content: "\6b";
}
* {
  box-sizing: border-box;
}
/* Fix antialiased */
html,
body {
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
body {
  min-width: 32rem;
  box-sizing: content-box;
  color: #040506;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
}
/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.mt60 {
  margin-top: 6rem !important;
}
@media only screen and (max-width: 1000px) {
  .container {
    max-width: initial;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  min-height: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 5rem;
  border: none;
  padding: 1rem 3rem;
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background-color: #0a2540;
}
.btn-primary:hover {
  background-color: #113e6c;
}
.btn-conversion {
  color: #fff;
  background-color: #8c5de1;
}
.btn-conversion:hover {
  color: #fff;
  background-color: #6d32d9;
}
.btn-conversion-link {
  height: initial;
  color: #8c5de1;
  background: none;
  text-decoration: none;
  padding: .5rem 0;
  margin-top: 1rem;
}
.btn-conversion-link:hover {
  color: #6d32d9;
  background: none;
  text-decoration: underline;
}
.btn-white {
  color: #0a2540;
  background-color: #fff;
}
.btn-opacity {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.btn-opacity:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.btn-arrow {
  column-gap: 5px;
  transition: background 0.15s, transform 0.15s;
}
.btn-arrow:hover svg {
  transform: translateX(5px);
}
.btn-arrow svg {
  flex-shrink: 0;
  transition: transform 0.15s;
}
@media (max-width: 640px) {
  .btn-arrow {
    width: 100%;
    justify-content: center;
  }
}
.btn-pulse {
  position: relative;
}
.btn-pulse:after {
  position: absolute;
  content: '';
  display: block;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background-color: #fff;
  border-radius: 5rem;
  animation: pulse-border 2500ms ease-out infinite;
  z-index: -1;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(1.1, 1.2);
    transform: scale(1.1, 1.2);
    opacity: 0;
  }
}
.header-wrap {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 1rem 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .header-wrap.pined .header .mobile .toggle-menu {
    background-image: url('../themes/rocketoomax-sk/assets/images/hamburger.svg');
  }
}
.header-wrap:not(.pined) {
  background-color: #0a2540;
  box-shadow: none;
}
.header-wrap:not(.pined) .brand svg path {
  fill: #fff;
}
.header-wrap:not(.pined) .header-nav ul li {
  color: #fff;
}
.header-wrap:not(.pined) .header-nav ul li a {
  color: #fff;
}
.header-wrap:not(.pined) .header-nav ul li a.highlight {
  color: #8c5de1;
}
.header-wrap:not(.pined) .header-nav ul li.has-submenu > a:after {
  border-color: #fff transparent transparent transparent;
}
.header-wrap:not(.pined) .header-nav ul li .submenu {
  background-color: #07182a;
}
.header {
  display: flex;
  align-items: center;
  height: 7rem;
}
.header .brand {
  display: block;
  width: 23rem;
  margin-right: 5rem;
}
.header .header-nav,
.header .mobile {
  display: flex;
  width: 100%;
  align-items: center;
}
.header .header-nav ul,
.header .mobile ul {
  display: flex;
  width: 100%;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-nav ul li,
.header .mobile ul li {
  color: #040506;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 3rem;
}
.header .header-nav ul li.second-menu,
.header .mobile ul li.second-menu {
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .header .header-nav ul li.second-menu,
  .header .mobile ul li.second-menu {
    display: block;
  }
}
.header .header-nav ul li.second-menu .btn,
.header .mobile ul li.second-menu .btn {
  color: #fff;
  padding: .8rem 2rem;
  height: auto;
}
.header .header-nav ul li.has-submenu,
.header .mobile ul li.has-submenu {
  position: relative;
}
.header .header-nav ul li.has-submenu > a,
.header .mobile ul li.has-submenu > a {
  display: flex;
  align-items: center;
}
.header .header-nav ul li.has-submenu > a:after,
.header .mobile ul li.has-submenu > a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #040506 transparent transparent transparent;
  transform: rotate(0deg);
  margin-left: 10px;
}
.header .header-nav ul li.has-submenu:hover .submenu,
.header .mobile ul li.has-submenu:hover .submenu {
  display: block;
}
.header .header-nav ul li a,
.header .mobile ul li a {
  color: #040506;
}
.header .header-nav ul li a.highlight,
.header .mobile ul li a.highlight {
  color: #8c5de1;
}
.header .header-nav ul li .submenu,
.header .mobile ul li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 230px;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 4px;
}
.header .header-nav ul li .submenu > li:not(:first-child),
.header .mobile ul li .submenu > li:not(:first-child) {
  margin-top: 5px;
}
.header .mobile,
.header .only-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header {
    justify-content: space-between;
  }
  .header .header-nav {
    display: none;
  }
  .header .mobile {
    display: flex;
    width: initial;
  }
  .header .mobile ul {
    gap: 2rem;
  }
  .header .mobile ul li {
    margin-right: 0;
  }
  .header .mobile .toggle-menu {
    display: block;
    width: 3rem;
    height: 3rem;
    background-image: url('../themes/rocketoomax-sk/assets/images/hamburger-white.svg');
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: center center;
  }
  .header .only-mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .header .mobile .highlight {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  body.menu-open .header {
    position: relative;
  }
  body.menu-open .header .header-nav {
    display: block;
    position: absolute;
    left: -1.5rem;
    right: -1.5rem;
    top: 100%;
    width: initial;
    background-color: #0a2540;
    box-shadow: 0 7px 5px 0px rgba(0, 0, 0, 0.4);
  }
  body.menu-open .header .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1rem 2rem 2rem;
  }
  body.menu-open .header .header-nav ul li.second-menu {
    margin-left: initial;
  }
  body.menu-open .header .header-nav ul li.has-submenu > a {
    display: none;
  }
  body.menu-open .header .header-nav ul .submenu {
    width: 100%;
    display: flex;
    position: static;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  body.menu-open .header .header-nav ul .submenu > li {
    margin-top: 0;
  }
  body.menu-open .header .mobile .toggle-menu {
    background-image: url('../themes/rocketoomax-sk/assets/images/close-white.svg');
  }
  body.menu-open .header-wrap.pined .header .header-nav {
    background-color: #fff;
  }
  body.menu-open .header-wrap.pined .header .mobile .toggle-menu {
    background-image: url('../themes/rocketoomax-sk/assets/images/close.svg');
  }
}
footer {
  background-color: #0a2540;
  padding: 12rem 0 0;
  overflow: hidden;
}
footer h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
footer .footer-inner {
  display: grid;
  grid-template-columns: 4fr 2fr 3fr 3fr;
  grid-gap: 3rem;
}
footer .footer-logo {
  display: block;
  margin-bottom: 2rem;
}
footer .footer-logo img {
  display: block;
  height: 4rem;
}
footer .footer-about p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
footer .footer-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-block ul li {
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-size: 1.5rem;
}
footer .footer-block ul li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .footer-block ul li:before {
  content: '';
  width: .5rem;
  height: 1rem;
  background-image: url('../themes/rocketoomax-sk/assets/images/angle-right.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-block ul li a {
  color: #fff;
  font-weight: 500;
  opacity: .8;
}
footer .footer-block .headline {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
footer .footer-contact {
  position: relative;
  z-index: 1;
}
footer .footer-contact:after {
  position: absolute;
  content: '';
  left: -2rem;
  top: -15rem;
  height: 500%;
  width: 500%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
footer .footer-contact .contact .item {
  display: flex;
  align-items: center;
}
footer .footer-contact .contact .item:not(:last-child) {
  margin-bottom: 3rem;
}
footer .footer-contact .contact .item .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  margin-right: 2rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
footer .footer-contact .contact .item .icon img {
  display: block;
  width: 2rem;
}
footer .footer-contact .contact .item .content {
  color: #fff;
}
footer .footer-contact .contact .item .content strong {
  display: block;
}
footer .footer-contact .contact .item .content a {
  color: #adb5bd;
  font-size: 1.5rem;
}
footer .footer-bottom {
  position: relative;
  background-color: #0a2540;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem;
  margin-top: 12rem;
  z-index: 2;
}
footer .footer-bottom p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  opacity: .5;
}
footer .footer-bottom p a {
  color: #fff;
}
footer .footer-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 3rem;
}
footer .footer-social li {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
footer .footer-social li:not(:last-child):after {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #adb5bd;
  content: '';
  margin-left: 2rem;
}
footer .footer-social li a {
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  footer {
    padding: 5rem 0 0;
  }
  footer .footer-inner {
    grid-template-columns: 4fr 2fr 2fr;
    grid-gap: 6rem 3rem;
  }
  footer .footer-contact {
    grid-column: 1/4;
  }
  footer .footer-contact:after {
    top: -3rem;
    left: -1.5rem;
    right: -1.5rem;
    width: initial;
  }
  footer .footer-contact .contact {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
  footer .footer-contact .contact .item:not(:last-child) {
    margin-bottom: 0;
  }
  footer .footer-bottom {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-about,
  footer .footer-contact {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-contact .contact {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-block {
    grid-column: 1/3;
  }
}
.headline-block .sup-title {
  display: block;
  color: #8c5de1;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.headline-block h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.headline-block h2 > span {
  color: #8c5de1;
}
.headline-block p {
  margin-bottom: 3rem;
}
.headline-block .perex {
  font-size: 2rem;
  opacity: .8;
  margin-bottom: 5rem;
}
.hero small {
  display: block;
  color: #fff;
  margin-top: 20px;
}
.link-primary {
  color: #8c5de1;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}
.link-primary:hover {
  color: #6d32d9;
  text-decoration: none;
}
.facts {
  display: flex;
  margin-top: 3rem;
}
.facts.separate {
  margin: 0;
}
.facts .fact {
  display: inline-block;
}
.facts .fact:not(:last-child) {
  position: relative;
  padding-right: 3rem;
  margin-right: 3rem;
}
.facts .fact:not(:last-child):after {
  position: absolute;
  content: '';
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #e7e7e7;
}
.facts .fact .counter {
  display: block;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: .5rem;
  white-space: nowrap;
}
.facts .fact .medium {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .facts {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
.section-facts {
  margin: 0;
  padding: 0;
  background-color: #f6f9fc;
}
.section-facts .facts {
  margin: 0;
}
.section-facts .facts .fact {
  flex: 1;
  padding: 3rem 0;
}
@media only screen and (max-width: 600px) {
  .section-facts .facts {
    row-gap: 0;
  }
  .section-facts .facts .fact {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    flex: initial;
  }
  .section-facts .facts .fact:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
  }
}
.check-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  column-gap: 2rem;
}
.check-list li:before {
  content: '';
  width: 4rem;
  height: 4rem;
  background-image: url('../themes/rocketoomax-sk/assets/images/li-check.svg');
  background-repeat: no-repeat;
  flex: 0 0 4rem;
}
.check-list li span {
  align-self: center;
}
.check-list.wrong li:before {
  background-image: url('../themes/rocketoomax-sk/assets/images/li-check-wrong.svg');
}
.check-list h3 {
  margin-bottom: 5px !important;
}
.icons-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.icons-list.two-box {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .icons-list.two-box {
    grid-template-columns: 1fr;
  }
}
.icons-list.three-box {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 640px) {
  .icons-list.three-box {
    grid-template-columns: 1fr;
  }
}
.icons-list.top-space {
  margin-top: 6rem;
}
.icons-list .number {
  display: block;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
.icons-list img {
  display: block;
  width: 100%;
  max-width: 6.4rem;
  margin-bottom: 2rem;
}
.icons-list h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.icons-list p {
  margin: 0;
}
.icons-list .item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3ecf6;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.icons-list .same-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.icons-list + .icons-list {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .icons-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .icons-list {
    grid-template-columns: 1fr;
  }
}
section.dark h4 {
  color: #fff;
}
section.dark .icons-list .number {
  color: #fff;
}
section.dark .icons-list .item {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.client {
  text-align: right;
}
.client b {
  font-size: 1.8rem;
}
section {
  margin: 10rem 0;
}
section.gray {
  background-color: #f6f9fc;
  margin: 0;
  padding: 10rem 0;
}
section.gray .section-content {
  grid-template-columns: 7fr 6fr;
}
section.gray .icons-list h4 {
  color: #111;
}
section.gray.reverse .section-content {
  grid-template-columns: 6fr 7fr;
}
section.lightblue {
  background-color: #ccf6ff;
  margin: 0;
  padding: 10rem 0;
}
section.dark,
section.darkgray {
  background-color: #0a2540;
  margin: 0;
  padding: 10rem 0;
}
section.dark h2,
section.darkgray h2,
section.dark p,
section.darkgray p,
section.dark ul,
section.darkgray ul {
  color: #fff;
}
section.dark h2 strong,
section.darkgray h2 strong {
  color: #8c5de1;
}
section.dark .check-list li:before,
section.darkgray .check-list li:before {
  background-image: url('../themes/rocketoomax-sk/assets/images/li-check-dark.svg');
}
section.darkgray {
  background-color: #30373b;
}
section.blue {
  color: #fff;
  background-color: #8c5de1;
  margin: 0;
  padding: 10rem 0;
}
section.blue .headline-block {
  text-align: center;
}
section.blue .headline-block h2 {
  font-size: 4rem;
}
section.blue .headline-block p {
  font-size: 2rem;
}
section.reverse .section-content {
  grid-template-columns: 7fr 6fr;
}
section.outgrow .section-content {
  grid-template-columns: 2fr 1fr;
}
section.lower {
  margin: 5rem 0;
}
section.lower.gray,
section.lower.lightblue,
section.lower.dark,
section.lower.blue,
section.lower.darkgray {
  padding: 5rem 0;
  margin: 0;
}
section.cta h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
section .image {
  display: flex;
  align-items: center;
}
section .image img {
  display: block;
  max-width: 100%;
}
section .image.rounted img {
  border-radius: 1rem;
}
section .image.bordered img {
  border: 3px solid rgba(0, 0, 0, 0.05);
}
section .section-content {
  display: grid;
  align-items: center;
  grid-template-columns: 6fr 7fr;
  grid-gap: 5rem;
}
section .section-content.one-col {
  display: block;
}
section .section-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
section .section-content .feature-text h3 {
  font-size: 2.4rem;
  font-weight: 900;
}
section .section-content .feature-detail {
  font-size: 13px;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}
section a.link {
  color: #040506;
  text-decoration: underline;
}
section a.link:hover,
section a.link:focus {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  section {
    margin: 6rem 0;
  }
  section.lower {
    margin: 3rem 0;
  }
  section.gray,
  section.dark,
  section.blue,
  section.lightblue,
  section.darkgray {
    padding: 6rem 0;
  }
  section .section-content .image {
    order: 2;
  }
  section.gray .section-content,
  section.gray.reverse .section-content,
  section.reverse .section-content,
  section .section-content {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
.section {
  margin: 7rem 0;
}
.section.reverse .section-content {
  grid-template-columns: 7fr 6fr;
}
@media only screen and (max-width: 768px) {
  .section.reverse .section-content {
    grid-template-columns: 1fr;
  }
}
.contact-item h4 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.contact-item a {
  color: #0a2540;
  text-decoration: underline;
}
.contact-item a:hover {
  text-decoration: none;
}
.reference-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 6rem 0;
}
.reference-grid .reference-item {
  /*
        &:nth-child(2) {
            grid-column: 2;
            grid-row: ~'1/3';
        }
        &:nth-child(4) {
            grid-column: 1;
            grid-row: ~'2/4';
        }
        &:nth-child(6) {
            grid-column: 3;
            grid-row: ~'2/4';
        }
        */
}
.reference-grid .reference-item a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1rem;
}
.reference-grid .reference-item a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
.reference-grid .reference-item a:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  background-color: #8c5de1;
  background-image: url('../themes/rocketoomax-sk/assets/images/right-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
  border-radius: 8rem;
  transform: translate(-50%, 250%) scale(0.7);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  opacity: 0;
}
.reference-grid .reference-item a:hover:before {
  opacity: 0;
}
.reference-grid .reference-item a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.reference-grid .reference-item a:hover .logo {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.reference-grid .reference-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.reference-grid .reference-item .logo {
  left: 50%;
  max-width: 70%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .reference-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 480px) {
  .reference-grid {
    grid-template-columns: 1fr;
  }
}
.reference-grid.short .reference-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .reference-grid.short .reference-item:nth-child(1) {
    order: 2;
  }
  .reference-grid.short .reference-item:nth-child(2) {
    order: 1;
  }
  .reference-grid.short .reference-item:nth-child(3) {
    order: 6;
  }
  .reference-grid.short .reference-item:nth-child(4) {
    order: 3;
  }
  .reference-grid.short .reference-item:nth-child(5) {
    order: 4;
  }
  .reference-grid.short .reference-item:nth-child(6) {
    order: 5;
  }
}
@media only screen and (max-width: 480px) {
  .reference-grid.short .reference-item:nth-child(2) {
    grid-column: initial;
    grid-row: initial;
  }
  .reference-grid.short .reference-item:nth-child(1),
  .reference-grid.short .reference-item:nth-child(2),
  .reference-grid.short .reference-item:nth-child(3),
  .reference-grid.short .reference-item:nth-child(4),
  .reference-grid.short .reference-item:nth-child(5),
  .reference-grid.short .reference-item:nth-child(6) {
    order: initial;
  }
}
.reference-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.reference-list.louie .louie {
  display: none;
}
.reference-list.bandi .bandi {
  display: none;
}
.reference-list.vinozoom .vinozoom {
  display: none;
}
.reference-list.ekkagold .ekkagold {
  display: none;
}
.reference-list .reference-item a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1rem;
}
.reference-list .reference-item a:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
.reference-list .reference-item a:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  background-color: #8c5de1;
  background-image: url('../themes/rocketoomax-sk/assets/images/right-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
  border-radius: 8rem;
  transform: translate(-50%, 250%) scale(0.7);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  opacity: 0;
}
.reference-list .reference-item a:hover:before {
  opacity: 0;
}
.reference-list .reference-item a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.reference-list .reference-item a:hover .logo {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.reference-list .reference-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.reference-list .reference-item .reference-img {
  aspect-ratio: 1;
}
.reference-list .reference-item .logo {
  left: 50%;
  max-width: 70%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .reference-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .reference-list {
    grid-template-columns: 1fr;
  }
}
.reference-content a {
  color: #000;
  text-decoration: underline;
}
.reference-content a:hover {
  text-decoration: none;
}
.reference-content > p {
  line-height: 1.6;
}
.content-image {
  display: flex;
}
.content-image .content-image-wrap {
  flex: 1;
}
.content-image .content-image-wrap .image-wrap {
  margin-left: 3rem;
}
.content-image .content-image-wrap .image-wrap img {
  max-width: 50rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content-image {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
  .content-image .content-image-wrap .image-wrap {
    margin-left: 0;
  }
  .content-image .content-image-wrap .image-wrap img {
    max-width: initial;
  }
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  margin: 5rem 0 0;
}
.features-grid.half {
  grid-template-columns: repeat(2, 1fr);
}
.features-grid .feature {
  /* border: 1px solid rgba(0,0,0,.1); */
  background: #fff;
  border-radius: 1rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
  padding: 3rem;
}
.features-grid .feature .icon {
  margin-bottom: 2rem;
}
.features-grid .feature .icon img {
  display: block;
  height: 6.4rem;
}
.features-grid .feature h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.features-grid .feature p {
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
h2.number {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 4rem;
}
h2.number span {
  position: relative;
  display: inline-block;
  margin-right: 6rem;
  font-size: 4.2rem;
  font-weight: 900;
}
h2.number span:after {
  position: absolute;
  right: -42px;
  top: 50%;
  content: "";
  height: 2px;
  width: 3rem;
  background: #8c5de1;
  margin-top: -1px;
}
.alert p:last-child {
  margin-bottom: 0;
}
.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.three-cols .headline {
  font-weight: 700;
  margin-bottom: 1rem;
}
.three-cols .check-list {
  row-gap: .5rem;
}
.three-cols .check-list li {
  column-gap: 0;
}
.three-cols .check-list li:before {
  width: 3rem;
  height: 3rem;
  background-image: url('../themes/rocketoomax-sk/assets/images/right-arrow-blue.svg');
  background-size: 1rem;
  background-position: center center;
  flex: 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  .three-cols {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.plugins-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}
.plugins-list li {
  border-radius: 10px;
  overflow: hidden;
}
.plugins-list li img {
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .plugins-list li img {
    width: 5rem;
  }
}
.contact-person {
  display: grid;
  grid-template-columns: 11rem 1fr;
  grid-gap: 3rem;
  align-items: center;
}
.contact-person img {
  display: block;
  width: 11rem;
  border-radius: 11rem;
}
.contact-person h5 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 .5rem;
}
.contact-person i {
  font-size: 1.4rem;
}
.contact-person a {
  color: #0a2540;
  text-decoration: underline;
}
.contact-person a:hover {
  text-decoration: none;
}
.billing {
  color: #fff;
}
.branch a {
  color: #0a2540;
  text-decoration: underline;
}
.branch a:hover {
  text-decoration: none;
}
.branches h3 {
  font-size: 2rem;
  font-weight: 900;
}
.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .two-cols {
    grid-template-columns: 1fr;
  }
}
.faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .faq-cols {
    grid-template-columns: 1fr;
  }
}
.question {
  margin-bottom: 2rem;
}
.question h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.table-brokerage thead th {
  color: #fff;
  background-color: #0a2540;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-brokerage thead th:first-child {
  border-radius: 10px 0 0 0;
}
.table-brokerage thead th:last-child {
  border-radius: 0 10px 0 0;
}
.legend {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  font-style: italic;
}
.legend:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 80px;
  height: 2px;
  background-color: #bbb;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr max(35.5%, 350px);
  grid-gap: 5rem;
  align-items: flex-start;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .faq-section {
    grid-template-columns: 1fr;
  }
}
.faq .faq-item:not(:last-child) {
  margin-bottom: 2rem;
}
.faq h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.faq p {
  border-left: 3px solid #8c5de1;
  padding-left: 2rem;
  margin-bottom: 0;
}
.person-medailon {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border: 1px solid #e3ecf6;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.person-medailon .headline {
  font-size: 24px;
  font-weight: 900;
}
.person-medailon p {
  margin-bottom: 0;
}
.person-medailon .badge {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.person-medailon .badge-image-wrapp {
  flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
}
.person-medailon .badge-image-wrapp img {
  display: block;
  max-width: 100%;
}
.person-medailon .badge-body {
  text-align: left;
}
.person-medailon .badge-name {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 0 .5rem;
}
.person-medailon .bage-role {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}
.person-medailon .contact-label {
  color: #828282;
  font-size: 1.4rem;
  line-height: 1;
}
.person-medailon .contact-phone,
.person-medailon .contact-email {
  display: block;
  color: #8c5de1;
  font-size: 2.7rem;
  font-weight: 900;
  text-decoration: none;
}
.person-medailon .contact-phone:hover,
.person-medailon .contact-email:hover {
  color: #040506;
  text-decoration: none;
}
.person-medailon .contact-phone {
  font-size: 2.7rem;
  font-weight: 900;
}
.person-medailon .contact-email {
  font-size: 1.6rem;
  font-weight: 400;
}
.logos-section {
  margin: 8rem 0 0;
}
.logos-section h3 {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 5rem;
  text-align: center;
}
.logos-section .logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  column-gap: 7rem;
  row-gap: 3rem;
}
.logos-section .logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 21rem;
  margin: 0 auto;
}
.logos-section .logos .logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 50px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .logos-section .logos {
    flex-wrap: wrap;
  }
}
.logos-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 30px 0 50px;
}
.logos-card .card {
  height: 90px;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 1px 27.7px -6px rgba(79, 87, 102, 0.24);
}
.logos-card .card img {
  display: block;
  max-width: 100%;
  scale: 60%;
}
@media only screen and (max-width: 1000px) {
  .logos-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .logos-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .logos-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compare-table {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 60px 0;
}
.compare-table .item-header,
.compare-table .item {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr;
  grid-gap: 30px;
  align-items: center;
}
.compare-table .item-header {
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .compare-table .item-header {
    display: none;
  }
}
.compare-table .item {
  background-color: #f6f9fc;
  border-radius: 4px;
  padding: 5px 10px;
}
@media only screen and (max-width: 640px) {
  .compare-table .item {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    padding: 10px;
  }
}
.compare-table .headline {
  font-size: 18px;
  font-weight: 700;
}
.compare-table .label {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .compare-table .label {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.compare-table .compare {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 20px;
  align-items: center;
}
.compare-table .compare:before {
  content: '';
  width: 34px;
  height: 34px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-column: 1;
  grid-row: 1/3;
  flex: 0 0 34px;
}
.compare-table .compare.limited:before {
  background-image: url('../themes/rocketoomax-sk/assets/images/maybe.svg');
}
.compare-table .compare.yes:before {
  background-image: url('../themes/rocketoomax-sk/assets/images/yes.svg');
}
.compare-table .compare.no:before {
  background-image: url('../themes/rocketoomax-sk/assets/images/no.svg');
}
.compare-table .compare strong {
  grid-column: 2;
  grid-row: 1;
}
.compare-table .compare .desc {
  grid-column: 2;
  grid-row: 2;
  font-size: 13px;
}
.compare-table .compare .mobil {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .compare-table .compare {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .compare-table .compare:before {
    margin-bottom: 10px;
  }
  .compare-table .compare .desc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .compare-table .compare {
    flex-direction: row;
    min-width: 215px;
  }
  .compare-table .compare:before {
    margin-bottom: 0;
  }
  .compare-table .compare strong,
  .compare-table .compare .desc {
    display: none;
  }
  .compare-table .compare .mobil {
    display: block;
    font-weight: 700;
  }
}
.compare-table.two-col {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.compare-table.two-col .item-header,
.compare-table.two-col .item {
  grid-template-columns: 1fr 1fr;
  background: none;
}
.compare-table.two-col .compare {
  grid-template-rows: 1fr;
}
@media only screen and (max-width: 1000px) {
  .compare-table.two-col .item-header {
    display: grid;
    text-align: center;
  }
  .compare-table.two-col .item {
    display: grid;
    align-items: flex-start;
  }
  .compare-table.two-col .compare {
    min-width: initial;
    flex-direction: column;
    gap: 10px;
  }
}
.contact {
  margin-top: 10px;
}
.contact a {
  color: #fff;
  text-decoration: underline;
}
.contact a:hover,
.contact a:focus {
  color: #fff;
  text-decoration: none;
}
.modules-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px;
}
.modules-cards .card {
  border: 1px solid #e3ecf6;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.modules-cards .card .card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.modules-cards .card img {
  display: block;
  width: 100%;
  max-width: 6.4rem;
}
.modules-cards .card .headline {
  font-size: 2rem;
  font-weight: 700;
}
.modules-cards .card p {
  margin-bottom: 0;
}
.modules-cards .card .more {
  text-align: right;
  margin-top: 10px;
}
.modules-cards .card .more a {
  color: #8c5de1;
  font-weight: 700;
  text-decoration: none;
}
.modules-cards .card .more a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .modules-cards {
    grid-template-columns: 1fr;
  }
}
.numbered-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px;
  counter-reset: numbered-cards;
}
.numbered-cards .card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 20px;
  border: 1px solid #e3ecf6;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.numbered-cards .card:before {
  counter-increment: numbered-cards;
  content: counter(numbered-cards, decimal-leading-zero);
  color: #8c5de1;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.numbered-cards .card .headline {
  font-size: 2rem;
  font-weight: 700;
}
.numbered-cards .card p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .numbered-cards {
    grid-template-columns: 1fr;
  }
}
.line-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 30px;
}
.line-cards .card {
  display: flex;
  row-gap: 20px;
  border: 1px solid #e3ecf6;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.line-cards .card:before {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #8c5de1;
}
.line-cards .card .headline {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.line-cards .card p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .line-cards {
    grid-template-columns: 1fr;
  }
}
.rocketoo4 {
  --c-dark: #0a2540;
  --c-dark-mid: #1a2d42;
  --c-red: #e63946;
  --c-green: #2da771;
  --c-green-dark: #1e7a52;
  --c-green-bg: #f0faf5;
  --c-gray-row: #f7f9fb;
  --c-gray-border: #e2e8f0;
  --c-gray-text: #495566;
  --c-gray-label: #94a3b8;
  --c-body: #1e293b;
  --c-white: #fdfdfd;
  --c-red-bg: #fff5f5;
  --c-red-dark: #c0392b;
  --radius-lg: 10px;
  /* ── DESKTOP TABLE ── */
  /* ── MOBILNÍ KARTY ── */
  /* ── TABLET ── */
}
.rocketoo4 .table-outer {
  background: var(--c-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.rocketoo4 table {
  width: 100%;
  border-collapse: collapse;
}
.rocketoo4 thead th {
  padding: 16px 22px;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
}
.rocketoo4 thead th.th-feature {
  background: var(--c-dark);
  color: rgba(255, 255, 255, 0.6);
  width: 36%;
}
.rocketoo4 thead th.th-old {
  background: #7a1f28;
  color: rgba(255, 255, 255, 0.6);
  width: 32%;
}
.rocketoo4 thead th.th-new {
  background: var(--c-green-dark);
  color: rgba(255, 255, 255, 0.9);
  width: 32%;
}
.rocketoo4 .th-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 7px;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
}
.rocketoo4 tbody tr {
  border-bottom: 1px solid var(--c-gray-border);
  transition: filter .1s;
}
.rocketoo4 tbody tr:last-child {
  border-bottom: none;
}
.rocketoo4 tbody tr:hover td.td-feature {
  background: #edf1f6;
}
.rocketoo4 tbody tr:hover td.td-old {
  background: #ffe8e8;
}
.rocketoo4 tbody tr:hover td.td-new {
  background: #e5f6ee;
}
.rocketoo4 td {
  padding: 15px 22px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.45;
}
.rocketoo4 td.td-feature {
  background: var(--c-gray-row);
  font-weight: 700;
  color: var(--c-dark);
  font-size: 13.5px;
}
.rocketoo4 td.td-old {
  background: var(--c-red-bg);
  color: var(--c-red-dark);
}
.rocketoo4 td.td-new {
  background: var(--c-green-bg);
  color: var(--c-green-dark);
  font-weight: 700;
}
.rocketoo4 .cell {
  display: flex;
  align-items: center;
  gap: 9px;
}
.rocketoo4 .dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.rocketoo4 .dot-neutral {
  background: var(--c-gray-label);
}
.rocketoo4 .dot-green {
  background: var(--c-green);
}
.rocketoo4 .dot-red {
  background: var(--c-red);
}
.rocketoo4 .chip {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(45, 167, 113, 0.13);
  color: var(--c-green-dark);
}
.rocketoo4 .mobile-cards {
  display: none;
}
@media (max-width: 639px) {
  .rocketoo4 .table-outer {
    display: none;
  }
  .rocketoo4 .mobile-cards {
    display: block;
  }
  .rocketoo4 .mobile-card {
    background: var(--c-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    margin-bottom: 14px;
    overflow: hidden;
  }
  .rocketoo4 .mc-header {
    background: var(--c-dark);
    color: rgba(255, 255, 255, 0.85);
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 800;
  }
  .rocketoo4 .mc-col-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--c-gray-row);
    border-bottom: 1px solid var(--c-gray-border);
  }
  .rocketoo4 .mc-col-label {
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--c-gray-label);
  }
  .rocketoo4 .mc-col-label.mc-new {
    border-left: 1px solid var(--c-gray-border);
    color: var(--c-green-dark);
  }
  .rocketoo4 .mc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .rocketoo4 .mc-cell {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.4;
  }
  .rocketoo4 .mc-cell.mc-old {
    border-right: 1px solid var(--c-gray-border);
    color: var(--c-gray-text);
  }
  .rocketoo4 .mc-cell.mc-new {
    background: var(--c-green-bg);
    color: var(--c-green-dark);
    font-weight: 700;
  }
}
@media (min-width: 640px) and (max-width: 799px) {
  .rocketoo4 td,
  .rocketoo4 thead th {
    padding: 12px 14px;
    font-size: 13px;
  }
}
.stripe {
  margin: 60px auto 0;
  background: #0a2540;
  border-radius: 14px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.stripe-content {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.stripe-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #8c5de1;
  margin-bottom: 10px;
}
.stripe-eyebrow:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8c5de1;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
.stripe-title {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 10px;
}
.stripe-title span {
  color: #8c5de1;
}
.stripe-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 520px;
}
.stripe-cta {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .stripe {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }
  .stripe-cta {
    width: 100%;
  }
}
.home .hero:before {
  content: '';
  width: 150%;
  height: 30rem;
  background: #fff;
  position: absolute;
  z-index: -5;
  transform: rotate(-6deg);
  bottom: -24rem;
  right: -10rem;
}
.home .hero .hero-inner {
  min-height: 50rem;
}
.home .hero .hero-inner:before {
  position: absolute;
  content: '';
  left: 0;
  right: -20rem;
  top: 0;
  bottom: 0;
  background-image: url('../themes/rocketoomax-sk/assets/images/macbook-rocketoo.png?v2');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 40rem;
}
@media only screen and (max-width: 1000px) {
  .home .hero .hero-inner:before {
    right: -30rem;
  }
}
@media only screen and (max-width: 768px) {
  .home .hero .hero-inner:before {
    content: none;
  }
}
.home_v2 .hero:before {
  content: '';
  width: 150%;
  height: 30rem;
  background: #f6f9fc;
  position: absolute;
  z-index: -5;
  transform: rotate(-2deg);
  bottom: -24rem;
  right: -10rem;
}
.home_v2 .hero .hero-info h1,
.home_v2 .hero .hero-info .h1 {
  font-size: 4rem;
}
.home_v2 .hero .hero-info p {
  font-size: 1.6rem;
}
.home_v2 .hero .hero-inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 3rem;
  align-items: center;
  min-height: 50rem;
}
.home_v2 .hero .hero-inner:before {
  position: absolute;
  content: '';
  left: 0;
  right: -20rem;
  top: 0;
  bottom: 0;
  background-image: url('../themes/rocketoomax-sk/assets/images/macbook-rocketoo4.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 40rem;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .home_v2 .hero .hero-inner:before {
    right: -35rem;
  }
}
@media only screen and (max-width: 768px) {
  .home_v2 .hero .hero-inner {
    min-height: initial;
    grid-template-columns: 1fr;
    padding-bottom: 7rem;
  }
  .home_v2 .hero .hero-inner:before {
    content: none;
  }
}
.mobile-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-img {
    display: block;
    max-width: 100%;
    margin-top: 3rem;
  }
}
.hero {
  position: relative;
  min-height: 380px;
  background-color: #0a2540;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}
.hero:after {
  position: absolute;
  right: -10rem;
  font-size: 43rem;
  color: #fff;
  z-index: -1;
  top: 0;
  bottom: -20rem;
  display: flex;
  align-items: center;
  font-weight: 900;
  opacity: .04;
}
.hero.with-image .hero-inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 3rem;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .hero.with-image .hero-inner {
    grid-template-columns: 1fr;
  }
}
.hero.with-price .hero-inner {
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-gap: 3rem;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .hero.with-price .hero-inner {
    grid-template-columns: 1fr;
  }
}
.hero .hero-inner {
  position: relative;
}
.hero .hero-info,
.hero .hero-error {
  margin: 10rem 0;
}
.hero .hero-info .sup-title,
.hero .hero-error .sup-title {
  color: #8c5de1;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero .hero-info h1,
.hero .hero-error h1,
.hero .hero-info .h1,
.hero .hero-error .h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.hero .hero-info p,
.hero .hero-error p {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 4rem;
}
.hero .hero-info .btn-pulse:after,
.hero .hero-error .btn-pulse:after {
  background-color: #8c5de1;
}
.hero .hero-info .btn + .btn,
.hero .hero-error .btn + .btn {
  margin-left: 3rem;
}
.hero .hero-error {
  text-align: center;
}
.hero .hero-image {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero .hero-image img {
  display: block;
  max-width: 100%;
}
.hero .hero-price {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  gap: 5px;
  transform: rotate(-5deg);
}
.hero .hero-price .from {
  color: #8c5de1;
  font-size: 2rem;
  font-weight: 700;
}
.hero .hero-price .price {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 900;
}
.hero .hero-price .period {
  color: #fff;
  font-size: 1.8rem;
  opacity: .8;
}
.hero.reference .hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .hero.reference .hero-inner {
    grid-template-columns: 1fr;
  }
}
.hero.reference .hero-info h1,
.hero.reference .hero-info .h1 {
  font-size: 4rem;
}
.hero.reference .hero-info p {
  display: 1.6rem;
}
.hero.reference .hero-image {
  align-items: flex-end;
  justify-content: center;
}
.hero.basic {
  display: flex;
  align-items: center;
  min-height: 20rem;
}
.hero.basic h1,
.hero.basic .h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
.hero.product .hero-inner:before {
  position: absolute;
  content: '';
  top: 0;
  width: 70rem;
  right: -30rem;
  bottom: 0;
  background-image: url('../themes/rocketoomax-sk/assets/images/product.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.hero .links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2rem;
}
.hero .link {
  display: flex;
  align-items: center;
  color: #8c5de1;
  font-weight: 700;
}
.hero .link:before {
  content: '';
  width: 2.2rem;
  height: 2.2rem;
  background-image: url('../themes/rocketoomax-sk/assets/images/globe.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.hero .produced {
  display: flex;
  align-items: center;
  color: #8c5de1;
  margin-top: 20px;
}
.hero .produced a {
  color: #8c5de1;
  font-weight: 700;
}
.hero .produced:before {
  content: '';
  width: 2.2rem;
  height: 2.2rem;
  background-image: url('../themes/rocketoomax-sk/assets/images/wrench2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 5rem 0;
  }
  .hero .hero-info {
    margin: 0;
  }
  .hero .hero-image {
    justify-content: center;
  }
  .hero .hero-image img {
    max-height: 40rem;
  }
}
@media only screen and (max-width: 1000px) {
  .hero.reference {
    padding: 5rem 0 0;
  }
  .hero.reference .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero.reference .hero-info {
    margin: 0;
  }
  .hero.reference .hero-image img {
    height: 30rem;
    object-fit: cover;
    width: 100%;
    max-width: 70rem;
    object-position: top;
  }
}
.features {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 3fr;
  grid-gap: 2rem;
}
.features .features-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.features .features-col:last-child {
  margin-top: 3rem;
}
.features .features-col .features-item {
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 3rem;
}
.features .features-col .features-item:not(:first-child) {
  margin-top: 2rem;
}
.features .features-col .features-item .icon {
  display: block;
  font-size: 6rem;
  line-height: 6rem;
  background: linear-gradient(45deg, #8c5de1 0%, #0a2540 90%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features .features-col .features-item h4 {
  font-size: 2rem;
  font-weight: 700;
}
.features .features-col .features-item p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
    grid-gap: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .features .features-cols {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .features .features-col:last-child {
    margin-top: 2rem;
  }
}
.logos-wrap {
  margin: 5rem 0;
}
.logos-wrap .logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4rem;
  align-items: center;
}
.logos-wrap .logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 21rem;
  margin: 0 auto;
}
.logos-wrap .logos .logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 6rem;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .logos-wrap .logos {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .logos-wrap .logos {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.erp .image {
  padding: 0 5rem;
}
.transition {
  grid-template-columns: 1fr;
}
.transition .icons-list {
  margin-top: 6rem;
}
.getintouch {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background-color: #181818;
  z-index: 100;
  overflow: auto;
  padding: 2rem;
}
.getintouch-inner {
  position: absolute;
  top: 0;
  max-height: max-content;
  width: 90%;
  max-width: 120rem;
  padding: 10rem 0;
}
.getintouch-inner .close {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 10;
}
.getintouch-inner .close:hover svg {
  opacity: 1;
}
.getintouch-inner .close svg {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: #d4d4d8;
  opacity: .8;
}
@media only screen and (max-width: 1000px) {
  .getintouch-inner {
    padding: 5rem 0;
  }
}
.getintouch-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media only screen and (max-width: 1000px) {
  .getintouch-form-wrap {
    grid-template-columns: 1fr;
  }
}
.getintouch-headline h2 {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 3rem;
}
.getintouch-form .form-control {
  height: 5.5rem;
  color: #111;
  font-size: 1.6rem;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  padding: 1rem;
}
.getintouch-form .form-group {
  margin-bottom: 2rem;
}
.getintouch-form .form-group label {
  display: none;
}
.getintouch-form .form-group strong {
  display: block;
  margin-bottom: 1rem;
}
.getintouch-form .custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.getintouch-form .custom-radio input[type="radio"] {
  display: none;
}
.getintouch-form .custom-radio input[type="radio"]:checked + label:before {
  background-color: #8c5de1;
}
.getintouch-form .custom-radio label {
  display: inline-flex;
  align-items: center;
}
.getintouch-form .custom-radio label:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: #fff;
  border: 4px solid #fff;
  margin-right: 1rem;
}
.getintouch-form .custom-radio + .custom-radio {
  margin-left: 3rem;
}
.getintouch-form .custom-select {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.5rem;
  background-color: #fff;
  background-image: url('../themes/rocketoomax-sk/assets/images/select-beak.svg');
  background-size: 1.3rem;
  background-position: right 1.5rem center;
  border-radius: 4px;
  padding: 1rem;
}
.getintouch-form .custom-select label {
  position: absolute;
  display: block;
  top: 5px;
  left: 1rem;
  font-size: 1.2rem;
}
.getintouch-form .custom-select select {
  width: 100%;
  color: #111;
  font-size: 1.6rem;
  background-color: transparent;
  border: none;
  margin-top: 1.5rem;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.getintouch-form .btn {
  padding: 1rem 5rem;
}
.getintouch-form .gdpr {
  font-size: 1.2rem;
  margin: 0;
}
body.getintouch-open {
  overflow: hidden;
}
body.getintouch-open .getintouch {
  display: flex;
}
.blog .custom-select {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .blog {
    grid-template-columns: 1fr;
  }
  .blog .blog-categories {
    order: 1;
  }
  .blog .blog-posts,
  .blog .blog-detail {
    order: 2;
  }
  .blog .headline,
  .blog .categories-wrap {
    display: none;
  }
  .blog .custom-select {
    display: block;
    width: 100%;
  }
}
.blog-categories .widget-category {
  position: sticky;
  top: 10rem;
}
.blog-categories .widget-category .headline {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.blog-categories .widget-category .categories-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-categories .widget-category .categories-wrap li {
  font-size: 1.8rem;
}
.blog-categories .widget-category .categories-wrap li a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  color: #040506;
}
.blog-categories .widget-category .categories-wrap li a.active {
  color: #8c5de1;
}
.blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
}
.blog-posts .post .post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 20px 20px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.75393908) 50%, rgba(255, 255, 255, 0) 100%);
  text-align: left;
}
.blog-posts .post .post-title a {
  color: #040506;
}
.blog-posts .post .post-title a:hover {
  color: #8c5de1;
}
@media only screen and (max-width: 768px) {
  .blog-posts {
    grid-template-columns: 1fr;
  }
  .blog-posts.first-page .post:first-child {
    grid-column: 1;
  }
  .blog-posts .pagination,
  .blog-posts .no-post {
    grid-column: 1;
  }
}
.blog-posts.hp-preview {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.blog-posts.hp-preview .post .post-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .blog-posts.hp-preview {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .blog-posts.hp-preview {
    grid-template-columns: 1fr;
  }
}
.blog-detail {
  max-width: 810px;
  margin: 0 auto;
}
.blog-detail .post .post-title {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}
.blog-detail .post .post-additional-info {
  margin-bottom: 2rem;
}
.post .post-thumb {
  position: relative;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
.post .post-thumb a {
  display: block;
}
.post .post-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.post .post-additional-info {
  display: flex;
  column-gap: 2rem;
  font-size: 1.4rem;
}
.post .post-date {
  color: #aaa;
}
.post .post-category {
  color: #aaa;
}
.post .post-category a {
  color: #aaa;
  text-decoration: underline;
}
.post .post-category a:hover {
  text-decoration: none;
}
.post .post-text {
  padding: 20px 20px 0;
}
.post .post-more {
  margin-top: 10px;
  text-align: right;
}
.post .post-more a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8c5de1;
  font-weight: 700;
  text-decoration: none;
}
.post .post-more a:hover {
  text-decoration: underline;
}
.post .post-more a:hover:after {
  opacity: 1;
}
.post .post-more a:after {
  content: '';
  width: 3px;
  height: 25px;
  background-color: #8c5de1;
  opacity: .9;
}
.post-wysiwyg-content figure img {
  display: block;
  max-width: 90%;
  margin: 4rem auto;
}
.post-wysiwyg-content ul {
  color: #040506;
}
.post-wysiwyg-content h2 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.post-wysiwyg-content h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.post-wysiwyg-content a:not(.btn) {
  color: #040506;
  text-decoration: underline;
  cursor: pointer;
}
.post-wysiwyg-content a:not(.btn):hover {
  text-decoration: none;
}
.post-wysiwyg-content .foto-wrap {
  margin: 4rem auto;
}
.post-wysiwyg-content .foto-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 0 auto;
}
.post-wysiwyg-content p {
  line-height: 1.7;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pagination ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1rem;
}
.pagination ul li.active a,
.pagination ul li.active a:hover {
  border-color: #8c5de1;
  background-color: #8c5de1;
  color: #fff;
}
.pagination ul li a,
.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #040506;
  border-radius: 3px;
  border: 1px solid #ddd;
  line-height: 1;
}
.pagination ul li a {
  cursor: pointer;
}
.pagination ul li a:hover {
  background-color: #efefef;
  text-decoration: none;
}
.pagination ul li span {
  border: none;
}
