.blue {
  color: #3dbfbd !important;
}

.orange {
  color: #fdba2a !important;
}

.purple {
  color: #65429a !important;
}

.black {
  color: #091E25 !important;
}

.white {
  color: #FFFFFF !important;
}

.gray {
  color: #707070 !important;
}

.green {
  color: #40B769 !important;
}

.red {
  color: #FC2462 !important;
}

.bg-blue {
  background-color: #3dbfbd !important;
}

.bg-orange {
  background-color: #fdba2a !important;
}

.bg-purple {
  background-color: #65429a !important;
}

.bg-red {
  background-color: #FC2462 !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.col-md-6:first-child {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .col-md-6:first-child {
    margin-bottom: 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  color: #3dbfbd;
}

.container-full {
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width : 600px) {
  .container-full {
    padding: 0 20px;
  }
}

.sales-comp {
  display: block;
  height: 60px;
}

#sales {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  background: black;
  color: #FFFFFF;
  box-shadow: 0 0 6px #091E25;
  position: fixed;
  top: 0;
  z-index: 100000;
}
#sales strong {
  font-weight: 900;
  background: linear-gradient(135deg, rgb(61, 191, 189) 10%, rgb(101, 66, 154) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sales a small {
  color: white;
}

#header-top {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #3dbfbd;
  color: #FFFFFF;
  box-shadow: 0 0 6px #3dbfbd;
  z-index: 10001;
  position: relative;
}
#header-top #slogan {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-top #slogan img {
  padding: 0 10px;
}
#header-top #search-box {
  position: absolute;
  top: 10px;
  right: 60px;
}
@media only screen and (max-width : 600px) {
  #header-top #search-box {
    display: none;
  }
}
@media only screen and (max-width : 600px) {
  #header-top #search-box img {
    display: none;
  }
}

header {
  display: flex;
  min-height: 80px;
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 10000;
}
header #logo a {
  display: block;
  line-height: 0;
}
header #burger {
  display: none;
}
header nav#main-menu,
header nav#menu {
  position: relative;
  background-color: #FFFFFF;
  z-index: 1;
}
header nav#main-menu ul,
header nav#menu ul {
  position: relative;
}
header nav#main-menu ul li,
header nav#menu ul li {
  display: inline-block;
  font-weight: 400;
  padding: 0 1.4vw;
  height: 80px;
}
header nav#main-menu ul li a,
header nav#main-menu ul li span,
header nav#menu ul li a,
header nav#menu ul li span {
  text-decoration: none;
  color: #091E25;
  line-height: 80px;
  font-size: 1rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0);
  transition: text-shadow linear 0.2s;
}
header nav#main-menu ul li a:hover,
header nav#main-menu ul li span:hover,
header nav#menu ul li a:hover,
header nav#menu ul li span:hover {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.32);
}
header nav#main-menu ul li a i,
header nav#main-menu ul li span i,
header nav#menu ul li a i,
header nav#menu ul li span i {
  position: relative;
  top: 3px;
  transition: transform 0.2s linear;
  transform-origin: top center;
}
header nav#main-menu ul li a i img,
header nav#main-menu ul li span i img,
header nav#menu ul li a i img,
header nav#menu ul li span i img {
  height: 8px;
  position: relative;
  top: -3px;
}
header nav#main-menu ul li span,
header nav#menu ul li span {
  cursor: pointer;
}
header nav#main-menu ul .active,
header nav#menu ul .active {
  font-weight: 700;
}
header nav#main-menu ul :hover i,
header nav#menu ul :hover i {
  transform: rotate(90deg);
  display: inline-flex;
  transition: transform 0.3s linear;
}
header nav#main-menu ul :hover .sub-menu,
header nav#menu ul :hover .sub-menu {
  transition: opacity 0.5s linear;
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}
header nav#main-menu ul .sub-menu,
header nav#menu ul .sub-menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: #FFFFFF;
  position: absolute;
  top: 79px;
  left: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: -1;
  border-radius: 0 0 5px 5px;
  width: 100%;
}
header nav#main-menu ul .sub-menu ul,
header nav#menu ul .sub-menu ul {
  padding: 30px;
  box-sizing: border-box;
}
header nav#main-menu ul .sub-menu ul li,
header nav#menu ul .sub-menu ul li {
  width: 100%;
  box-sizing: border-box;
}
header nav#main-menu ul .sub-menu ul li .sub-link,
header nav#menu ul .sub-menu ul li .sub-link {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0;
  height: auto;
}
header nav#main-menu ul .sub-menu ul li .sub-link .sub-menu-link,
header nav#menu ul .sub-menu ul li .sub-link .sub-menu-link {
  display: block;
  padding: 0;
  border-right: 1px solid #3dbfbd;
  word-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  flex-grow: 4;
  min-width: 180px;
}
header nav#main-menu ul .sub-menu ul li .sub-link .sub-menu-icon,
header nav#menu ul .sub-menu ul li .sub-link .sub-menu-icon {
  width: 30px;
  margin-left: 15px;
}
header nav#main-menu ul .sub-menu ul li .sub-link .sub-menu-desc,
header nav#menu ul .sub-menu ul li .sub-link .sub-menu-desc {
  width: 65%;
  font-size: 0.85rem;
  line-height: 1.6;
  padding-left: 15px;
  box-sizing: border-box;
}
header nav#main-menu ul .sub-menu ul li.divider,
header nav#menu ul .sub-menu ul li.divider {
  height: 30px;
  display: block;
}
header nav#main-menu ul .sub-menu .sub-menu-cta,
header nav#menu ul .sub-menu .sub-menu-cta {
  display: block;
  background: #3dbfbd;
  padding: 30px;
  box-sizing: border-box;
}
header nav#main-menu ul .sub-menu .sub-menu-cta .btn,
header nav#menu ul .sub-menu .sub-menu-cta .btn {
  margin-bottom: 20px;
}
header nav#main-menu ul .sub-menu .sub-menu-cta span,
header nav#menu ul .sub-menu .sub-menu-cta span {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.5;
}
header #contact-block {
  line-height: 1;
}
header #contact-block a:first-child {
  margin-right: 10px;
  display: inline-block;
}
header #contact-block img {
  height: 22px;
}

@media only screen and (max-width: 900px) {
  #sales {
    font-size: 0.8rem;
  }
  #header-top {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    background-color: #3dbfbd;
    color: #FFFFFF;
    box-shadow: 0 0 6px #3dbfbd;
    position: relative;
    z-index: 1000;
    font-size: 0.8rem;
  }
  #header-top #search-box {
    position: relative;
    top: 0;
    right: 0;
  }
  header {
    padding: 0 40px;
    position: relative;
  }
  header #burger {
    display: block;
    height: 22px;
    width: 22px;
    display: inline-block;
  }
  header #burger i {
    font-size: 1.5rem;
  }
  header nav#main-menu,
  header nav#menu {
    position: absolute;
    display: none;
    width: 100%;
    top: 80px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header nav#main-menu ul li,
  header nav#menu ul li {
    display: block;
    padding: 0 30px;
    height: auto;
  }
  header nav#main-menu ul li a,
  header nav#menu ul li a {
    text-decoration: none;
    color: #091E25;
    line-height: 60px;
    font-size: 1rem;
  }
  header nav#main-menu ul .active,
  header nav#menu ul .active {
    font-weight: 700;
  }
  header nav#main-menu ul .sub-menu,
  header nav#menu ul .sub-menu {
    transform: translateY(0);
    opacity: 1;
    position: relative;
    top: 0;
    left: 20px;
    box-shadow: none;
    z-index: 1;
    border-left: 1px solid #3dbfbd;
  }
  header nav#main-menu ul .sub-menu ul,
  header nav#menu ul .sub-menu ul {
    padding: 0 0 0 30px;
    box-sizing: border-box;
  }
  header nav#main-menu ul .sub-menu ul li,
  header nav#menu ul .sub-menu ul li {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    height: auto;
  }
  header nav#main-menu ul .sub-menu ul li .sub-link .sub-menu-link,
  header nav#menu ul .sub-menu ul li .sub-link .sub-menu-link {
    display: block;
    width: 100%;
    padding: 0;
    border-right: none;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 1rem;
    line-height: 40px;
  }
  header nav#main-menu ul .sub-menu ul li .sub-link .sub-menu-icon,
  header nav#menu ul .sub-menu ul li .sub-link .sub-menu-icon {
    display: none;
  }
  header nav#main-menu ul .sub-menu ul li .sub-link .sub-menu-desc,
  header nav#menu ul .sub-menu ul li .sub-link .sub-menu-desc {
    display: none;
  }
  header nav#main-menu ul .sub-menu .sub-menu-cta,
  header nav#menu ul .sub-menu .sub-menu-cta {
    display: none;
  }
}
@media only screen and (max-width : 600px) {
  #header-top {
    justify-content: flex-end;
  }
  #header-top .slogan {
    display: none;
  }
}
#secondary-menu {
  display: flex;
  min-height: 80px;
  justify-content: center;
  align-items: center;
  background-color: #F2F3F4;
  flex-wrap: wrap;
}
@media only screen and (max-width : 600px) {
  #secondary-menu {
    flex-direction: column;
    padding: 10px 0;
  }
  #secondary-menu a {
    margin: 10px 0;
  }
}
#secondary-menu .secondary-menu-title {
  font-weight: 900;
  font-size: 1.5rem;
}
#secondary-menu span,
#secondary-menu a {
  margin-left: 30px;
  margin-right: 30px;
}
#secondary-menu span i,
#secondary-menu a i {
  position: relative;
  top: 3px;
}

