.main_menu {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 998;
  /* box-shadow: 0px 0px 2px 2px rgba(160,160,160,.1); */ }
  .main_menu .main_menu_container {
    display: flex;
    margin: 15px auto; }
    .main_menu .main_menu_container .nav-item-celer {
      display: block;
      padding: 4px 0 4px 32px;
      position: relative; }
      .main_menu .main_menu_container .nav-item-celer a {
        color: black;
        font-size: 16px; }
        .main_menu .main_menu_container .nav-item-celer a:hover {
          color: #bd7b50; }
      .main_menu .main_menu_container .nav-item-celer .nav-drop:hover + .dropDown-container {
        display: block; }
      .main_menu .main_menu_container .nav-item-celer .dropDown-container {
        position: absolute;
        display: none; }
        .main_menu .main_menu_container .nav-item-celer .dropDown-container::before {
          content: "";
          top: 0;
          height: 12px;
          width: auto;
          display: block; }
        .main_menu .main_menu_container .nav-item-celer .dropDown-container:hover {
          display: block; }
      .main_menu .main_menu_container .nav-item-celer .dropDown-content {
        color: #a0a0a0;
        min-width: 400px;
        background: white;
        border-radius: 8px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        .main_menu .main_menu_container .nav-item-celer .dropDown-content a {
          display: block;
          padding: 12px;
          display: flex;
          align-items: center; }
          .main_menu .main_menu_container .nav-item-celer .dropDown-content a:hover {
            background: #f9f9f7;
            border-radius: 8px; }
          .main_menu .main_menu_container .nav-item-celer .dropDown-content a i {
            color: #007bff; }
        .main_menu .main_menu_container .nav-item-celer .dropDown-content:hover {
          display: block;
          cursor: pointer; }

.logo {
  font-weight: 550;
  color: black; }
  .logo:hover {
    color: black; }
  .logo-w {
    color: white; }
    .logo-w:hover {
      color: white; }

.nav-up {
  display: block; }

.nav-down {
  display: none; }

.mobile-menu-content,
.mobile_menu {
  display: none; }

@media (max-width: 991.98px) {
  .main_menu {
    display: none; }
  .mobile_menu {
    display: flex;
    padding: 1.3em;
    width: 100%;
    align-items: center;
    z-index: 999;
    background-color: #f8f8f8; }
  .mobile-menu-content {
    display: block;
    top: 0;
    z-index: 999;
    height: 100vh;
    position: fixed;
    background-color: #f8f8f8;
    z-index: 1000;
    /* display: none; */
    overflow: auto;
    width: 0;
    transition: 0.3s; }
  .mobile-menu-list a {
    cursor: pointer;
    color: #a0a0a0; }
  .mobile-menu-list li {
    border-bottom: 1px solid #d3d3d3; }
  .mobile-menu-content-show {
    display: block; } }

/* layout ///////////////////////////////////////////////////////////////////*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a:hover {
  color: #d57227; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

/* web title */
h1 {
  font-size: 51px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  line-height: 1.16;
  letter-spacing: 1.2px;
  margin: 0; }

/* section title */
h2 {
  font-size: 41px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.4px;
  margin: 0; }

/* page title */
h3 {
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.2px; }

/* content title */
h4 {
  font-size: 21px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.5px; }

p {
  margin: 0; }

.banner-bg {
  background: url(../assets/img/bg/bg.svg) #f8f8f8;
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .banner-bg {
      background: #f8f8f8; } }

.sec {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0; }
  .sec-hero {
    padding: 200px 0;
    max-width: 1440px;
    margin: 0 auto; }
  .sec-first {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 5em; }
  .sec-footer {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 160px; }
  .sec-lg {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 0; }
  .sec-outer {
    width: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    text-decoration: none;
    list-style: none; }
    ul li a:hover {
      color: #d57227; }
      ul li a:hover i:hover {
        color: #d57227; }

.product-bullet {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

a:hover {
  text-decoration: none; }

.logo:hover {
  color: black; }

.logo-w:hover {
  color: white; }

/* images */
.img-center {
  display: block;
  width: 336px; }

.img-left {
  float: left; }

.img-right {
  float: right; }

.img-small {
  width: 32px; }

.img-medium {
  display: block;
  margin: 0 auto;
  width: 200px; }

.img-banner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 80%;
  opacity: 0.4; }

.partners_logo {
  width: 140px;
  padding: 8px;
  margin: auto;
  display: block; }

.stragetic_partners_logo {
  width: 100px;
  margin: auto;
  display: block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.3s; }

.stragetic_partners_logo:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

/* Body Fontstyle ////////////////////////////////////////////////////////////////*/
.w {
  color: White; }

.b {
  color: Black; }

.d-grey {
  color: #797979; }

.l-grey {
  color: #939699; }

.subtitle {
  color: #d57227; }

.font-w-thin {
  font-weight: 200; }

.font-w-light {
  font-weight: 300; }

.font-w-normal {
  font-weight: normal; }

.font-w-medium {
  font-weight: 500; }

.font-w-semibold {
  font-weight: 550; }

.font-w-bold {
  font-weight: bold; }

.margin-top-exsmall {
  margin-top: 20px; }

.margin-top-small {
  margin-top: 40px; }

.margin-top-medium {
  margin-top: 56px; }

.margin-top-large {
  margin-top: 64px; }

.margin-bottom-exsmall {
  margin-bottom: 20px; }

.margin-bottom-small {
  margin-bottom: 40px; }

.margin-bottom-medium {
  margin-bottom: 56px; }

.margin-bottom-large {
  margin-bottom: 64px; }

.margin-both-small {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-both-medium {
  margin-top: 56px;
  margin-bottom: 56px; }

.margin-both-exsmall {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-both-large {
  margin-bottom: 64px;
  margin-top: 64px; }

/* bodytext */
.content-exsmall {
  font-size: 15px; }

.content-small {
  font-size: 17px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.52;
  letter-spacing: 0.4px; }

.content-medium {
  font-size: 21px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.4px; }

.content-medium-title {
  font-size: 23px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: 0.4px; }

.content-large {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.4px; }

/* Elements => links, button, form //////////////////////////////////////////*/
.btn-celer {
  border: 2px solid #d57227;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  min-width: 167px;
  color: #d57227; }

.btn-celer:hover {
  background-color: #d57227;
  color: white; }

.btn-celer-nav {
  border: 2px solid #d57227;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  font-size: 17px;
  color: #d57227;
  font-weight: 500; }

.btn-celer-nav:hover {
  background-color: #d57227;
  color: white; }

.btn-celer-fill {
  border: 2px solid #d57227;
  min-width: 167px;
  background-color: #d57227;
  border-radius: 5px;
  color: white;
  transition: 0.6s; }
  .btn-celer-fill:hover {
    transition: 0.6s;
    box-shadow: 0px 0px 1px 1px rgba(25, 32, 57, 0.2);
    color: white; }

.btn-download {
  margin: auto;
  width: 200px;
  padding: 20px; }

.btn-download-left {
  width: 160px;
  padding: 0px 20px 20px 0; }

.nav-link {
  padding: 0; }
  .nav-link-left {
    display: block;
    padding: 0.5rem 2rem 0.5rem 0rem; }
  .nav-link-right {
    display: block;
    padding: 0.5rem 0rem 0.5rem 2rem; }

.form-inline-footer {
  float: right; }

.form-control {
  border: none;
  border-radius: 4px; }

/* components ///////////////////////////////////////////////////////////////*/
.card {
  border: none;
  margin: 1rem 0px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0px 0px 2px 2px rgba(160, 160, 160, 0.1); }

.card-text {
  margin-top: 16px;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6); }

.card-profile {
  border: none;
  margin: 1rem 0px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0px 0px 2px 2px rgba(160, 160, 160, 0.1);
  border-radius: 8px; }

.card-profile:hover {
  box-shadow: 0px 0px 2px 2px rgba(160, 160, 160, 0.3); }

.nav-pills > li > a.active {
  background-color: #d57227 !important;
  color: white !important; }

.nav-pills > li > a {
  color: #d57227 !important; }

.nav-pills-faq-tab > li > a.active {
  background-color: transparent !important;
  color: #d57227 !important; }

.nav-pills-faq-tab > li > a {
  background-color: transparent !important;
  color: #bdbdbd !important; }

#popout {
  height: 100vh;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  overflow: scroll;
  display: none; }

.profile-container-box {
  width: 90%;
  max-width: 800px;
  min-height: 450px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px; }

.profile-container {
  padding: 40px; }

.tab-celer {
  display: block;
  padding: 0.5rem 6rem;
  font-weight: 550; }

.tab-celer.active {
  border-bottom: 4px solid #d57227; }

/* marketing material */
.mkt-material-container {
  margin-top: -1px;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro; }

/* FAQ//// */
.q-container {
  /* border-top: .5px solid $color-primary;; */
  border-bottom: 1px solid gainsboro; }

.question {
  cursor: pointer; }

.ans {
  display: none; }

.flip {
  transform: rotate(180deg);
  transform-origin: center center; }

.fa-angle-down {
  transition: 0.3s; }

.mce_inline_error {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -50px; }

/* cStack ///////////////////////////////////////////////////////////////////*/
.cstack-container {
  width: 240px;
  height: 240px;
  perspective: 500px;
  margin: 0 auto -100px auto;
  display: block; }

.cstack-container-show {
  width: 320px;
  height: 320px;
  margin: 100px auto 0px auto;
  display: block;
  transition: 0.3s; }

.cstack-item {
  transform: rotateX(68deg);
  transition: 0.3s;
  cursor: pointer; }

.cstack-item-show {
  transform: rotateX(0deg); }

.cstack-element {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px; }

.cstack-element-show {
  transform: rotateX(0deg); }

.cstack-item:hover {
  transition: 0.3s;
  transform: rotateX(72deg); }

.cstack-left {
  right: 180%; }

.cstack-right {
  left: 180%; }

.cstack-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.cstack-title:hover + .cstack-item {
  transition: 0.3s;
  transform: rotateX(72deg); }

.cstack-describ {
  position: absolute;
  z-index: 900;
  top: 0;
  padding: 16px;
  display: none; }

/* timeline /////////////////////////////////////////////////////////////////*/
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #d57227;
  top: 0;
  bottom: 0;
  left: 50%; }

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%; }

/* The circles on the timeline  roadmap*/
.timeline-container::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -7px;
  background-color: #d57227;
  top: 15px;
  border-radius: 50%;
  border: 1px solid white;
  z-index: 1; }

/* Place the container to the left */
.left {
  left: 0; }

/* Place the container to the right */
.right {
  left: 50%; }

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 20px;
  width: 24px;
  z-index: 1;
  right: 10px;
  border: 1px solid #d57227; }

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 20px;
  width: 24px;
  z-index: 1;
  left: 10px;
  border: 1px solid #d57227; }

/* Fix the circle for containers on the right side */
.right::after {
  left: -5px; }

/* The actual content */
.timeline-content {
  padding: 20px 30px;
  background-color: #f9f9f9;
  position: relative;
  border-radius: 6px; }

.timeline-content > ul > li {
  font-size: 14px;
  color: #797979; }

.timeline-content > ul > li > span {
  font-weight: 600; }

/* anchor point /////////////////////////////////////////////////////////////*/
/* // Medium devices (tablets, less than 992px) */
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 991.98px) {
  .sec {
    width: 100%;
    padding: 32px 0; }
    .sec-hero {
      padding: 40px 0px; }
    .sec-first {
      padding: 40px 0px; }
    .sec-lg {
      padding: 40px 0; }
  h1 {
    font-size: 32px;
    line-height: 1.16;
    letter-spacing: 1.2px; }
  .lead {
    font-size: 0.8rem; }
  h2 {
    font-size: 28px; }
  h4 {
    font-size: 1rem; }
  .margin-top-exsmall {
    margin-top: 16px; }
  .margin-top-small {
    margin-top: 20px; }
  .margin-top-medium {
    margin-top: 36px; }
  .margin-top-large {
    margin-bottom: 48px; }
  .margin-bottom-small {
    margin-bottom: 40px; }
  .margin-bottom-medium {
    margin-bottom: 64px; }
  .margin-both-small {
    margin-top: 40px;
    margin-bottom: 40px; }
  .mobile-none {
    display: none; }
  .profile-container {
    padding: 16px; }
  .profile-container-box {
    min-height: 450px;
    border-radius: 4px;
    position: absolute;
    margin: 40px 0px 80px 0px;
    transform: translateX(-50%);
    top: 8%; }
  .content_paragraph {
    margin: 20px 0;
    font-size: 16px;
    /* font-weight: normal; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.52;
    letter-spacing: 0.4px; }
  .form-inline {
    float: left; }
  .sec,
  .sec-first,
  .sec-lg,
  .sec-hero {
    text-align: center; }
  .btn-download-left {
    width: 148px;
    margin: auto;
    display: block;
    padding: 16px 0 16px 0; }
  .img-center {
    width: 280px;
    display: block;
    margin: 0 auto; }
  .img-left,
  .img-right {
    width: 280px;
    display: block;
    margin: 0 auto;
    float: none; }
  .img-small {
    display: block;
    margin: auto;
    width: 40px; }
  .partners_logo {
    width: 100px;
    padding: 8px;
    margin: auto;
    display: block; }
  .card {
    margin: 1em; }
  .tab-celer {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 550; }
  .timeline::after {
    left: 31px; }
  /* Full-width containers */
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px; }
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 41px;
    top: 20px;
    width: 24px;
    z-index: 1;
    border: 1px solid #d57227; }
  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 26px; }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%; } }