footer {
  box-shadow: 0 -3px 9px rgba(53, 196, 192, 0.16);
}
footer #footer-top {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 60px;
  align-self: center;
  box-sizing: border-box;
  color: #3dbfbd;
}
footer #footer-top .col {
  margin: 0 20px;
  flex-grow: 4;
}
footer #footer-top a {
  color: #3dbfbd;
  font-weight: 700;
}
footer #footer-top .emails-block a {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  footer #footer-top {
    flex-direction: column;
  }
  footer #footer-top .footer-logo,
  footer #footer-top .emails-block,
  footer #footer-top .info-block {
    margin-bottom: 20px;
  }
  footer #footer-top .btn {
    margin: 0 auto;
  }
}
footer #footer-bottom {
  background-color: #3dbfbd;
  color: #FFFFFF;
  padding: 40px 0;
}
footer #footer-bottom #footer-menu {
  position: relative;
  margin: 0 auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color: #FFFFFF;
}
footer #footer-bottom #footer-menu ul {
  margin: 10px 20px;
}
footer #footer-bottom #footer-menu ul li {
  margin-bottom: 2px;
}
footer #footer-bottom #footer-menu ul li:last-child {
  margin-bottom: 0;
}
footer #footer-bottom #footer-menu ul li a {
  color: #FFFFFF;
  font-size: 0.85rem;
}
footer #footer-bottom #footer-menu ul .footer-menu-title {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
}
footer #footer-bottom #footer-menu ul .footer-menu-title:before {
  content: "";
  display: none;
  background-color: #FFFFFF;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -14px;
}
footer #sub-footer {
  display: flex;
  background-color: #FFFFFF;
  min-height: 40px;
  color: #091E25;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  font-size: 0.85rem;
}
footer #sub-footer .technical-links a {
  display: inline-block;
  color: #091E25;
  margin-right: 30px;
}
footer #sub-footer .technical-links a:last-child {
  margin-right: 0;
}

.main,
#main {
  width: 100%;
  overflow: hidden;
  display: block;
  height: auto;
  min-height: 55vh;
}
.main .banner,
#main .banner {
  display: flex;
  min-height: 70vh;
  width: 100%;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  justify-content: flex-end;
  position: relative;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.64);
}
.main .banner h1,
.main .banner span,
.main .banner h2,
#main .banner h1,
#main .banner span,
#main .banner h2 {
  color: #FFFFFF !important;
}
.main .banner .bg,
#main .banner .bg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.main .banner .bg picture,
#main .banner .bg picture {
  width: inherit;
}
.main .banner .bg img,
#main .banner .bg img {
  height: auto;
  width: inherit;
  max-width: unset;
}
@media (max-width: 768px) {
  .main .banner .bg img,
  #main .banner .bg img {
    height: 100%;
    max-width: unset;
  }
}
.main .banner .banner-content,
#main .banner .banner-content {
  width: 50%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .main .banner .banner-content,
  #main .banner .banner-content {
    width: 80%;
  }
}
.main .banner .banner-content p,
#main .banner .banner-content p {
  margin-bottom: 20px;
}
.main .banner-m,
#main .banner-m {
  min-height: 40vh !important;
}
.main .banner-s,
#main .banner-s {
  min-height: 20vh !important;
}
.main .banner-xs,
#main .banner-xs {
  min-height: 10vh !important;
}
.main .products-line,
#main .products-line {
  display: flex;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .main .products-line,
  #main .products-line {
    flex-direction: column;
  }
}
.main .products-line .prod-block,
#main .products-line .prod-block {
  position: relative;
  min-height: 20vh;
  width: 33.3333333333vw;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main .products-line .prod-block,
  #main .products-line .prod-block {
    width: 100%;
  }
}
.main .products-line .prod-block .prod-block-title,
#main .products-line .prod-block .prod-block-title {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.main .products-line .prod-block a:last-child,
#main .products-line .prod-block a:last-child {
  margin-left: 30px;
}
.main .products-line .sticker,
#main .products-line .sticker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.main .products-line .bg,
#main .products-line .bg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .products-line .bg img,
#main .products-line .bg img {
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.sticker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.block {
  padding: 120px 0;
  position: relative;
  z-index: 0;
}

.block-dark {
  background-color: #FBFBFB;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

.block-red {
  position: relative;
  padding: 60px 0;
  background: rgb(252, 36, 98);
  background: linear-gradient(135deg, rgb(252, 36, 98) 10%, rgb(242, 3, 60) 90%);
  color: #FFFFFF !important;
  box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.45);
}
.block-red h1,
.block-red h2,
.block-red h3 {
  color: #FFFFFF !important;
}

.block-cta {
  padding: 60px 0;
  font-style: italic;
  background-image: url(../img/bg-binaries.png);
}

.block-doc {
  padding: 30px 0 60px;
}

.feature-container-large {
  width: 80% !important;
}

.feature-container {
  display: flex;
  width: 50%;
  min-width: 400px;
  margin: 0 auto;
  justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.feature-box {
  display: flex;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  align-items: center;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.feature-box .feature-box-icon {
  width: 80px;
}
.feature-box .feature-box-icon img {
  width: 100%;
}
.feature-box .feature-box-content {
  margin-left: 20px;
  width: inherit;
}
.feature-box .feature-box-content .title {
  font-weight: 700;
}
.feature-box:hover {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.row-divider {
  display: block;
  height: 1px;
  background-color: #3dbfbd;
  margin: 90px 0;
}

ol {
  list-style: decimal !important;
  padding-left: 30px;
}

.list {
  list-style: none !important;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
}
.list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-image: url(../img/icon/icon-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 10px;
}
.list li ul {
  margin-bottom: 0;
  margin-top: 15px;
  list-style-type: disc;
  padding-left: 30px;
}
.list li ul li {
  padding-left: 0;
}
.list li ul li:before {
  display: none;
}

.list-icon {
  list-style: none !important;
}
.list-icon li:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.list-clear li {
  padding-left: 0;
}
.list-clear li:before {
  display: none;
}

.list-group {
  list-style: none !important;
  padding-left: 0 !important;
}

.news-block {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.news-link {
  display: flex;
  border-top: 1px solid #3dbfbd;
  border-bottom: 1px solid #3dbfbd;
  height: 120px;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: -1px;
}
.news-link:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background-image: url(../img/+.svg);
  background-size: cover;
}
.news-link span {
  padding-left: 20px;
  display: inline-flex;
}

.title-part {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.title-part img {
  height: 40px;
  margin-right: 10px;
}
.title-part h3 {
  margin: 0 !important;
}

.price {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  background: #FFFFFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: relative;
  margin: 10px auto 0;
  font-size: 1.2rem;
  height: fit-content;
  height: -moz-fit-content;
}

.bg-full-height {
  height: 100%;
  overflow: hidden;
}
.bg-full-height img {
  height: 100%;
  max-width: unset;
}

dl dt {
  color: #3dbfbd;
  font-weight: 600;
}
dl dd {
  margin-bottom: 30px;
}

.button-toggle-highcontrast {
  position: fixed;
  top: 50%;
  right: -150px;
  z-index: 10000;
  padding: 10px;
  transition: right ease 0.3s;
  background-color: #F2F3F4;
  border: none;
  cursor: pointer;
}
.button-toggle-highcontrast:hover {
  right: -1px;
  transition: right ease 0.3s;
}
.button-toggle-highcontrast:before {
  font-family: "Font Awesome 5 Free";
  content: "\f042";
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: -30px;
  border: none;
  z-index: 11000;
  background-color: #F2F3F4;
  border-radius: 3px 0 0 3px;
  filter: brightness(100%);
}
.button-toggle-highcontrast:before:hover {
  filter: brightness(50%);
}

a.black:hover {
  color: #3dbfbd !important;
}

.block-version {
  background-color: #FBFBFB;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.block-version .version-link {
  padding: 0 10px;
}

#login-banner-container {
  position: relative;
  height: 40px;
  min-height: 40px;
}
#login-banner-container #login-banner {
  width: 100%;
  min-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBFBFB;
  color: #091E25;
  box-shadow: 0 0 6px #091E25;
  position: fixed;
  top: 0;
  z-index: 100000;
  flex-direction: row;
  font-size: 0.8rem;
}
#login-banner-container #login-banner .version {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 160px;
  box-sizing: border-box;
}
@media only screen and (max-width : 600px) {
  #login-banner-container #login-banner .version {
    padding: 0;
  }
}
#login-banner-container #login-banner .login-status {
  position: fixed;
  top: 0;
  right: 20px;
  display: inline-block;
  line-height: 40px;
}
@media only screen and (max-width : 600px) {
  #login-banner-container #login-banner .login-status {
    display: none;
  }
}

.bar-navigation {
  height: auto;
  position: relative;
  border-top: 1px solid #FFFFFF;
  z-index: 0;
}
@media only screen and (max-width : 900px) {
  .bar-navigation {
    height: auto;
  }
}
.bar-navigation .nav-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .nav-list {
    flex-direction: column;
  }
}
.bar-navigation .nav-list .collapsible-horizontal {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 1s;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 1vw;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 900px) {
  .bar-navigation .nav-list .collapsible-horizontal {
    transition: none;
    min-width: 100%;
    height: 50px !important;
  }
}
.bar-navigation .nav-list .collapsible-horizontal .content {
  width: 33vw;
  position: relative;
  padding: 50px 30px 70px 80px;
  box-sizing: border-box;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .nav-list .collapsible-horizontal .content {
    height: 100%;
    width: 100vw;
    height: 100%;
    padding: 50px 30px 70px;
  }
}
.bar-navigation .nav-list .collapsible-horizontal .content:before {
  content: "";
  background: rgb(1, 1, 1);
  background: linear-gradient(90deg, rgba(24, 0, 61, 0) 0%, rgba(24, 0, 61, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bar-navigation .nav-list .collapsible-horizontal .content .title {
  transition: all 0.35s;
  transform: rotate(90deg);
  transform-origin: bottom left;
  height: 50px;
  position: absolute;
  top: -47px;
  left: -2px;
  z-index: 11;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width : 900px) {
  .bar-navigation .nav-list .collapsible-horizontal .content .title {
    transition: all 0.35s;
    transform: rotate(0deg);
    transform-origin: bottom left;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 10;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
.bar-navigation .nav-list .collapsible-horizontal .content .title h4 {
  transition: all 0.35s;
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0;
  white-space: pre;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .nav-list .collapsible-horizontal .content .title h4 {
    font-size: 2rem;
  }
}
.bar-navigation .nav-list .collapsible-horizontal .content .title .smaller {
  font-size: 3.6rem;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .nav-list .collapsible-horizontal .content .title .smaller {
    font-size: 2rem;
  }
}
.bar-navigation .nav-list .collapsible-horizontal .content .desc {
  transition: all 0.35s;
  opacity: 0;
  color: #FFFFFF;
  z-index: 10;
  text-align: justify;
}
.bar-navigation .nav-list .collapsible-horizontal .content .desc p {
  margin-bottom: 10px;
}
.bar-navigation .nav-list .collapsible-horizontal .content .cta {
  margin-top: 20px;
  transition: all 0.35s;
  opacity: 0;
  display: block;
  z-index: 10;
}
.bar-navigation .nav-list .collapsible-horizontal .content .cta .btn-link {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 18px;
  font-size: 0.85rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.2s;
  cursor: pointer;
}
.bar-navigation .nav-list .collapsible-horizontal .quote {
  display: flex;
  z-index: 10;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.bar-navigation .nav-list .collapsible-horizontal .quote a {
  background-color: rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  display: flex;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.bar-navigation .nav-list .collapsible-horizontal .bg-el img {
  position: absolute;
  bottom: -20%;
  right: -20%;
  z-index: -1;
}
.bar-navigation .collapsible-horizontal:hover,
.bar-navigation .collapsible-horizontal.active {
  transition: all 1s;
  width: 200% !important;
  min-width: 33vw;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .collapsible-horizontal:hover,
  .bar-navigation .collapsible-horizontal.active {
    transition: none;
    width: 100% !important;
    min-width: 100vw;
    height: 100% !important;
  }
}
.bar-navigation .collapsible-horizontal:hover .content .title,
.bar-navigation .collapsible-horizontal.active .content .title {
  transition: all 0.35s;
  top: -40px;
  left: -1px;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .collapsible-horizontal:hover .content .title,
  .bar-navigation .collapsible-horizontal.active .content .title {
    transition: all 0.35s;
    top: -30px;
    left: 15px;
  }
}
.bar-navigation .collapsible-horizontal:hover .content .title h4,
.bar-navigation .collapsible-horizontal.active .content .title h4 {
  transition: all 0.35s;
  font-size: 7.5rem;
}
.bar-navigation .collapsible-horizontal:hover .content .title .smaller,
.bar-navigation .collapsible-horizontal.active .content .title .smaller {
  transition: all 0.35s;
  font-size: 7.5rem;
}
.bar-navigation .collapsible-horizontal:hover .content .desc,
.bar-navigation .collapsible-horizontal.active .content .desc {
  transition: all 0.35s;
  opacity: 1;
}
.bar-navigation .collapsible-horizontal:hover .content .cta,
.bar-navigation .collapsible-horizontal.active .content .cta {
  transition: all 0.35s;
  opacity: 1;
  display: block;
}
.bar-navigation .collapsible-horizontal:hover .content .quote,
.bar-navigation .collapsible-horizontal.active .content .quote {
  transition-delay: 3s;
  transition: all 0.35s;
  opacity: 1;
}
@media only screen and (max-width : 900px) {
  .bar-navigation .collapsible-horizontal:hover .content .quote,
  .bar-navigation .collapsible-horizontal.active .content .quote {
    transition-delay: 0s;
  }
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 0) {
  :root {
    font-size: 12px;
  }
}
@media only screen and (min-width: 900px) {
  :root {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    font-size: 14px;
  }
}

body {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #091E25;
  letter-spacing: unset !important;
}

h1,
h2,
h3,
h4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  word-spacing: 2px;
  color: #3dbfbd;
}

h5,
h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 2.85rem;
  line-height: 110%;
  margin: 1.9rem 0 1.14rem 0;
}

h2 {
  font-size: 2.85rem;
  line-height: 110%;
  margin: 1.9rem 0 1.14rem 0;
}

h3 {
  font-size: 2rem;
  line-height: 110%;
  margin: 1.3333333333rem 0 0.8rem 0;
}

h4 {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 1rem 0 0.6rem 0;
}

h5 {
  font-size: 1.2rem;
  line-height: 100%;
  margin: 0;
}

h6 {
  font-size: 1.2rem;
  line-height: 100%;
  margin: 0;
}

em {
  font-style: italic;
}

strong,
.strong,
b {
  font-weight: 600;
}

small,
.small {
  font-size: 0.8rem;
  font-weight: 400 !important;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.big {
  font-size: 2rem;
}

.regular {
  font-size: 1rem;
}

p {
  margin-bottom: 30px;
}

i {
  font-style: italic;
}

sup {
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  top: -7px;
}

sub {
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  bottom: -7px;
}

.btn {
  display: inline-flex;
  height: 40px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 24px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #3dbfbd;
  box-shadow: 0 0 8px rgba(53, 196, 192, 0.5);
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  word-break: break-all;
  min-width: max-content;
}
.btn span {
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  color: #FFFFFF;
  width: max-content;
}

.btn-s {
  display: inline-flex;
  height: 30px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 15px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #3dbfbd;
  box-shadow: 0 0 8px rgba(53, 196, 192, 0.5);
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #FFFFFF;
  cursor: pointer;
}
.btn-s span {
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #FFFFFF;
  width: max-content;
}

.btn-2h {
  height: 80px;
  border-radius: 40px;
  padding: 0 30px;
}
.btn-2h span {
  line-height: 1.4rem;
}

.btn-blue {
  background-color: #3dbfbd;
  box-shadow: 0 0 8px rgba(53, 196, 192, 0.5);
}

.btn-orange {
  background-color: #fdba2a;
  box-shadow: 0 0 8px rgba(253, 186, 42, 0.5);
}

.btn-purple {
  background-color: #65429a;
  box-shadow: 0 0 8px rgba(101, 66, 154, 0.5);
}

.btn-white {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.btn-error {
  background-color: #e53225;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.btn-red {
  background-color: #FC2462;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.btn-gray {
  background-color: #F2F3F4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.btn-fixed-width {
  min-width: 160px;
}

.btn-full {
  width: 100%;
  text-align: center;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-justify {
  text-align: justify;
}

.table-responsive {
  overflow-y: hidden;
  display: block;
  width: 100%;
}

table.comparative {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}
table.comparative a {
  color: #3dbfbd;
}
table.comparative thead th {
  height: 150px;
  vertical-align: bottom;
  width: 20%;
}
table.comparative thead span {
  display: block;
  width: auto;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  font-size: 1.2rem;
  font-weight: 900;
  text-align: left;
  position: relative;
  left: 58%;
}
table.comparative thead a {
  color: #3dbfbd;
  padding: 15px 0 10px 0;
  display: block;
}
table.comparative tbody tr:nth-child(2n+1) {
  background: #F2F3F4;
}
table.comparative tbody tr:last-child {
  background: #FFFFFF;
}
table.comparative tbody tr:last-child td {
  vertical-align: top;
  padding: 40px 0;
}
table.comparative tbody tr td:first-child {
  font-size: 0.85rem;
  padding: 10px 20px;
}
table.comparative tbody tr td {
  font-size: 0.85rem;
  vertical-align: middle;
  padding: 15px;
}
table.comparative tbody tr img {
  display: block;
  height: 20px;
  margin: 0 auto;
}
table.comparative .border-purple {
  border-left: 3px solid #65429a;
}
table.comparative .border-orange {
  border-left: 3px solid #fdba2a;
}
table.comparative .border-blue {
  border-left: 3px solid #3dbfbd;
}
table.comparative .border-green {
  border-left: 3px solid #40B769;
}

table {
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  box-sizing: border-box;
}
table th {
  padding: 10px 10px;
  font-weight: 900;
}
table tr:nth-child(2n+1) {
  background: #F2F3F4;
}
table tr td {
  font-size: 0.85rem;
  vertical-align: middle;
  padding: 20px;
}
table sup {
  display: inlinne-block;
  position: relative;
  top: -0.5rem;
}

.table {
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  box-sizing: border-box;
}
.table th {
  padding: 10px 10px;
  font-weight: 900;
}
.table tr:nth-child(2n+1) {
  background: #F2F3F4;
}
.table tr:last-child {
  background: #FFFFFF;
}
.table tr:last-child td {
  vertical-align: top;
  padding: 20px 0;
}
.table tr td:first-child {
  font-size: 1rem;
  padding: 10px 20px;
}
.table tr td {
  font-size: 0.85rem;
  vertical-align: middle;
  padding: 20px;
}
.table sup {
  display: inlinne-block;
  position: relative;
  top: -0.5rem;
}

.country-list {
  padding: 30px;
}
.country-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
}
.country-list ul li {
  padding: 15px 36px;
  width: 109px;
}
.country-list ul li a {
  color: #091E25;
}

.become-partner {
  background-color: #3dbfbd;
  color: #FFFFFF;
  width: 80%;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  padding: 15px 30px;
  margin-bottom: 60px;
}
.become-partner .become-partner-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.become-partner .become-partner-content .become-partner-content-desc {
  display: block;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width : 900px) {
  .become-partner .become-partner-content {
    flex-direction: column;
  }
  .become-partner .become-partner-content .become-partner-content-desc {
    padding: 0 0 15px 0;
  }
}

.country {
  display: block;
  border-bottom: 1px solid #3dbfbd;
  padding: 60px 0;
}
.country .country-title {
  font-size: 2.85rem;
  font-weight: 900;
}
.country .reseller-list li {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.country .reseller-list li .reseller-type {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #3dbfbd;
  margin-bottom: 10px;
  font-weight: 900;
}
.country .reseller-list li .reseller-info {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.country .reseller-list li .reseller-info .info-line {
  display: flex;
  flex-direction: row;
}
.country .reseller-list li .reseller-info .info-line .reseller-info-label {
  display: block;
  width: 50%;
  text-align: right;
  padding-right: 7px;
  box-sizing: border-box;
}
.country .reseller-list li .reseller-info .info-line .reseller-info-data {
  display: block;
  width: 50%;
  text-align: left;
  padding-left: 7px;
  box-sizing: border-box;
}
.country .reseller-list li .reseller-info .info-line .reseller-info-data a {
  color: #3dbfbd;
}

#timeline, .timeline-no-line, .timeline {
  position: relative;
  padding: 30px 0;
}
#timeline .timeline-event, .timeline-no-line .timeline-event, .timeline .timeline-event {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
#timeline .timeline-event:first-child:before, .timeline-no-line .timeline-event:first-child:before, .timeline .timeline-event:first-child:before {
  content: "";
  display: block;
  height: 50%;
  padding: 30px 0 0 0;
  box-sizing: content-box;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 167px;
  background-color: #091E25;
  z-index: 10;
}
@media only screen and (max-width : 600px) {
  #timeline .timeline-event:first-child:before, .timeline-no-line .timeline-event:first-child:before, .timeline .timeline-event:first-child:before {
    display: none;
  }
}
#timeline .timeline-event:last-child:before, .timeline-no-line .timeline-event:last-child:before, .timeline .timeline-event:last-child:before {
  content: "";
  display: block;
  height: 50%;
  padding: 40px 0 0 0;
  box-sizing: content-box;
  width: 1px;
  position: absolute;
  top: -50%;
  left: 167px;
  background-color: #091E25;
}
@media only screen and (max-width : 600px) {
  #timeline .timeline-event:last-child:before, .timeline-no-line .timeline-event:last-child:before, .timeline .timeline-event:last-child:before {
    display: none;
  }
}
#timeline .timeline-event:before, .timeline-no-line .timeline-event:before, .timeline .timeline-event:before {
  content: "";
  display: block;
  height: 100%;
  padding: 30px 0 0 0;
  box-sizing: content-box;
  width: 1px;
  position: absolute;
  top: 0;
  left: 167px;
  background-color: #091E25;
  z-index: 10;
}
@media only screen and (max-width : 600px) {
  #timeline .timeline-event:before, .timeline-no-line .timeline-event:before, .timeline .timeline-event:before {
    display: none;
  }
}
#timeline .timeline-event:last-child, .timeline-no-line .timeline-event:last-child, .timeline .timeline-event:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px) {
  #timeline .timeline-event, .timeline-no-line .timeline-event, .timeline .timeline-event {
    flex-direction: column;
  }
}
#timeline .timeline-event .event-date, .timeline-no-line .timeline-event .event-date, .timeline .timeline-event .event-date {
  position: relative;
  margin-right: 60px;
  width: 149px;
  min-width: 149px;
  text-align: right;
}
#timeline .timeline-event .event-date:before, .timeline-no-line .timeline-event .event-date:before, .timeline .timeline-event .event-date:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #3dbfbd;
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -8px;
  z-index: 10;
}
#timeline .timeline-event .event-desc, .timeline-no-line .timeline-event .event-desc, .timeline .timeline-event .event-desc {
  display: block;
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}
#timeline .timeline-event .event-desc .read-more, .timeline-no-line .timeline-event .event-desc .read-more, .timeline .timeline-event .event-desc .read-more {
  display: block;
}
#timeline .timeline-event .event-desc img, .timeline-no-line .timeline-event .event-desc img, .timeline .timeline-event .event-desc img {
  display: block;
  margin: 30px auto;
  position: relative;
  max-width: 100%;
  height: auto;
}
#timeline .more, .timeline-no-line .more, .timeline .more {
  position: relative;
  transform: rotate(-90deg);
  display: inline-block;
  left: 124px;
  background: #FFFFFF;
  padding: 5px;
  top: 10px;
}

.timeline-no-line:before {
  display: none;
}
.timeline-no-line .timeline-event:before {
  display: none;
}
.timeline-no-line .timeline-event:first-child:before, .timeline-no-line .timeline-event:last-child:before {
  display: none;
}

.timeline-loop:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #091e25;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 31px;
}
.timeline-loop:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: content-box;
  height: 100%;
  width: 120px;
  border: 1px solid #091E25;
  top: 0;
  left: 46px;
  z-index: 0;
  border-radius: 60px;
}
@media only screen and (max-width : 600px) {
  .timeline-loop:after {
    display: none;
  }
}

.code-table, .compare-asm-c {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.code-table [class*=col-], .compare-asm-c [class*=col-] {
  padding: 0 !important;
}
.code-table [class*=col-]:last-child, .compare-asm-c [class*=col-]:last-child {
  background: #F2F3F4;
}
.code-table .snippet, .compare-asm-c .snippet {
  padding: 20px 40px;
  box-sizing: border-box;
  overflow: auto;
}
.code-table .code-table-title, .code-table .compare-language-asm, .compare-asm-c .code-table-title, .compare-asm-c .compare-language-asm {
  background-color: #3dbfbd;
  box-sizing: border-box;
  border-bottom: 1px solid #3dbfbd;
  padding: 0 30px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.code-table .code-table-title span, .code-table .compare-language-asm span, .compare-asm-c .code-table-title span, .compare-asm-c .compare-language-asm span {
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.code-table .code-table-title, .code-table .compare-language-c, .compare-asm-c .code-table-title, .compare-asm-c .compare-language-c {
  background-color: #FFFFFF;
  padding-left: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #3dbfbd;
  color: #3dbfbd;
  line-height: 46px;
  text-transform: uppercase;
  color: #3dbfbd;
}
.code-table .code-table-title span, .code-table .compare-language-c span, .compare-asm-c .code-table-title span, .compare-asm-c .compare-language-c span {
  line-height: 46px;
  text-transform: uppercase;
  color: #3dbfbd;
}
.code-table .code-title-light, .compare-asm-c .code-title-light {
  background-color: #FFFFFF;
  border-bottom: 1px solid #3dbfbd;
  color: #3dbfbd;
}
.code-table .code-title-light span, .compare-asm-c .code-title-light span {
  color: #3dbfbd;
}
.code-table .code-table-content, .compare-asm-c .code-table-content {
  font-family: "consolas", serif;
  font-size: 0.9rem;
  line-height: 1.57rem;
  padding: 40px 45px;
  box-sizing: border-box;
}
.code-table .code-content-light, .compare-asm-c .code-content-light {
  background-color: #FBFBFB;
}

.price-bundle {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url(../img/bg-bundle.svg);
  background-size: 200%;
  background-position: center right;
}
.price-bundle .price-bundle-container {
  padding: 0 30px;
}
.price-bundle .price-bundle-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin: 30px 0;
}
.price-bundle .price-bundle-title .price-bundle-title-icon {
  display: block;
  width: 60px;
  margin: 0 auto;
}
.price-bundle .price-bundle-list {
  margin-bottom: 20px;
}
.price-bundle .price-bundle-list li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.price-bundle .price-bundle-list li:last-child {
  margin-bottom: 0;
}
.price-bundle .price-bundle-list li img {
  height: 20px;
  margin-right: 10px;
}
.price-bundle .row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.price-bundle .row-flex .price-bundle-add {
  font-size: 0.9rem;
}
.price-bundle .row-flex .price-bundle-price {
  font-size: 3rem;
  color: #3dbfbd;
  font-weight: 900;
}
.price-bundle .row-flex .price-bundle-price span {
  font-size: 1rem;
  color: #091E25;
  display: block;
  text-align: right;
  margin-top: -18px;
}
.price-bundle .price-bundle-btn {
  display: flex;
  height: 90px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #3dbfbd;
  margin-top: 20px;
}
.price-bundle .price-bundle-btn span {
  font-size: 2rem;
  font-weight: 900;
  color: #FFFFFF;
}

.popular {
  position: relative;
}
.popular:before {
  content: "";
  display: block;
  width: 157px;
  height: 93px;
  background-image: url(../img/popular.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
}

#blog-list {
  margin-top: 30px;
}
#blog-list h1 sup {
  font-size: 1rem;
  color: #3dbfbd;
}
#blog-list .first-post-in-list, #blog-list .other-posts-in-list {
  display: block;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#blog-list .first-post-in-list .post-list-container, #blog-list .other-posts-in-list .post-list-container {
  margin-bottom: 15px;
}
#blog-list .first-post-in-list .post-list-container h3, #blog-list .other-posts-in-list .post-list-container h3 {
  margin: 0 0 10px 0;
  line-height: 100%;
}
#blog-list .first-post-in-list .post-list-container .post-meta, #blog-list .other-posts-in-list .post-list-container .post-meta {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}
#blog-list .first-post-in-list .post-list-container .post-meta span, #blog-list .other-posts-in-list .post-list-container .post-meta span {
  font-weight: 700;
  font-size: 0.8rem;
}
#blog-list .first-post-in-list .post-list-container .post-meta p, #blog-list .other-posts-in-list .post-list-container .post-meta p {
  margin-bottom: 0;
}
#blog-list .first-post-in-list .btn-read-more, #blog-list .other-posts-in-list .btn-read-more {
  display: inline-flex;
  height: 30px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 15px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #3dbfbd;
  font-size: 1rem;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  margin-top: 20px;
  box-shadow: 0 0 8px rgba(53, 196, 192, 0.5);
}
#blog-list .other-posts-in-list:nth-child(2n) {
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#blog-list .pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
#blog-list .pagination .page-numbers {
  margin: 0 5px;
  line-height: 24px;
}
#blog-list .pagination .current {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  border-radius: 50px;
  background-color: #3dbfbd;
  color: #FFFFFF;
}

#blog-article {
  margin-top: 30px;
}
#blog-article article h1 {
  color: #3dbfbd;
}
#blog-article article .post-meta {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}
#blog-article article .post-meta span {
  font-weight: 700;
  font-size: 0.8rem;
}
#blog-article article .post-meta p {
  margin: 0;
}
#blog-article article .post-content {
  margin-top: 30px;
}
#blog-article article .post-content img {
  display: block;
  margin: 30px auto;
  position: relative;
  max-width: 100%;
  height: auto;
}
#blog-article .prevnext-posts {
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  justify-content: center;
}
#blog-article .prevnext-posts i {
  color: #3dbfbd;
  font-size: 2rem;
  padding: 0 10px;
  position: relative;
  top: -4px;
}
#blog-article .prevnext-posts span {
  display: block;
  width: 1px;
  background-color: #091E25;
  margin: 0 10px;
  height: 2rem;
  position: relative;
  top: -4px;
}

.block-meta {
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: unset;
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

#testimonials .testimonial {
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(61, 191, 189, 0.16);
  background-color: #FFFFFF;
  margin: 0 auto 20px;
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
#testimonials .testimonial:last-child {
  margin-bottom: 0;
}
#testimonials .testimonial .testimonial-author {
  font-size: 1.28rem;
  font-weight: 700;
  border-bottom: 1px solid #3dbfbd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#testimonials .testimonial .testimonil-quote {
  text-align: center;
}

.card {
  display: block;
  box-sizing: border-box;
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.card .card-header {
  padding: 20px;
  background: #F2F3F4;
  font-weight: 700;
  font-size: 1.2rem;
}
.card .card-body {
  padding: 20px;
}
.card .list-group .list-group-item {
  padding: 20px;
  border-bottom: 1px solid #F2F3F4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.card-dark {
  background: #F2F3F4 !important;
}

@media (min-width: 768px) {
  .divider-left {
    border-left: 1px solid #3dbfbd;
  }
}

form .form-group {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
form .form-group label {
  display: block;
}
form .form-group input, form .form-group textarea {
  border: 1px solid #F2F3F4;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.search-form {
  height: 20px;
  display: block;
}
.search-form input {
  margin: 0;
  height: 20px;
  position: relative;
  top: -7px;
  width: 110px;
  background: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.search-form input::placeholder {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 300;
  opacity: 0.5;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
}
.search-form button {
  border: none;
  background-color: transparent;
}

.form-check {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.card i {
  color: #3dbfbd;
  padding-right: 10px;
}
.card .item-restricted-access {
  color: #e53225;
}
.card h5 {
  color: #091E25;
  margin-bottom: 10px;
}
.card p {
  margin-bottom: 0;
}

.version-card .card {
  margin: 20px 0;
}
.version-card .card .card-header {
  font-size: 1rem;
}
.version-card .card .card-body {
  text-align: center;
}
.version-card .card .card-body .btn {
  margin-bottom: 10px;
}
.version-card .card .card-body .btn span {
  font-size: 0.85rem !important;
}
.version-card .card .card-body .btn:last-child {
  margin-bottom: 0;
}
.version-card .card .btn-ida-version {
  display: inline-flex;
  height: 30px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 12px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #3dbfbd;
  box-shadow: 0 0 8px rgba(53, 196, 192, 0.5);
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  width: max-content;
}
.version-card .card .card-footer {
  padding: 10px;
  font-size: 0.85rem !important;
}

.block-release {
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.block-release h3 {
  margin-top: 0;
}

.list-release {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.list-release li {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
}
.list-release li:hover {
  background-color: #F2F3F4;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.list-release li a {
  color: #091E25;
  width: auto;
  display: inline-block;
  z-index: 1;
}

.breadcrumbs {
  font-size: 0.85rem;
  margin-top: 10px;
}

.box {
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 30px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
.box .box-off {
  position: absolute;
  display: block;
  width: 100%;
  top: -20px;
  text-align: center;
}
.box .box-off span {
  font-size: 2rem;
  color: #3dbfbd;
  font-weight: 900;
  display: inline-flex;
  border: 1px solid #3dbfbd;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: 40px;
  line-height: 40px;
  justify-content: center;
  min-width: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.box .box-title {
  color: #3dbfbd;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 0 30px;
  display: flex;
}
.box .box-title img {
  margin-right: 18px;
}
.box .box-title img.label {
  margin-right: 10px;
  height: 30px;
}
.box .box-title-small {
  color: #3dbfbd;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.box .box-title-small img {
  margin-right: 8px;
  height: 20px;
}
.box .box-container {
  padding: 0 30px;
}
.box .box-header-highlight {
  background-color: #3dbfbd;
  margin-bottom: 20px;
  padding: 0 30px;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.box .box-header-highlight:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  border-radius: 10px 10px 0px 0px;
  z-index: -1;
  padding-bottom: 30px;
  background: #2feda8;
  background: linear-gradient(135deg, #2feda8 10%, #35C4C0 90%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.box .box-header-highlight .bg-el {
  position: absolute;
  top: -30px;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  z-index: -1;
}
.box .box-header-highlight .bg-el img {
  position: absolute;
  top: -30%;
  left: -30%;
  opacity: 0.5;
}
.box .box-header-highlight .title-training {
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: 900;
  color: #FFFFFF;
}

.has-off {
  margin-top: 30px;
}

.box-important {
  background-color: white;
  border: 2px solid #3dbfbd;
  box-shadow: 0 0 8px rgba(61, 191, 189, 0.42);
  border-radius: 5px;
  padding: 30px 0;
  box-sizing: border-box;
}
.box-important .box-title {
  font-weight: 700;
}

.box20 {
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 30px 0;
  box-sizing: border-box;
}

.box-item {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: unset;
  background-color: #FBFBFB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.box-item img {
  height: 22px;
  margin-right: 10px;
}
.box-item span {
  font-weight: 700;
}

.box-item-small {
  padding: 10px;
  margin: 10px;
}
.box-item-small span {
  font-size: 0.85rem;
}

.main ul, .main ol, article ul, article ol {
  padding-left: 30px;
  box-sizing: border-box;
  list-style: initial;
  margin-bottom: 30px;
}
.main ul ul, .main ul ol, .main ol ul, .main ol ol, article ul ul, article ul ol, article ol ul, article ol ol {
  margin-bottom: 0;
}
.main figure, article figure {
  margin-bottom: 30px;
  text-align: center;
}
.main figure img, article figure img {
  margin-bottom: 5px;
}
.main figure figcaption, article figure figcaption {
  font-size: 0.85rem;
  font-style: italic;
}

/* Keyboard keys*/
kbd {
  font-family: Consolas, "Lucida Console", monospace;
  display: inline-block;
  border-radius: 3px;
  padding: 0.1em 0.6em;
  line-height: 1.4;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #F2F3F4;
  margin: 0 0.1em;
  font-size: 87.5%;
  vertical-align: middle;
  background: #eee;
  color: #555;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  /* Prevent selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

kbd:hover,
kbd:hover * {
  color: #091E25;
  /* box-shadow: 1px 1px 1px #333; */
}

kbd:active,
kbd:active * {
  color: black;
  box-shadow: 1px 1px 0 #ddd inset;
}

kbd kbd {
  padding: 0;
  margin: 0 1px;
  box-shadow: 0 0 0 black;
  vertical-align: baseline;
  background: none;
}

kbd kbd:hover {
  box-shadow: 0 0 0 black;
}

kbd:active kbd {
  box-shadow: 0 0 0 black;
  background: none;
}

table.table-bugbounty tr:nth-child(1) {
  white-space: nowrap;
}

blockquote.quotefrompage {
  font-style: normal;
  color: #000;
  padding: 1.5em;
  border-left: 6px solid #ddd;
  margin: 1.5rem 0;
  background-color: #f9f9f9;
}

blockquote {
  margin-bottom: 30px;
  font-style: normal;
  color: #091E25;
  padding: 10px;
  border-left: 1px solid #3dbfbd;
  box-sizing: border-box;
}

code {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 5px;
  background-color: #FBFBFB;
  font-family: "Consolas", monospace;
  border-radius: 2px;
  border: 1px solid #F2F3F4;
}

.downloads-area {
  border: 1px solid #F2F3F4;
  padding: 1.5em;
  width: fit-content;
}
.downloads-area p {
  line-height: 1.2;
}
.downloads-area p.downloads-header {
  font-variant: all-small-caps;
  font-size: 1.1em;
}
.downloads-area a.page, .downloads-area a.pdf, .downloads-area a.zip, .downloads-area a.py, .downloads-area a.idb {
  display: block;
  text-decoration: none;
}
.downloads-area a.page:before, .downloads-area a.pdf:before, .downloads-area a.zip:before, .downloads-area a.py:before, .downloads-area a.idb:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  display: block;
  float: left;
  font-weight: 900;
  font-size: 15px;
  margin-right: 5px;
}
.downloads-area a.page:before {
  color: #3dbfbd;
  content: "\f15b";
}
.downloads-area a.pdf:before {
  color: #3dbfbd;
  content: "\f1c1";
}
.downloads-area a.zip:before {
  color: #3dbfbd;
  content: "\f1c6";
}
.downloads-area a.py:before {
  color: #091E25;
  font-weight: 400 !important;
  content: "\f3e2";
}
.downloads-area a.idb:before {
  color: #091E25;
  content: "\f1c0";
}

.checkpoint {
  font-weight: 600;
  background-color: #FFFF80;
}

pre, .pre {
  display: block;
  margin: 30px;
  box-sizing: border-box;
  font-family: "Consolas", monospace;
  white-space: pre;
  width: auto;
  word-spacing: initial;
}

.compare-asm-c,
.show-asm {
  word-spacing: initial;
}

.compare-asm-c .c1,
.show-asm .c1 {
  color: blue;
}

.compare-asm-c .c12,
.show-asm .c12 {
  color: green;
}

.compare-asm-c .c14,
.show-asm .c14 {
  color: green;
}

.compare-asm-c .c15,
.show-asm .c15 {
  color: #8080FF;
}

.compare-asm-c .c17,
.show-asm .c17 {
  color: olive;
}

.compare-asm-c .c2,
.show-asm .c2 {
  color: blue;
}

.compare-asm-c .c21,
.show-asm .c21 {
  color: blue;
}

.compare-asm-c .c23,
.show-asm .c23 {
  color: gray;
}

.compare-asm-c .c24,
.show-asm .c24 {
  color: #8080FF;
}

.compare-asm-c .c25,
.show-asm .c25 {
  color: green;
}

.compare-asm-c .c26,
.show-asm .c26 {
  color: navy;
}

.compare-asm-c .c27,
.show-asm .c27 {
  color: blue;
}

.compare-asm-c .c3,
.show-asm .c3 {
  color: gray;
}

.compare-asm-c .c31,
.show-asm .c31 {
  color: #008040;
}

.compare-asm-c .c32,
.show-asm .c32 {
  color: navy;
}

.compare-asm-c .c33,
.show-asm .c33 {
  color: navy;
}

.compare-asm-c .c34,
.show-asm .c34 {
  color: fuchsia;
}

.compare-asm-c .c37,
.show-asm .c37 {
  color: blue;
}

.compare-asm-c .c4,
.show-asm .c4 {
  color: gray;
}

.compare-asm-c .c44,
.show-asm .c44 {
  color: black;
}

.compare-asm-c .c5,
.show-asm .c5 {
  color: navy;
}

.compare-asm-c .c6,
.show-asm .c6 {
  color: navy;
}

.compare-asm-c .c7,
.show-asm .c7 {
  color: blue;
}

.compare-asm-c .c8,
.show-asm .c8 {
  color: blue;
}

.compare-asm-c .c9,
.show-asm .c9 {
  color: navy;
}

#shop form {
  overflow: auto;
}
#shop table tr:nth-child(2n+1) {
  background: none;
}
#shop table tr td {
  vertical-align: middle;
}
#shop #main_content {
  margin-top: 20px;
}
#shop .filter-table {
  margin: 0 auto;
  position: relative;
  background-color: #FBFBFB;
}
#shop .filter-table tr td {
  font-size: 1rem !important;
  padding: 20px;
  text-align: left;
  background-color: #FBFBFB;
  vertical-align: middle;
}
#shop .filter-table tr td label {
  display: inline-block;
  padding-right: 5px;
}
#shop .products-table {
  background-color: #F2F3F4;
  margin-bottom: 30px;
}
#shop .products-table tr td {
  padding: 7px 20px;
}
#shop .products-table tr td a {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 5px;
  border-radius: 3px;
  display: flex;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #091E25;
  font-size: 14px;
}
#shop .products-table tr td a img {
  margin-right: 11px;
}
#shop .products-table .sub-products-table {
  box-shadow: unset;
  border-radius: unset;
  font-size: 20px;
  width: 100%;
}
#shop .products-table .sub-products-table tr {
  background-color: unset;
}
#shop .divider {
  display: block;
  height: 1px;
  margin: 30px 0;
  background-color: #091E25;
  opacity: 0.1;
}
#shop form[name=registration_form] table,
#shop form[name=login_form] table,
#shop form[name=forgot_form] table {
  margin-top: 30px;
}
#shop form[name=registration_form] table tr td,
#shop form[name=login_form] table tr td,
#shop form[name=forgot_form] table tr td {
  padding: 10px 20px;
}
#shop form[name=registration_form] table tr:first-child td,
#shop form[name=login_form] table tr:first-child td,
#shop form[name=forgot_form] table tr:first-child td {
  padding-top: 20px;
}
#shop form[name=registration_form] table tr:last-child td,
#shop form[name=login_form] table tr:last-child td,
#shop form[name=forgot_form] table tr:last-child td {
  padding-bottom: 20px;
}
#shop input[type=submit] {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 24px;
  border: 1px solid #FFFFFF;
  background-color: #3dbfbd;
  color: #FFFFFF;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
}
#shop .alert-red {
  display: block;
  color: #e53225;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 5px;
  width: fit-content;
  background-color: rgba(229, 50, 37, 0.1);
  border: 1px solid #e53225;
}
#shop .lead {
  display: block;
  color: #3dbfbd;
  font-weight: bold;
  font-size: 16px;
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 5px;
  width: fit-content;
  background-color: rgba(61, 191, 189, 0.1);
  border: 1px solid #3dbfbd;
}
#shop .view-cart {
  display: block;
  font-size: 14px;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #3dbfbd;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#shop .quote-table {
  margin-bottom: 30px;
}
#shop .quote-table td {
  padding: 20px;
}

#shop-new #secondary-menu a {
  color: #091E25;
  margin: 0 !important;
}
#shop-new #secondary-menu a span {
  font-weight: 300;
}
#shop-new #secondary-menu span {
  font-weight: 900;
}
#shop-new .box {
  border-radius: 20px !important;
  overflow: hidden;
}
#shop-new .red {
  color: #e53225;
}
#shop-new .orientation-h {
  flex-direction: row !important;
}
#shop-new .required {
  font-weight: 900;
}
#shop-new form .form-group {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}
#shop-new form .form-group label {
  display: block;
  margin-bottom: 10px;
  margin-left: 5px;
}
#shop-new form .form-group input, #shop-new form .form-group textarea {
  border: 1px solid #F2F3F4;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
#shop-new form .form-group input[type=file] {
  background: none;
  box-shadow: unset;
  border: none;
}
#shop-new form input[type=checkbox] {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
}
#shop-new form .select-css {
  letter-spacing: inherit;
  display: block;
  font-size: 1rem;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  appearance: none;
  border: 1px solid #F2F3F4;
  font-weight: 400;
  color: #091E25;
}
#shop-new form .select-css ::-ms-expand {
  display: none;
}
#shop-new form .select-css:hover {
  background-color: #FBFBFB;
  cursor: pointer;
}
#shop-new form .select-css:focus {
  background-color: #FFFFFF;
  outline: none;
}
#shop-new form .select-css option {
  letter-spacing: inherit;
  font-weight: 400;
}
#shop-new form .add-key {
  flex-direction: row !important;
  align-items: center;
}
#shop-new form .add-cart {
  background: #fdba2a;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 100%;
  border: 30px solid #fdba2a;
  cursor: pointer;
  position: relative;
  margin-top: -30px;
  top: 30px;
  z-index: 10;
}
#shop-new form .add-cart span {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 900;
}
#shop-new form .add-cart:before {
  content: "";
  display: block;
  height: 200px;
  width: 200%;
  z-index: -1;
  position: absolute;
  left: -60px;
  top: -30px;
  background-color: #fdba2a;
}
#shop-new form .add-cart:disabled {
  cursor: default;
}
#shop-new #filters {
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 30px;
}
#shop-new #filters .filters-title {
  display: inline-block;
  width: 200px;
  text-align: center;
  transform-origin: top left;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 36px;
  border-top: 1px solid #3dbfbd;
  margin-top: -100px;
}
#shop-new #products {
  margin-bottom: 15px;
}
#shop-new .cart-box {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 20px 20px 0 20px !important;
  z-index: 10;
}
#shop-new .cart-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 30px;
}
#shop-new .cart-item .loading {
  z-index: 100;
  background-color: #FBFBFB;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#shop-new .cart-item .loading .loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#shop-new .cart-item .loading .loading-container img {
  width: 70px;
}
#shop-new .cart-item .cart-item-prod-info {
  width: 80%;
  display: flex;
  flex-direction: column;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .products {
  width: 80%;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .products ul {
  border-left: 1px solid #3dbfbd;
  list-style: none;
  padding-left: 10px;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .amount-seats {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  align-items: center;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .amount-seats label {
  font-size: 0.8rem;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .amount-seats input {
  width: 4ch;
  border: 1px solid #F2F3F4;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 5px;
  box-sizing: content-box;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .amount-seats input:focus {
  outline: none;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-prod .remove-item {
  position: relative;
  display: block;
  top: 8px;
  color: #FFFFFF;
  height: 28px;
  width: 28px;
  cursor: pointer;
  background-image: url(../img/shop/delete.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-user .end-user {
  padding-top: 24px;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-user .end-user .form-group {
  flex-direction: row;
  align-items: center;
  margin-bottom: 14px;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-user .end-user .form-group label {
  width: 19ch;
  margin: 0;
}
#shop-new .cart-item .cart-item-prod-info .cart-item-prod-detail-user .end-user .form-group input {
  width: 100%;
  max-width: 100%;
}
#shop-new .cart-item .cart-item-price {
  display: flex;
  width: 20%;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 10px;
}
#shop-new .cart-item .cart-item-discount {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#shop-new .cart-item .cart-item-discount span {
  display: inline-block;
  background-color: #3dbfbd;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 20px;
}
#shop-new .calculation {
  display: flex;
  justify-content: flex-end;
  z-index: -1;
  position: relative;
}
#shop-new .calculation table {
  border-radius: 0 0 20px 20px;
}
#shop-new .calculation table tr {
  background-color: #3dbfbd;
  color: #FFFFFF;
}
#shop-new .calculation table tr:nth-child(2n) {
  opacity: 0.8;
}
#shop-new .calculation table tr td {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 400;
}
#shop-new .calculation table tr td:first-child {
  text-align: right;
}
#shop-new .disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
#shop-new .disabled:hover + .info-needed {
  display: block;
}
#shop-new .block-action {
  margin-top: 30px;
}
#shop-new .table-responsive {
  padding: 7px;
}
#shop-new .quotes-table {
  font-weight: 400;
  border-radius: 20px;
  width: auto;
}
#shop-new .quotes-table tr:nth-child(2n+1) {
  background-color: #F2F3F4;
}
#shop-new .quotes-table tr th {
  font-weight: 900;
  background-color: #3dbfbd;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 1rem;
}
#shop-new .quotes-table tr td {
  padding: 10px 20px;
  text-align: left;
  font-size: 1rem;
  white-space: nowrap;
}
#shop-new .quotes-table tr .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#shop-new .quotes-table .btn-action {
  display: flex;
  color: #FFFFFF;
  height: 28px;
  width: 28px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#shop-new .quotes-table .btn-action:last-child {
  margin-right: 0;
}
#shop-new button:disabled {
  opacity: 0.2;
}
#shop-new input[type=number] {
  appearance: none;
}
#shop-new input::-webkit-outer-spin-button,
#shop-new input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error {
  border: 2px solid #e53225 !important;
  box-shadow: 0 2px 4px rgba(229, 50, 37, 0.5) !important;
}

.error-label {
  font-weight: 900;
  color: #e53225;
}

.action-group .action-element {
  position: relative;
  display: inline-block;
}
.action-group .info-needed {
  display: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 100;
  font-size: 0.8rem;
  color: #e53225;
}
.action-group :disabled:hover + .info-needed {
  display: block;
}
@media only screen and (max-width : 900px) {
  .action-group {
    text-align: center;
  }
}

.cart-item {
  margin-bottom: 50px;
}
.cart-item .cart-item-header {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  padding: 5px 0;
  color: #FFFFFF;
}
.cart-item .cart-item-header:before {
  content: "";
  display: block;
  height: 100%;
  width: 200%;
  position: absolute;
  left: -30px;
  background-color: #3dbfbd;
  top: 0;
  z-index: -1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  opacity: 0.5;
}
.cart-item .cart-item-header .update-bundle {
  position: relative;
  display: inline-flex;
  top: 3px;
  color: #FFFFFF;
  height: 28px;
  width: 28px;
  cursor: pointer;
  background-image: url(../img/shop/loading-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.cart-item .cart-item-header .save-cart {
  position: relative;
  display: inline-flex;
  top: 3px;
  color: #FFFFFF;
  height: 28px;
  width: 28px;
  cursor: pointer;
  background-image: url(../img/shop/save-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.cart-item .cart-item-header .remove-bundle {
  position: relative;
  display: inline-flex;
  top: 3px;
  color: #FFFFFF;
  height: 28px;
  width: 28px;
  cursor: pointer;
  background-image: url(../img/shop/delete-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.cart-item .filters {
  margin-bottom: 20px;
}
.cart-item .filters .title-filter {
  display: block;
  margin-bottom: 10pxpx;
  margin-left: 10px;
}
.cart-item .filters .filter-container {
  display: flex;
  flex-direction: row !important;
}
.cart-item .filters .filter-container .form-group {
  flex-direction: row !important;
  width: 30% !important;
  margin-right: 5% !important;
  position: relative;
}
.cart-item .filters .filter-container .form-group:last-child {
  margin-right: 0 !important;
}
.cart-item .filters .filter-container .form-group select {
  width: 100%;
  max-width: 100%;
}
.cart-item .filters .filter-container .form-group i {
  padding: 0 5px;
  color: #3dbfbd;
  font-size: 0.8rem;
}
@media only screen and (max-width : 900px) {
  .cart-item .filters .filter-container {
    display: flex;
    flex-direction: column !important;
  }
  .cart-item .filters .filter-container .form-group {
    width: 90% !important;
  }
  .cart-item .filters .filter-container .form-group i {
    display: none;
  }
}
.cart-item .main-product {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
}
.cart-item .main-product .title-choose {
  display: block;
  margin-bottom: 0px;
  margin-left: 10px;
}
.cart-item .main-product .select-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.cart-item .main-product .select-group select {
  max-width: 100%;
  width: 100%;
}
.cart-item .main-product .select-group .product-price {
  display: block;
  position: absolute;
  right: -7ch;
  width: 7ch;
  top: 7px;
  text-align: right;
  padding-right: 0px;
  border-bottom: 1px solid #3dbfbd;
  box-sizing: border-box;
  font-weight: 700;
}
.cart-item .main-product02 {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: flex-end;
}
.cart-item .main-product02 .title-choose {
  display: block;
  margin-bottom: 0px;
  margin-left: 10px;
}
.cart-item .main-product02 .prod {
  width: inherit;
}
.cart-item .main-product02 .qty {
  width: 5ch;
  margin-left: 20px;
  top: 5px;
  position: relative;
}
.cart-item .main-product02 .qty .form-group {
  margin-bottom: 10px !important;
}
.cart-item .main-product02 .disc {
  position: relative;
  top: -9px;
}
.cart-item .main-product02 .select-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.cart-item .main-product02 .select-group select {
  max-width: 100%;
  width: 100%;
}
.cart-item .main-product02 .select-group .product-price {
  display: block;
  position: absolute;
  right: -7ch;
  width: 7ch;
  top: 7px;
  text-align: right;
  padding-right: 0px;
  border-bottom: 1px solid #3dbfbd;
  box-sizing: border-box;
  font-weight: 700;
}
.cart-item .sub-products {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-left: 30px solid transparent;
  position: relative;
  box-sizing: border-box;
}
.cart-item .sub-products:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #3dbfbd;
  position: absolute;
  top: 0;
  left: -15px;
}
.cart-item .sub-products .title-choose {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
}
.cart-item .sub-products .select-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  align-items: flex-start;
  height: 35px;
}
.cart-item .sub-products .select-group select {
  max-width: 100%;
  width: 100%;
}
.cart-item .sub-products .select-group select option:disabled {
  display: none;
}
.cart-item .sub-products .select-group .remove-decompiler {
  position: relative;
  display: block;
  top: 11px;
  color: #FFFFFF;
  height: 28px;
  width: 28px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url(../img/shop/delete.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cart-item .sub-products .select-group .qty {
  width: 5ch;
  margin-left: 20px;
}
.cart-item .sub-products .select-group .qty .form-group {
  margin-bottom: 10px;
}
.cart-item .sub-products .select-group .product-price {
  display: block;
  position: absolute;
  right: -7ch;
  width: 7ch;
  top: 7px;
  text-align: right;
  padding-right: 0px;
  border-bottom: 1px solid #3dbfbd;
  box-sizing: border-box;
  font-weight: 700;
}
.cart-item .sub-products .add-decompiler {
  display: flex;
  height: 30px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 15px;
  background-color: #fdba2a;
  color: #FFFFFF;
  margin: 0 auto;
  cursor: pointer;
}
.cart-item .form-group label {
  margin-bottom: 0 !important;
  margin-left: 10px !important;
}
.cart-item .form-group input {
  padding: 8px !important;
}
.cart-item button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.disc {
  position: relative;
}
.disc .infobox {
  top: 10px !important;
  right: -210px !important;
}

.additional-btn {
  position: relative;
  top: 5px;
  height: 25px;
  width: 25px;
  width: 25px;
  cursor: pointer;
  margin-left: 10px;
}
.additional-btn .additional-discount {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.additional-btn .checkmark {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-image: url(/cgi-bin/quote.cgi/discount.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.additional-btn .infobox-toggle:hover + .infobox, .additional-btn .infobox:hover {
  display: block !important;
}

.additional-btn input:checked ~ .checkmark {
  background-image: url(/cgi-bin/quote.cgi/discount-on.svg);
}

.cart-item-info {
  padding: 30px;
  border: 1px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.add-bundle {
  margin-top: 20px;
}

.full-price {
  text-align: right;
  position: relative;
  font-weight: 700;
  margin-top: 20px;
}
.full-price .price-box {
  padding: 8px;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.note {
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 20px;
}

.additional-discount:checked + .additional-discount-comment {
  display: none;
}

.infobox {
  display: none;
  width: 200px;
  padding: 10px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -110%;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 100;
  font-size: 0.8rem;
}

.infobox-toggle:hover + .infobox, .infobox:hover {
  display: block !important;
}

.pre-build-bundle li {
  box-sizing: border-box;
  margin-bottom: 0;
}
.pre-build-bundle li .form-group {
  margin-bottom: 0 !important;
  position: relative;
}
.pre-build-bundle li .form-group .info-needed {
  display: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 100;
  font-size: 0.8rem;
  color: #e53225;
}
.pre-build-bundle li .filter-group {
  position: relative;
}
@media only screen and (max-width : 900px) {
  .pre-build-bundle li .filter-group {
    margin-bottom: 20px !important;
  }
}
.pre-build-bundle li .filter-group i {
  padding: 0 5px;
  color: #3dbfbd;
  font-size: 0.8rem;
  position: absolute;
  top: -5px;
  right: -22px;
}
.pre-build-bundle li .filter-group .infobox {
  display: none;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  right: -217px;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 100;
  font-size: 0.8rem;
}
.pre-build-bundle li .filter-group .infobox-toggle:hover + .infobox, .pre-build-bundle li .filter-group .infobox:hover {
  display: block !important;
}

.popular-bundle {
  position: relative;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
.popular-bundle:before {
  content: "";
  display: block;
  width: 157px;
  height: 93px;
  background-image: url(../img/popular.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.classic-bundle {
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  padding: 20px 30px;
  box-sizing: border-box;
}

.custom-bundle {
  position: relative;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}

.sub-btn {
  margin-top: 30px;
}

.divider-form {
  display: block;
  height: 1px;
  background-color: #3dbfbd;
  margin: 30px 0;
}

.license-group {
  position: relative;
  left: 32px;
  margin-bottom: 30px;
  width: fit-content;
}

.error-field {
  display: none;
  background: #e53225;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  margin-top: -20px !important;
  margin-bottom: 20px;
  font-weight: 500;
}

.cust-message {
  display: none;
  background: #fdba2a;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  margin-top: -20px !important;
  margin-bottom: 20px;
  font-weight: 500;
}

.amount-seats {
  position: absolute;
  width: 53px;
  text-align: center;
  display: block;
  top: -38px;
  left: -16px;
  font-size: 0.8rem;
}

#cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: #fdba2a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  opacity: 0.8;
  z-index: 100;
}
#cookies-box a {
  color: #091E25;
  font-weight: 700;
}
#cookies-box .btn {
  opacity: 1;
}
#cookies-box .btn span {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: #091E25 !important;
}

.colfull:not(.sdk-plugin),
.colfull:not(.processors-list),
.colfull:not(.compare_table) {
  line-height: 1.75rem;
}

.colfull:not(.sdk-plugin) .footer,
.colfull:not(.processors-list) .footer,
.colfull:not(.compare_table) .footer {
  color: initial;
  background-color: initial;
}

.colfull:not(.sdk-plugin) span,
.colfull:not(.processors-list) span,
.colfull:not(.compare_table) span {
  font-size: 1.1em;
  font-variant: all-small-caps;
  color: #008697;
}

.colfull.sdk-plugin .comment {
  color: #999999;
}

.colfull.sdk-plugin .pre {
  color: #000099;
}

.colfull.sdk-plugin .string {
  color: #009900;
}

.colfull.sdk-plugin .char {
  color: #009900;
}

.colfull.sdk-plugin .float {
  color: #996600;
}

.colfull.sdk-plugin .int {
  color: #999900;
}

.colfull.sdk-plugin .bool {
  color: #000000;
  font-weight: bold;
}

.colfull.sdk-plugin .type {
  color: #ff6633;
}

.colfull.sdk-plugin .flow {
  color: #ff0000;
}

.colfull.sdk-plugin .keyword {
  color: #990000;
}

.colfull.sdk-plugin .operator {
  color: #663300;
  font-weight: bold;
}

.colfull.sdk-plugin .code {
  white-space: pre;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: small;
  width: 100%;
  overflow-y: auto;
  line-height: initial;
}

.colfull.sdk-plugin span {
  font-variant: normal;
}

#titlearea {
  display: none;
}

#main-nav #main-menu {
  margin-bottom: 0;
}

.contents p {
  margin-bottom: 10px;
}
.contents .memberdecls .heading .groupheader {
  margin: 0;
}
.contents .memtitle {
  font-size: 1rem !important;
  color: #091E25;
  font-weight: 700;
}

.training-list .link {
  color: #091E25;
  display: block;
  margin-bottom: 60px;
}
.training-list .disabled-link {
  display: block;
  height: 100%;
  width: 100%;
  background-color: red;
}
.training-list .training {
  line-height: normal;
  background-color: #FBFBFB;
  border: #F2F3F4;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  padding: 14px;
}
.training-list .training .thumb {
  display: flex;
  max-width: 100%;
  height: 162px;
  background-color: #3dbfbd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.training-list .training .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.training-list .training .thumb span {
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
  text-shadow: #000 0 0 10px;
}
.training-list .training .title {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.training-list .training .date {
  font-size: 1rem;
  margin-bottom: 5px;
}
.training-list .training .trainer {
  margin-bottom: 14px;
}
.training-list .training .pricing {
  display: block;
  text-align: right;
  border: 1px solid #F2F3F4;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  min-height: 28px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  padding: 0 10px;
  margin-bottom: 14px;
  font-size: 1.1rem;
}
.training-list .training .bottom-part {
  display: flex;
  justify-content: end;
  align-items: center;
}
.training-list .training .bottom-part .more {
  font-size: 1rem;
  font-weight: 900;
}
.training-list .training .bottom-part .seats {
  display: inline-block;
  width: auto;
  min-height: 28px;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 10px;
  background-color: #3dbfbd;
  color: #FBFBFB;
}

.back-to {
  display: block;
  margin-top: 80px;
}
.back-to a {
  color: #091E25;
}

.training-detail {
  padding-top: 60px;
}
.training-detail .section {
  margin-bottom: 80px;
}
.training-detail .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #091E25;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .training-detail .accordion-button {
    transition: none;
  }
}
.training-detail .accordion-button.collapsed {
  border-bottom-width: 0;
}
.training-detail .accordion-button:not(.collapsed) {
  color: #091E25;
  background-color: #FFFFFF;
}
.training-detail .accordion-button:not(.collapsed)::after {
  display: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.training-detail .accordion-button::after {
  display: none;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .training-detail .accordion-button::after {
    transition: none;
  }
}
.training-detail .accordion-button:hover {
  z-index: 2;
}
.training-detail .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}
.training-detail .accordion-header {
  line-height: 1;
  margin-top: 0;
}
.training-detail .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.training-detail .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.training-detail .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.training-detail .accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}
.training-detail .accordion-body {
  padding: 1rem 1.25rem;
}
.training-detail .accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.training-detail .accordion-flush .accordion-collapse {
  border-width: 0;
}
.training-detail .accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.training-detail .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.training-detail .day {
  display: block;
  position: absolute;
  right: 20px;
  background-color: #FBFBFB;
  padding: 0 8px;
  line-height: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 6px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.5);
}
.training-detail .training-box {
  line-height: normal;
  background-color: #FBFBFB;
  border: #F2F3F4;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: row;
  padding: 14px;
  min-height: fit-content;
  align-items: center;
}
@media only screen and (max-width : 900px) {
  .training-detail .training-box {
    flex-direction: column;
    margin: 0 auto;
    width: min-content;
  }
}
.training-detail .training-box .thumb {
  display: flex;
  width: 338px;
  height: 182px;
  background-color: #3dbfbd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-direction: row;
}
@media only screen and (max-width : 900px) {
  .training-detail .training-box .thumb {
    margin-bottom: 20px;
  }
}
.training-detail .training-box .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.training-detail .training-box .thumb span {
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
  text-shadow: #000 0 0 10px;
}
.training-detail .training-box .training-box-info {
  margin-left: 14px;
  flex-grow: 2;
}
@media only screen and (max-width : 900px) {
  .training-detail .training-box .training-box-info {
    margin-left: 0;
  }
}
.training-detail .training-box .training-box-info .title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.training-detail .training-box .training-box-info .date {
  font-size: 1rem;
  margin-bottom: 5px;
}
.training-detail .training-box .training-box-info .trainer {
  margin-bottom: 14px;
}
.training-detail .training-box .training-box-info .pricing {
  display: block;
  text-align: right;
  border: 1px solid #F2F3F4;
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  min-height: 28px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  padding: 0 10px;
  margin-bottom: 14px;
  font-size: 1.1rem;
  max-width: 338px;
}
.training-detail .training-box .btn {
  width: 338px !important;
}

/*# sourceMappingURL=style.css.map */