/* =====  1 Homepage  ===================================== */
/* Variables */
/* -----  1.1 Font Definitions  --------------------------------------------- */
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-UltraLight.eot");
  src: url("../fonts/Montserrat-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-UltraLight.woff") format("woff"), url("../fonts/Montserrat-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?v2");
  src: url("../fonts/icomoon.eot?v2") format("embedded-opentype"), url("../fonts/icomoon.ttf?v2") format("truetype"), url("../fonts/icomoon.woff?v2") format("woff"), url("../fonts/icomoon.svg?v2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-font_amiq-01:before {
  content: "\e900";
}

.icon-font_amiq-02:before {
  content: "\e901";
}

.icon-font_amiq-03:before {
  content: "\e902";
}

.icon-font_amiq-04:before {
  content: "\e903";
}

.icon-font_amiq-05:before {
  content: "\e904";
}

/* Utilities */
/* Variables */
.flex {
  display: flex;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:hover.btn {
  opacity: 1;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: 0;
  position: absolute;
  width: 100%;
}
.yamm .yamm-content {
  padding: 20px 0px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.container {
  max-width: 1050px;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0;
  }
  .container .row {
    margin: 0;
  }
  .container form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.btn-danger {
  background-color: #e23e25;
}

.btn-outline {
  color: #58595b;
  border-color: #e23e25;
  font-weight: bold;
  min-width: 300px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-outline {
    min-width: auto;
  }
}

.btn-outline:hover {
  background-color: #e23e25;
  color: #fff;
}

.btn-outline-invert {
  color: #fff;
  border-color: #e23e25;
  min-width: 300px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-outline-invert {
    min-width: auto;
  }
}

.btn-outline-invert:hover {
  background-color: #e23e25;
  color: #fff;
}

.btn-outline-grey {
  color: #58595b;
  border-color: #58595b;
  font-weight: bold;
  text-align: center;
}

.btn-outline-grey:hover {
  background-color: #58595b;
  color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  font-weight: bold;
  text-align: center;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #58595b;
}

.btn-fixed {
  min-width: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .btn-fixed {
    min-width: auto;
  }
}

.uppercase {
  text-transform: uppercase;
}

.purple, .purple > a {
  color: #9C7DFB;
}

.green, .green > a {
  color: #86c145;
}

.red, .red > a {
  color: #f27355;
}

.dark_red, .dark_red > a {
  color: #e23e25;
}

.blue, .blue > a {
  color: #37b2e4;
}

.dark_green, .dark_green > a {
  color: #1aa392;
}

/* -----  1.2 General styles  --------------------------------------------- */
body {
  font-family: "Montserrat", sans-serif;
  color: #58595b;
  font-size: 14px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  body {
    padding-top: 65px;
  }
}

a:focus {
  outline: none;
  outline-offset: 0;
}

.main li {
  list-style: none;
}

.showcase-title {
  text-align: center;
  color: #193661;
  font-weight: 300;
}
.showcase-title.showcase-title-boxed {
  max-width: 760px;
  margin: 0 auto;
  color: #193661;
}
.showcase-title.showcase-title-left {
  text-align: left;
}
.showcase-title:after {
  content: " ";
  border-bottom: solid 5px #e23e25;
  width: 120px;
  margin: 15px auto 30px;
  display: block;
  clear: both;
}
@media (max-width: 992px) {
  .showcase-title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 2rem;
  }
}

.showcase-title-left {
  color: #58595b;
  font-weight: 300;
}
.showcase-title-left:after {
  content: " ";
  border-bottom: solid 5px #e23e25;
  width: 120px;
  margin: 15px 0 30px;
  display: block;
  clear: both;
}

.showcase-title-half {
  color: #193661;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2;
  text-indent: 30px;
  border-bottom: solid 1px #D2D3D4;
  margin-bottom: 30px;
}
.showcase-title-half:after {
  content: " ";
  border-bottom: solid 5px #e23e25;
  width: 50%;
  display: block;
  clear: both;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .showcase-title-half {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    text-indent: 0;
    padding: 0 30px;
  }
  .showcase-title-half:after {
    width: 100%;
  }
}
.showcase-title-half.light-purple:after {
  border-color: #9C7DFB;
}
.showcase-title-half.purple:after {
  border-color: #9C7DFB;
}
.showcase-title-half.green:after {
  border-color: #86c145;
}
.showcase-title-half.red:after {
  border-color: #F17354;
}
.showcase-title-half.blue:after {
  border-color: #37b2e4;
}
.showcase-title-half.dark_green:after {
  border-color: #1aa392;
}

.pagination a, .pagination span.is-inactive {
  display: inline-block;
  line-height: 2;
  border: solid 1px #D2D3D4;
  margin-right: 10px;
  min-width: 30px;
  text-align: center;
  border-radius: 3px;
}
.pagination span.is-inactive {
  background: #f9f9f9;
  opacity: 0.6;
}
.pagination a:hover, .pagination a.active {
  background-color: #e23e25;
  border-color: #e23e25;
  color: #fff;
}
.pagination .paging {
  display: inline-block;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
.pagination .paging li {
  display: inline-block;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pagination .paging li a, .pagination .paging li span {
  margin: 0;
}

/* ----- Additional styles --------------------------------------------- */
.support-box {
  margin: 0;
  border-top: solid 1px #D2D3D4;
  padding: 20px 0;
}

/* -----  1.3 Header --------------------------------------------- */
*, ::after, ::before {
  box-sizing: inherit;
}

#mainmenu {
  margin-bottom: 0;
  background-color: #061321;
  border-radius: 0;
}
@media (min-width: 992px) {
  #mainmenu .col-lg-5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #mainmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
  }
}
#mainmenu .navbar-brand {
  padding: 0.5rem 0;
}
#mainmenu .nav-link {
  line-height: 50px;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
#mainmenu #btn-download {
  margin: 0.9rem 0;
}
#mainmenu #nav {
  float: right;
}
@media (min-width: 992px) {
  #mainmenu .menu-row {
    display: flex;
    flex-wrap: wrap;
  }
  #mainmenu .menu-row .col-lg-3 {
    display: flex;
  }
}
@media (max-width: 992px) {
  #mainmenu #nav {
    float: none;
    text-align: left;
  }
  #mainmenu .nav-link {
    padding: 0 15px;
  }
  #mainmenu #btn-download {
    width: 100%;
  }
  #mainmenu .navbar-brand {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 3px;
  }
  #mainmenu .navbar-brand img {
    max-height: 45px;
  }
  #mainmenu .navbar {
    text-align: right;
  }
  #mainmenu .nav-item > .nav-link {
    border-top: solid 1px #58595b;
  }
  #mainmenu .yamm-content {
    padding: 0;
    margin: 0 -15px;
  }
  #mainmenu .dropdown-item {
    text-align: left;
    padding: 1em;
    display: block;
    min-height: 4.6em;
    display: flex;
    align-items: center;
  }
  #mainmenu .dropdown-item span {
    margin-top: 0;
  }
  #mainmenu .dropdown-item i {
    font-size: 2.6em;
    float: left;
    margin-right: 15px;
  }
  #mainmenu .menu-inline {
    padding: 0 15px;
  }
  #mainmenu .menu-inline .dropdown-item {
    min-height: auto;
  }
}

.navbar-dark {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-dark .navbar-toggler {
  margin: 0.8rem 0;
}
.navbar-dark .dropdown-menu {
  background-color: rgba(6, 19, 33, 0.95);
  border-radius: 0;
  text-align: center;
  margin-top: -1px;
}
.navbar-dark .dropdown-menu .icon {
  font-size: 6em;
  clear: both;
  display: block;
}
.navbar-dark .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  white-space: normal;
}
.navbar-dark .dropdown-menu .dropdown-item:hover {
  opacity: 1;
}
.navbar-dark .dropdown-menu .dropdown-item span {
  margin-top: 10px;
  display: block;
}
.navbar-dark .dropdown-menu .dropdown-item.light-purple {
  color: #9C7DFB;
}
.navbar-dark .dropdown-menu .dropdown-item.light-purple:hover {
  background-color: #9C7DFB;
  color: #fff;
}
.navbar-dark .dropdown-menu .dropdown-item.purple {
  color: #9C7DFB;
}
.navbar-dark .dropdown-menu .dropdown-item.purple:hover {
  background-color: #9C7DFB;
  color: #fff;
}
.navbar-dark .dropdown-menu .dropdown-item.green {
  color: #86c145;
}
.navbar-dark .dropdown-menu .dropdown-item.green:hover {
  background-color: #86c145;
  color: #fff;
}
.navbar-dark .dropdown-menu .dropdown-item.red {
  color: #F17354;
}
.navbar-dark .dropdown-menu .dropdown-item.red:hover {
  background-color: #F17354;
  color: #fff;
}
.navbar-dark .dropdown-menu .dropdown-item.blue {
  color: #37b2e4;
}
.navbar-dark .dropdown-menu .dropdown-item.blue:hover {
  background-color: #37b2e4;
  color: #fff;
}
.navbar-dark .dropdown-menu .dropdown-item.dark_green {
  color: #1aa392;
}
.navbar-dark .dropdown-menu .dropdown-item.dark_green:hover {
  background-color: #1aa392;
  color: #fff;
}
.navbar-dark .dropdown-menu .menu-inline {
  text-align: right;
}
.navbar-dark .dropdown-menu .menu-inline .dropdown-item {
  display: inline-block;
  color: #fff;
  width: auto;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
}
.navbar-dark .dropdown-menu .menu-inline .dropdown-item:hover, .navbar-dark .dropdown-menu .menu-inline .dropdown-item.active {
  background: #19355f;
}

/* -----  1.4 Home slider --------------------------------------------- */
.carousel .item {
  position: relative;
}
@media (max-width: 992px) {
  .carousel .item:after {
    display: block;
    content: "";
    background-color: #19355f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
}
.carousel #carousel-banner-reliable {
  top: 60px;
}
.carousel .carousel-caption {
  top: 90px;
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
}
.carousel .carousel-caption .caption-wrap {
  max-width: 500px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .carousel .carousel-caption .caption-wrap {
    padding: 15px 30px;
  }
}
.carousel .carousel-caption .caption-wrap h1 {
  font-size: 2em;
}
.carousel .carousel-caption .testimonial {
  border: none;
  background: rgba(11, 22, 40, 0.7);
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 60px 30px 60px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .carousel .carousel-caption .testimonial {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel .carousel-caption .testimonial {
    margin-top: 40px;
    padding: 30px;
    padding-top: 60px;
  }
}
.carousel .carousel-caption .testimonial .wrap-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  background: #e23e25;
  position: absolute;
  font-size: 2em;
  left: 50%;
  top: -30px;
  margin-left: -30px;
}
.carousel .carousel-caption .testimonial h4 {
  color: #fff;
  padding: 0;
}
.carousel .carousel-caption .testimonial h4 a {
  color: #fff;
}
.carousel .carousel-caption .testimonial h4 a:hover {
  color: #fff;
}
.carousel .carousel-caption .testimonial .testimonial-info {
  padding: 0;
  color: #efefef;
  margin-top: 0;
}
.carousel .carousel-caption .testimonial .testimonial-info span, .carousel .carousel-caption .testimonial .testimonial-info a {
  color: #efefef;
  opacity: 0.7;
}
.carousel .carousel-caption .testimonial .testimonial-info a:hover {
  color: #fff;
  opacity: 1;
}
.carousel .carousel-caption .testimonial .testimonial-content-wrap {
  max-height: 160px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .carousel .carousel-caption .testimonial .testimonial-content-wrap {
    max-height: 180px;
  }
}
.carousel .carousel-caption .testimonial .testimonial-content {
  overflow: hidden;
  padding-right: 20px;
}
.carousel .carousel-caption .testimonial .testimonial-showmore {
  margin-top: 30px;
  text-align: center;
}
.carousel .carousel-caption .btn {
  margin-right: 15px;
}
@media only screen and (max-width: 576px) {
  .carousel .carousel-caption .btn {
    margin-right: 0;
  }
}
.carousel .carousel-caption .featurette-heading {
  font-weight: 300;
}
.carousel .carousel-caption .featurette-bold {
  font-weight: 700;
  font-size: 1.6em;
}
.carousel .carousel-caption .featurette-tools {
  font-weight: 800;
  font-size: 2.8em;
  line-height: 0.9em;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .carousel .carousel-caption {
    top: 60px;
  }
}
@media (max-width: 1200px) {
  .carousel .carousel-caption {
    top: 20px;
  }
  .carousel .carousel-caption .featurette-heading {
    font-size: 0.8em;
  }
  .carousel .carousel-caption .featurette-bold {
    font-size: 1.1em;
  }
  .carousel .carousel-caption .featurette-tools {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 576px) {
  .carousel .carousel-caption {
    top: 0;
  }
}
.carousel .item {
  min-height: 500px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
@media (min-width: 1200px) {
  .carousel .item {
    min-height: 600px;
  }
}
@media only screen and (max-width: 576px) {
  .carousel .item {
    min-height: 500px;
    height: 90vh;
    background-position: 65% center;
  }
  .carousel .item .buttons {
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .carousel .item {
    min-height: 570px;
    height: 90vh;
    background-position: 65% center;
  }
  .carousel .item .lead {
    font-size: 1rem;
  }
}
.carousel .celebration .featurette-bold, .carousel .celebration .featurette-heading {
  font-size: 1.1em;
}
@media only screen and (max-width: 480px) {
  .carousel .celebration .featurette-bold, .carousel .celebration .featurette-heading {
    font-size: 0.9em;
  }
}
.carousel .celebration .featurette-tools {
  font-size: 2em;
}
@media only screen and (max-width: 480px) {
  .carousel .celebration .featurette-tools {
    font-size: 1.2em;
    margin-top: 10px;
  }
}
.carousel .celebration .lead {
  font-size: 2em;
  text-transform: uppercase;
}
.carousel .info .featurette-bold, .carousel .info .featurette-heading {
  font-size: 1.5em;
  line-height: 1.3;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .carousel .info .featurette-bold, .carousel .info .featurette-heading {
    font-size: 1.1em;
  }
}
.carousel .info .featurette-tools {
  font-size: 1.8em;
}
@media only screen and (max-width: 480px) {
  .carousel .info .featurette-tools {
    font-size: 1.3em;
  }
}

/* -----  1.5 Home projects --------------------------------------------- */
@media only screen and (min-width: 992px) {
  .project-showcase {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 992px) {
  .project-showcase {
    padding: 30px 15px 60px 15px;
  }
  .project-showcase .btn-outline {
    width: 100%;
  }
  .project-showcase .showcase-image {
    max-width: 60%;
  }
}

.homepage-case {
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  .homepage-case {
    padding: 30px 0;
  }
}

.section-white {
  background-color: #fff;
}

.section-grey {
  background-color: #eaeaea;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .section-grey {
    padding: 30px 0;
  }
}

.project-title {
  font-size: 2.5rem;
}

.project-description {
  margin: 20px 0;
}
.project-description li:before {
  font-family: var(--fa-family-classic);
  content: "\f111";
  font-size: 0.5rem;
  line-height: 1.2rem;
  display: inline-block;
  color: #e23e25;
  vertical-align: text-top;
  margin-right: 10px;
}

.project-description h4 {
  margin-top: 30px;
}

.project-description ul {
  padding-left: 10px;
}

.section-grey.angle:before {
  background: inherit;
  top: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-4deg);
  transform-origin: 0 100%;
  z-index: -1;
}

.section-grey.angle:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(4deg);
  transform-origin: 0 100%;
  z-index: -1;
}

/* -----  1.6 Subscribe --------------------------------------------- */
#subscribe {
  padding-top: 120px;
}

.subscribe-wrap {
  text-align: center;
  padding: 0 30px;
}

#subscribe-input {
  max-width: 400px;
  margin: 0 auto;
}

#subscribe-form label {
  font-weight: normal;
}

#subscribe-check {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

#social-wrap {
  max-width: 460px;
  background-color: #f1f1f1;
  margin-top: -90px;
  margin-bottom: 30px;
  text-align: center;
}

#social-wrap .circle {
  font-size: 1.3em;
  color: #e23e25;
  border: solid 1px #e23e25;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 10px;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  #social-wrap .circle {
    margin: 0 5px;
  }
}

#social-wrap-footer {
  font-size: 1.7em;
  color: #e23e25;
}

#home-contact {
  padding-top: 70px;
  z-index: 3;
  position: relative;
  margin-bottom: -60px;
}

#home-contact .container {
  max-width: 1120px;
}

#home-contact-wrap {
  background-color: #193661;
  z-index: 0;
}

#home-contact-wrap .showcase-title {
  color: #fff;
}

#home-contact-form {
  max-width: 600px;
  color: #fff;
}

#testimonials-form {
  margin-bottom: -60px;
  position: relative;
  z-index: 3;
}
#testimonials-form .grecaptcha-badge {
  display: none;
}
#testimonials-form .container {
  max-width: 1120px;
}

/* -----  1.7 Footer --------------------------------------------- */
footer {
  padding: 0 !important;
}

.footer-col {
  font-size: 0.9em;
}
.footer-col .footer-col-title {
  opacity: 0.6;
  font-weight: 200;
  font-size: 1.7em;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .footer-col {
    text-align: center;
    padding: 30px;
  }
  .footer-col:nth-child(odd) {
    background-color: #1e1e1e;
  }
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h3 {
  opacity: 0.6;
  font-weight: 200;
  font-size: 1.7em;
}
footer ul {
  padding-left: 20px;
}

.footer-col li {
  margin-bottom: 15px;
}

#footer-info {
  background-color: #282828;
  color: #fff;
  padding: 90px 0 30px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #footer-info {
    padding: 60px 0 30px;
  }
}

.event {
  font-weight: 300;
}
.event .event-title {
  font-size: 1.2em;
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.event span {
  font-weight: 600;
}

.footer-release {
  font-weight: 600;
}
.footer-release a {
  font-weight: 300;
}

#copyright {
  background-color: #000000;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  #copyright {
    padding: 15px 30px;
    text-align: center;
  }
}

.footer-contact {
  margin: 0;
  padding: 0;
}

.footer-contact li {
  list-style: none;
  margin: 0 0 10px 0;
}

.footer-contact li i {
  margin-right: 5px;
}

/* -----  1.8 Project page --------------------------------------------- */
#content {
  background-color: #fff;
  display: block;
}
@media only screen and (min-width: 992px) {
  #content.flex {
    display: flex;
  }
  #content sidebar {
    order: -1;
    flex-grow: 0; /* do not grow   - initial value: 0 */
    flex-shrink: 0; /* do not shrink - initial value: 1 */
    flex-basis: 260px; /* width/height  - initial value: auto */
    background-color: #f7f7f7;
    border-right: solid 1px #D2D3D4;
  }
}

#project-carousel {
  background-size: cover;
  min-height: 330px;
  padding: 30px;
}
#project-carousel .cover-wrap {
  position: relative;
}
#project-carousel .cover-caption {
  color: #fff;
  margin-top: 30px;
}
#project-carousel .cover-caption h1 {
  font-size: 2.2em;
}
#project-carousel .cover-description {
  font-size: 1.4em;
  line-height: 1.2;
  margin: 15px 0 45px;
  font-weight: 300;
}
#project-carousel .carousel-indicators {
  margin-bottom: 0;
}

#wrapper {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #wrapper {
    padding-bottom: 190px;
  }
}

.prod-info {
  padding: 15px 30px;
}

.prod-info ul, .prod-info li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prod-info li {
  padding: 12px 0;
  text-transform: uppercase;
}

.prod-info li a {
  color: #58595b;
}

.prod-info li i {
  color: #e23e25;
}

#demo-wrap {
  padding: 15px 30px;
  min-height: 330px;
}

#sidebar-menu {
  border-top: solid 1px #D2D3D4;
}

#sidebar-menu ul, #sidebar-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar-menu li {
  border-bottom: solid 1px #D2D3D4;
}

#sidebar-menu li > a {
  display: block;
  color: #58595b;
  border-right: solid 5px transparent;
  padding: 5px 30px;
  font-size: 1.3em;
  line-height: 1.8;
  font-weight: 300;
}

#sidebar-menu li.active > a, #sidebar-menu li > a:hover {
  border-color: #e23e25;
  color: #e23e25;
  font-weight: 600;
}

#sidebar-menu .btn-expand {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-right: -15px;
}
#sidebar-menu .btn-expand:before, #sidebar-menu .btn-expand:after {
  content: "";
  position: absolute;
  background-color: #e23e25;
  transition: transform 0.25s ease-out;
}
#sidebar-menu .btn-expand {
  /* Vertical line */
}
#sidebar-menu .btn-expand:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
  transform: rotate(90deg);
}
#sidebar-menu .btn-expand {
  /* horizontal line */
}
#sidebar-menu .btn-expand:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  transform: rotate(180deg);
}
#sidebar-menu .collapsed .btn-expand:before {
  transform: rotate(0deg);
}
#sidebar-menu .collapsed .btn-expand:after {
  transform: rotate(0deg);
}
#sidebar-menu .submenu li {
  border-top: solid 1px #D2D3D4;
  border-bottom: none;
  padding-left: 15px;
  background-color: #f1f1f1;
}
#sidebar-menu .submenu li a {
  font-size: 1.1em;
}

#sidebar-menu-platform-selector {
  display: flex;
  font-size: 1.3em;
  line-height: 1.8;
  font-weight: 300;
}
#sidebar-menu-platform-selector a {
  flex: 50%;
  text-align: center;
  padding: 5px;
  user-select: none;
}
#sidebar-menu-platform-selector a:hover {
  opacity: 1;
  text-decoration: none;
  pointer-events: auto;
}
#sidebar-menu-platform-selector a:not(.bg-green):hover {
  cursor: pointer;
}

.green-border {
  border-bottom: solid 4px #85c045;
}

.lead {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
}

#about {
  padding: 30px;
}

.boxes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.box {
  padding: 15px;
  flex: 0 0 24%;
  margin: 4px 0.5%;
  text-align: center;
  font-size: 1em;
  min-height: 155px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media (min-width: 340px) and (max-width: 768px) {
  .box {
    flex: 0 0 49%;
    font-size: 0.9rem;
  }
}
@media (max-width: 340px) {
  .box {
    flex: 0 0 100%;
    font-size: 0.9rem;
  }
}

.border-r {
  border-radius: 0 25px 0 25px;
}

.border-l {
  border-radius: 25px 0 25px 0;
}

.bg-light-purple {
  background-color: #9C7DFB;
  color: #fff !important;
}

.bg-green, .bg-light-green {
  background-color: #85c045;
  color: #fff !important;
}

.bg-grey {
  background-color: #eaeaea;
  color: #000000;
}

.bg-blue {
  background-color: #2d3556;
  color: #fff;
}

.bg-light-blue {
  background-color: #37b2e4;
  color: #fff;
}

.bg-light-red {
  background-color: #F17354;
  color: #fff;
}

.bg-dark-green, .bg-light-dark_green {
  background-color: #1aa392;
  color: #fff;
}

#reasons {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#061a36+0,243658+100 */
  background: rgb(6, 26, 54); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(6, 26, 54) 0%, rgb(36, 54, 88) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(6, 26, 54) 0%, rgb(36, 54, 88) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(6, 26, 54) 0%, rgb(36, 54, 88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#061a36", endColorstr="#243658",GradientType=1 ); /* IE6-9 */
  color: #fff;
}

#reasons .showcase-title {
  color: #fff;
}

#features li {
  list-style: circle;
  padding: 15px 30px 15px 0;
  color: #e23e25;
  border-bottom: solid 1px #D2D3D4;
}
#features li:last-child {
  border-bottom: none;
}
#features li span {
  color: #58595b;
}
#features p {
  padding: 0 40px;
  font-size: 1.2em;
  margin: 0;
}

#reasons ul {
  margin: 0;
  padding: 0;
}
#reasons li {
  margin-left: 50px;
  list-style: decimal;
  font-weight: 300;
  line-height: 2;
  padding: 5px 30px 5px 15px;
  color: #e23e25;
}
#reasons li:nth-of-type(odd) {
  background-color: #232a43;
}
#reasons li span {
  color: #fff;
}
#reasons .showcase-title {
  padding: 0 45px;
}

@media only screen and (min-width: 992px) {
  #splash {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 5;
    width: 100%;
  }
}
/* -----  1.9 Pages --------------------------------------------- */
.boxed {
  border-left: solid 1px #BCBEBF;
  border-right: solid 1px #BCBEBF;
}

.header-image {
  position: relative;
  height: auto;
}
.header-image .header-caption {
  color: #fff;
  position: relative;
  top: 0;
  padding: 40px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .header-image .header-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-image .header-caption .showcase-title {
  color: #19355f;
}
.header-image .header-caption .showcase-title-left {
  color: #19355f;
  font-size: 1.4rem;
}
.header-image .header-caption .showcase-title-left:after {
  margin: 10px 0;
}
.header-image .header-caption .header-description-boxed {
  max-width: 450px;
  margin: 0 auto;
}
.header-image .header-caption p {
  color: #6d6d6d;
  font-weight: 300;
  font-size: 0.9rem;
}

.nav-subheader {
  border-bottom: solid 5px #e23e25;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.nav-subheader .nav-item {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
}
.nav-subheader .nav-item .nav-link {
  color: #6d6d6d;
}
.nav-subheader .nav-item .nav-link.active, .nav-subheader .nav-item .nav-link:hover {
  border-color: transparent;
  border-radius: 0;
  background-color: #e23e25;
  color: #fff;
}

.bt-red {
  border-top: solid 5px #e23e25;
}

.partners {
  border-top: solid 1px #D2D3D4;
}
.partners .partner {
  border-bottom: solid 1px #D2D3D4;
}
@media only screen and (min-width: 992px) {
  .partners .partner .text p {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .partners .partner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contributors {
  padding: 30px 15px;
}
.contributors .contributor {
  padding: 5px 15px;
}
.contributors .contributor i {
  color: #C6C6C6;
  margin-right: 5px;
}

.contributors-thank h1 {
  color: #3c3c3c;
  text-align: center;
  padding: 80px 25px 40px 25px;
}

.partner-text {
  display: none;
}
.partner-text.active {
  display: block;
}

.locations .location {
  border-bottom: solid 1px #D2D3D4;
}
@media only screen and (max-width: 992px) {
  .locations .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.locations .location h3 {
  color: #193661;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 15px;
}
.locations .location ul {
  margin: 0;
  padding: 0;
}
.locations .location ul li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  line-height: 25px;
}
.locations .location ul li i {
  margin-right: 5px;
}
.locations .location .country {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}

.tabpanel-showmore {
  padding: 25px;
  text-align: center;
}

.tabpanel-showmore a {
  color: #6d6d6d;
}

.timeline-event .timeline-wrap {
  padding: 30px 15px;
}
@media only screen and (min-width: 576px) {
  .timeline-event .timeline-wrap {
    display: flex;
    padding: 0;
  }
  .timeline-event .timeline-left {
    border-right: solid 1px #D2D3D4;
    text-align: right;
    padding-right: 45px;
  }
  .timeline-event .timeline-right {
    padding-left: 45px;
    padding-right: 45px;
  }
  .timeline-event .timeline-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.timeline-event .timeline-date {
  color: #193661;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .timeline-event .timeline-date:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #e23e25;
    border-radius: 5px;
  }
}
.timeline-event .timeline-title {
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #193661;
  font-size: 1.2rem;
  line-height: 1.1;
}
.timeline-event .timeline-title a {
  display: block;
  color: #193661;
  font-size: 1.2rem;
  line-height: 1.1;
}
.timeline-event .timeline-logo {
  margin: 10px 0;
}

.license-types {
  padding: 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .license-types {
    padding: 0 15px;
  }
}
.license-types .showcase-title-left {
  font-size: 1.4em;
  color: #193661;
  font-weight: 600;
}
.license-types .showcase-title-left:after {
  margin: 10px 0;
}

#request-license-form {
  max-width: 760px;
  padding: 30px;
  margin: 0 auto;
}

.request-form .form-title {
  font-size: 1.1rem;
  color: #193661;
}
.request-form .form-title .form-number {
  color: #e23e25;
}
.request-form label [type=checkbox], .request-form label [type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}

.guides .guide {
  padding: 60px 0 30px;
}
.guides h3 {
  color: #193661;
  font-size: 1.4rem;
}
.guides ul {
  padding-left: 20px;
}
.guides .guide-icon-wrap {
  padding: 0 30px;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.guides .guide-icon-wrap.light-purple .guide-icon:hover {
  color: #9C7DFB;
}
.guides .guide-icon-wrap.purple .guide-icon:hover {
  color: #9C7DFB;
}
.guides .guide-icon-wrap.green .guide-icon:hover {
  color: #86c145;
}
.guides .guide-icon-wrap.red .guide-icon:hover {
  color: #F17354;
}
.guides .guide-icon-wrap.blue .guide-icon:hover {
  color: #37b2e4;
}
.guides .guide-icon-wrap.dark_green .guide-icon:hover {
  color: #1aa392;
}
.guides .guide-icon {
  font-size: 8rem;
  color: #D2D3D4;
}

.error-message {
  font-size: 0.8rem;
  margin-top: 5px;
  clear: both;
  width: 100%;
  display: block;
}
.error-message i {
  color: #e23e25;
}

.btn-select {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.checkbox label {
  word-wrap: break-word;
  max-width: 90%;
}
.checkbox label:before {
  top: 3px;
}
.checkbox label:after {
  top: 3px !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding: 3px 15px;
}
.bootstrap-select.btn-group .dropdown-menu li:hover {
  background-color: #f1f1f1;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #6d6d6d;
  display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  opacity: 1;
}

/* -----  2.0 Responsive --------------------------------------------- */
@media only screen and (max-width: 576px) {
  .project-icon {
    padding-top: 50px;
  }
  .caption-wrap {
    padding-bottom: 50px;
  }
  .btn-hpheader {
    margin: 20px 0;
    padding: 1rem 1.5rem;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .yamm .fixed {
    top: 66px;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .dd-absolute {
    position: absolute;
    z-index: 9999;
    top: 0px;
    width: 100%;
    background-color: rgba(6, 19, 33, 0.95);
    border-radius: 0;
    text-align: center;
  }
  .navbar {
    position: static;
  }
}
.downloads b {
  color: #193661;
}
.downloads .bg-light {
  background-color: #f9f9f9;
}
.downloads .card-text h2 {
  font-size: 1.3rem;
}
.downloads .card-text ul {
  padding-left: 0.5rem;
}
.downloads .card-text ul li:before {
  font-family: var(--fa-family-classic);
  content: "\f111";
  font-size: 0.5rem;
  line-height: 1.2rem;
  display: inline-block;
  color: #e23e25;
  vertical-align: text-top;
  margin-right: 10px;
}
.downloads #plugins {
  display: none;
}
.downloads #plugins.active {
  display: block;
}
.downloads .instructions {
  display: none;
}
.downloads .instructions.active {
  display: block;
}

.text-boxed ul {
  padding-left: 0.5rem;
  margin-bottom: 2rem;
}
.text-boxed ul li {
  position: relative;
  padding-left: 15px;
}
.text-boxed ul li:before {
  font-family: var(--fa-family-classic);
  content: "\f111";
  font-size: 0.5rem;
  line-height: 1.2rem;
  display: inline-block;
  color: #e23e25;
  vertical-align: text-top;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.submit {
  word-break: normal;
  max-width: 100%;
  white-space: normal;
}
.submit a {
  color: #fff;
}

.page-cont {
  margin: 0 4rem;
}
@media only screen and (max-width: 992px) {
  .page-cont {
    margin: 0 30px;
  }
}

.testimonial {
  padding: 30px;
  border-bottom: solid 1px #d2d3d4;
}
.testimonial .testimonial-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial .testimonial-wrap p {
  margin: 0 0 1rem 0;
}
.testimonial .testimonial-wrap ul {
  padding-left: 1.5rem;
}
.testimonial .testimonial-wrap ul li {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 0.2rem;
}
.testimonial .testimonial-wrap h4 {
  color: #193661;
  font-size: 1.2rem;
  margin: 0;
  display: block;
  position: relative;
  padding-left: 40px;
}
.testimonial .testimonial-wrap h4 a {
  color: #193661;
}
.testimonial .testimonial-wrap h4 a:hover {
  color: #e23e25;
}
.testimonial .testimonial-wrap h4 i {
  background-color: #e23e25;
  color: #fff;
  border-radius: 20px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial .testimonial-wrap .testimonial-info {
  color: #58595b;
  margin-bottom: 15px;
  padding-left: 42px;
  font-size: 0.8rem;
}
.testimonial .testimonial-wrap .testimonial-info a {
  color: #58595b;
}
.testimonial .testimonial-wrap .testimonial-info a:hover {
  color: #193661;
}
.testimonial .testimonial-wrap .testimonial-info img {
  height: 12px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 576px) {
  .testimonial .testimonial-wrap .testimonial-info span {
    display: block;
  }
  .testimonial .testimonial-wrap .testimonial-info span.separator {
    display: none;
  }
}

#showcase-testimonial .testimonial {
  padding: 50px 30px;
  border: solid 1px #d2d3d4;
}

.recaptcha-holder {
  display: none;
}
.recaptcha-holder .grecaptcha-badge {
  margin: 15px auto;
}
.recaptcha-holder .error-message {
  display: none;
}

#request-license-form .recaptcha-holder {
  display: block;
}
#request-license-form .recaptcha-holder .grecaptcha-badge {
  margin: 15px 0;
}

.content-section {
  padding: 30px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
}
.content-section:first-child {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .content-section:last-child {
    margin-bottom: -190px;
  }
}
.content-section.invert {
  background: #2d3556;
  color: #fff;
  flex-direction: row;
}
.content-section.invert .showcase-title {
  color: #fff;
}
.content-section.invert .flex-content + .snapshot {
  padding: 0 0 0 30px;
}
.content-section.invert + .invert {
  margin-top: 0;
  padding-top: 0;
}
.content-section.normal + .normal {
  margin-top: 0;
  padding-top: 0;
}
.content-section .flex-content + .snapshot {
  padding: 0 30px 0 0;
}
.content-section .flex-content {
  width: 100%;
}
.content-section .snapshot {
  z-index: 2;
  max-width: 60%;
}
.content-section .snapshot img {
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.content-section .col35 {
  width: 35%;
}
.content-section .col65 {
  width: 65%;
}
.content-section .col40 {
  width: 40%;
}
.content-section .col60 {
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .content-section .col35, .content-section .col65, .content-section .col40, .content-section .col60 {
    width: 100%;
  }
  .content-section .snapshot {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    max-width: 100%;
    text-align: left;
  }
  .content-section.invert {
    flex-direction: row;
  }
  .content-section .showcase-title {
    padding: 0;
  }
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.thank-you .text-boxed {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.thank-you .text-boxed h2 {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.thank-you .text-boxed .btn-outline {
  min-width: auto;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 300;
}
.thank-you .text-boxed .row {
  margin-left: -7px;
  margin-right: -7px;
}
.thank-you .text-boxed .row .col {
  padding-left: 7px;
  padding-right: 7px;
}

#cookie-wrapper {
  display: none;
}

.cookie-policy {
  margin: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #2d3556;
  border-color: #2d3556;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
}

.policy-link {
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}
.policy-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 799px) {
  .cookie-policy {
    flex-wrap: wrap;
    padding: 15px;
  }
  .policy-info {
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .policy-info {
    flex: 0 0 100%;
    font-size: 12px;
    line-height: 1.3;
  }
  .policy-agree {
    flex: 0 0 100%;
    text-align: center;
  }
}
#tutorials-transcript h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#tutorials-transcript h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
#tutorials-transcript h5 {
  font-size: 1.1rem;
  font-weight: 600;
}
#tutorials-transcript li {
  list-style: inside;
}

.cls-1 {
  fill: #fff;
}

.cls-2 {
  fill: #e23e25;
}

#products-overview li:before {
  font-family: var(--fa-family-classic);
  content: "\f111";
  font-size: 0.5rem;
  line-height: 1.2rem;
  display: inline-block;
  color: #e23e25;
  vertical-align: text-top;
  margin-right: 10px;
}
#products-overview a {
  color: inherit;
  font-weight: 600;
}
#products-overview .homepage-case {
  padding: 20px 0;
}

.timeline .article-title {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.timeline .external-article-icon {
  font-size: medium;
}

.article {
  display: flex;
  max-width: 1140px;
}
@media (max-width: 992px) {
  .article {
    flex-direction: column;
  }
  .article #table-of-contents-container {
    width: 100% !important;
    height: fit-content !important;
  }
  .article #content {
    width: 100% !important;
  }
}
.article .article-title {
  padding-bottom: 0px !important;
}
.article .article-title .header-caption {
  padding-bottom: 48px !important;
}
.article .article-title .header-caption::after {
  content: " ";
  border-bottom: solid 5px #e23e25;
  width: 120px;
  margin: 15px auto 30px;
  display: block;
  clear: both;
}
.article .article-title h1, .article .glossary-article-title h1 {
  margin-bottom: 1rem !important;
}
.article .description-section-author-name {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}
.article .article-content {
  padding-top: 0px !important;
}
.article h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  color: #58595b;
  font-weight: 600;
}
.article h2:after {
  content: " ";
  border-bottom: solid 5px #e23e25;
  width: 120px;
  margin: 15px 0 30px;
  display: block;
  clear: both;
}
.article h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.5rem !important;
}
.article h2[id], .article h3[id] {
  scroll-margin-top: 75px;
}
.article h4 {
  font-size: 1.2em;
  font-weight: 600;
}
.article h5 {
  font-size: 1.1rem;
  font-weight: 600;
}
.article table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article table, .article th, .article td, .article tr {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 5px 5px 10px;
}
.article .code-section {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4285;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.article .code-section code {
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}
.article code {
  white-space: pre-wrap;
  font-family: monospace !important;
}
.article code span {
  background: none !important;
}
.article img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 70%;
}
.article .about-author-section {
  padding-top: 3rem !important;
}
.article .about-author-section p {
  margin-top: 20px !important;
}
.article .about-author-header {
  padding: 10px 0 10px 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}
.article .about-author-header-title {
  font-style: italic;
  font-size: 13px !important;
}
.article .about-author-name {
  margin-bottom: 10px;
}
.article .about-author-description {
  margin-top: 1rem;
}
.article figcaption {
  text-align: center;
  font-style: italic;
  margin: 10px;
}
.article .glossary-article-cover-image {
  overflow: clip;
  display: block;
}
.article .glossary-article-cover-image img {
  width: 100%;
}
.article #schedule-demo-btn {
  width: 50%;
}
.article ol {
  padding-left: 1rem;
}
.article ol li {
  list-style: auto;
}
.article li.list-subitem {
  list-style-type: circle;
  margin-left: 20px;
  padding: 0;
}
.article li.list-subitem::marker {
  color: #e23e25;
}
.article li.list-subitem::before {
  content: "";
}
.article #content {
  width: 75%;
}
.article #table-of-contents-container {
  width: 25%;
  order: -1;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #f7f7f7;
  position: sticky;
  top: 66px;
  align-self: flex-start;
  height: 100vh;
  overflow: auto;
}
@media (max-width: 992px) {
  .article #table-of-contents-container {
    overflow: unset;
    align-self: unset;
    position: unset;
    z-index: 1;
  }
}
.article #table-of-contents-container #table-of-contents {
  font-size: 12px;
}
.article #table-of-contents-container ul {
  padding: 0px;
  margin-bottom: 0;
}
.article #table-of-contents-container li a,
.article #table-of-contents-container li span.first-level-toc-items > a {
  display: block;
  color: #58595b;
  border-left: solid 5px transparent;
  padding: 5px 10px 5px 20px;
  font-size: 1.3em;
  line-height: 1.8;
  font-weight: 300;
}
.article #table-of-contents-container li a:hover,
.article #table-of-contents-container li a.selected,
.article #table-of-contents-container li span > a.selected,
.article #table-of-contents-container li span > a:hover {
  border-color: #e23e25;
  color: #e23e25;
}
.article #table-of-contents-container .second-level-ul {
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.article #table-of-contents-container li.second-level-li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: solid 1px #D2D3D4;
}
.article #table-of-contents-container li.second-level-li a {
  padding-left: 35px;
  padding-right: 10px;
}
.article #table-of-contents-container li.first-level-li .active ul.second-level-ul {
  display: block;
}
.article #table-of-contents-container li.first-level-li span.first-level-toc-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 0px;
  border-bottom: solid 1px #D2D3D4;
}
.article #table-of-contents-container .toc-arrow-container {
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.article #table-of-contents-container .toc-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-left: 0.45em solid;
  border-bottom: 0.45em solid transparent;
  border-top: 0.45em solid transparent;
}
.article .article-subtitle-area {
  text-align: center !important;
  margin-bottom: 2rem !important;
}
.article .article-header-description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.article .article-header-description .article-date {
  padding: 0px 10px 0px 10px;
  color: #58595b;
  font-weight: 300;
  font-size: 12px;
}
.article .article-header-description .article-dot-separator {
  font-size: 5px;
  line-height: inherit;
  height: 1em;
  display: inline-flex;
  align-items: center;
}

code {
  display: inline-block;
}

.author-page .header-caption {
  padding-bottom: 5rem;
}
.author-page .author-page-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.author-page .author-page-section .author-page-photo-col {
  width: 40%;
}
.author-page .author-page-section .author-page-photo-col .author-page-photo {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.author-page .author-page-section .author-page-role-and-social {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  vertical-align: middle;
  padding: 15px 15px 0px 15px;
}
.author-page .author-page-section .author-page-role-and-social .author-page-role {
  color: #19355f;
  font-weight: 300;
  font-size: 1.1rem;
}
.author-page .author-page-section .author-page-role-and-social .separator {
  color: #58595b;
}
.author-page .author-page-section .author-page-desc-col {
  width: 60%;
}
.author-page .author-page-section .author-page-desc-col p {
  font-family: "Montserrat", sans-serif;
  color: #58595b;
  font-size: 14px;
}

.careers .banner, .job-description .banner {
  height: 600px;
  width: 100%;
  position: relative;
}
.careers .banner-caption, .job-description .banner-caption {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 600px;
  left: 0;
  right: 0;
  position: absolute;
  top: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.careers .banner-container, .job-description .banner-container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.careers .banner-container .banner-caption-wrap, .job-description .banner-container .banner-caption-wrap {
  width: 1050px;
}
.careers .banner-container .banner-caption-wrap .banner-title, .job-description .banner-container .banner-caption-wrap .banner-title {
  max-width: 600px;
  font-weight: 300;
  font-size: 1.2em;
}
.careers .banner-container .banner-caption-wrap .banner-subtitle, .job-description .banner-container .banner-caption-wrap .banner-subtitle {
  max-width: 600px;
  font-weight: 700;
  font-size: 1.2em;
}
.careers .banner-container .banner-caption-wrap .banner-text, .job-description .banner-container .banner-caption-wrap .banner-text {
  max-width: 600px;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 350;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.careers .banner-container .banner-caption-wrap .banner-btns .btn, .job-description .banner-container .banner-caption-wrap .banner-btns .btn {
  color: #fff;
  margin-right: 15px;
}
.careers .banner-container .banner-caption-wrap .banner-call-to-actions, .job-description .banner-container .banner-caption-wrap .banner-call-to-actions {
  padding: 1.5rem 0;
}
.careers .banner-container .banner-caption-wrap .banner-call-to-action-container, .job-description .banner-container .banner-caption-wrap .banner-call-to-action-container {
  font-size: 1.1rem;
  font-weight: bolder;
}
.careers .banner-container .banner-caption-wrap .banner-call-to-action-text, .job-description .banner-container .banner-caption-wrap .banner-call-to-action-text {
  color: #fff;
  margin-right: 5px;
}
.careers .careers-section h1, .job-description .careers-section h1 {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.careers .careers-section ul, .job-description .careers-section ul {
  padding-left: 10px;
}
.careers .careers-section ul:not(.dropdown-menu) > li::before, .job-description .careers-section ul:not(.dropdown-menu) > li::before {
  font-family: var(--fa-family-classic);
  content: "\f111";
  font-size: 0.5rem;
  line-height: 1.2rem;
  display: inline-block;
  color: #e23e25;
  vertical-align: text-top;
  margin-right: 10px;
}
.careers .section-container, .job-description .section-container {
  margin: 0 auto 0 auto;
  padding: 30px 15px 30px 15px;
  max-width: 1050px;
}
.careers .section-container a:not(.btn), .job-description .section-container a:not(.btn) {
  color: #193661;
}
.careers .section-container a:not(.btn):hover, .job-description .section-container a:not(.btn):hover {
  text-decoration: none;
  opacity: 0.7;
}
.careers .section-container .section-container-case-row, .job-description .section-container .section-container-case-row {
  display: flex;
  flex-direction: row;
  gap: 5%;
}
.careers .section-container .section-container-case-column, .job-description .section-container .section-container-case-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.careers .section-container .section-container-case-column .right-column, .careers .section-container .section-container-case-column .left-column, .job-description .section-container .section-container-case-column .right-column, .job-description .section-container .section-container-case-column .left-column {
  width: 100%;
}
.careers .section-container .section-container-case-column .right-column:first-child, .careers .section-container .section-container-case-column .left-column:first-child, .job-description .section-container .section-container-case-column .right-column:first-child, .job-description .section-container .section-container-case-column .left-column:first-child {
  margin-bottom: 30px;
}
.careers .section-container .section-container-case-column-row, .job-description .section-container .section-container-case-column-row {
  width: 100%;
}
.careers .section-container .section-container-case-column-row:not(:last-child), .job-description .section-container .section-container-case-column-row:not(:last-child) {
  margin-bottom: 3rem !important;
}
.careers h1:not(.banner-header), .careers h2, .careers h3, .job-description h1:not(.banner-header), .job-description h2, .job-description h3 {
  color: #193661;
}
.careers .job-title, .job-description .job-title {
  color: #193661;
  font-weight: 600;
  font-size: 1.75rem;
}
.careers .section-blue, .job-description .section-blue {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: -100px 0 -1px 0;
  scroll-margin-top: 100px;
}
.careers .section-blue h2, .job-description .section-blue h2 {
  color: #fff;
}
.careers .section-blue.angle, .job-description .section-blue.angle {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 10.5104235266%);
}
.careers .section-blue.no-angle, .job-description .section-blue.no-angle {
  z-index: unset;
  margin: unset;
}
.careers form .error-message, .job-description form .error-message {
  display: none;
}
.careers .form-container, .job-description .form-container {
  width: 70%;
  margin: 40px 0 0 0;
  min-width: 430px;
  min-height: 600px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.careers .form-container a:has(span[itemprop=email]), .job-description .form-container a:has(span[itemprop=email]) {
  color: #fff !important;
}
.careers .form-container a:has(span[itemprop=email]):hover, .job-description .form-container a:has(span[itemprop=email]):hover {
  color: #fff !important;
}
.careers .form-container a:has(span[itemprop=email]) > span[itemprop=email]:hover, .job-description .form-container a:has(span[itemprop=email]) > span[itemprop=email]:hover {
  text-decoration: underline !important;
}
.careers .form-container ul a, .job-description .form-container ul a {
  color: inherit;
  text-decoration: none;
}
.careers .form-container .form-intro, .job-description .form-container .form-intro {
  text-align: center;
  font-weight: 300;
  margin-bottom: 3rem;
}
.careers .form-container .form-fields-container, .job-description .form-container .form-fields-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.careers .form-container .upload-cv-container, .job-description .form-container .upload-cv-container {
  width: 100%;
  margin-bottom: 1.5rem;
}
.careers .form-container .upload-cv-container .upload-cv-action-container, .job-description .form-container .upload-cv-container .upload-cv-action-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.careers .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-input, .job-description .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-input {
  width: 50%;
}
.careers .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-input .upload-cv-action-button, .job-description .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-input .upload-cv-action-button {
  width: 100%;
  color: #fff;
  min-width: 140px !important;
  margin-bottom: 0px !important;
  border-width: 2px;
}
.careers .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-input .upload-cv-action-field, .job-description .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-input .upload-cv-action-field {
  display: none;
}
.careers .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-info, .job-description .form-container .upload-cv-container .upload-cv-action-container .upload-cv-action-info {
  width: 50%;
  align-content: center;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.careers .form-container .agreement-label, .job-description .form-container .agreement-label {
  font-size: 12px;
}
.careers .form-container #submit-application-btn, .job-description .form-container #submit-application-btn {
  width: 100%;
  margin-top: 15px;
}
.careers .form-container #submit-application-btn .spinner, .job-description .form-container #submit-application-btn .spinner {
  display: none;
  animation: spin 1s linear infinite;
  font-size: 1rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.careers .form-container .application-submitted-details, .job-description .form-container .application-submitted-details {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.careers .form-container .error-message, .job-description .form-container .error-message {
  margin-top: 10px;
}
.careers .form-container .checkbox-error-message, .job-description .form-container .checkbox-error-message {
  margin-top: 0px;
  margin-bottom: 10px;
}
.careers .form-container #application-form-container, .job-description .form-container #application-form-container {
  width: 100%;
}
.careers .form-container #application-form-container .application-form-title-container, .job-description .form-container #application-form-container .application-form-title-container {
  margin-bottom: 3rem;
}
.careers .form-container #application-form-container .application-form-title-container .application-form-title::after, .job-description .form-container #application-form-container .application-form-title-container .application-form-title::after {
  margin: 15px auto 0px;
}
.careers .form-container #application-form-container .application-form-title-container .application-form-job-title, .job-description .form-container #application-form-container .application-form-title-container .application-form-job-title {
  font-size: 1.75rem;
  text-align: center;
}
.careers .section-container-case-part-column, .job-description .section-container-case-part-column {
  display: flex;
  flex-direction: column;
}
.careers .section-container-case-part-column .btn, .job-description .section-container-case-part-column .btn {
  margin-top: auto;
  width: 350px;
}
@media only screen and (max-width: 992px) {
  .careers .form-container, .job-description .form-container {
    min-width: 300px;
  }
  .careers .form-container .form-fields-container, .job-description .form-container .form-fields-container {
    width: 90%;
  }
  .careers .section-container-case-part-column .btn, .job-description .section-container-case-part-column .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .careers .banner-container, .job-description .banner-container {
    width: 100%;
    padding: 0;
  }
  .careers .banner-caption-wrap, .job-description .banner-caption-wrap {
    padding: 15px 30px;
  }
  .careers .banner-caption-wrap .banner-title, .job-description .banner-caption-wrap .banner-title {
    font-size: 0.8em !important;
  }
  .careers .banner-caption-wrap .banner-subtitle, .job-description .banner-caption-wrap .banner-subtitle {
    font-size: 0.9em !important;
  }
  .careers .banner-btns .btn, .job-description .banner-btns .btn {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .careers .careers-section, .job-description .careers-section {
    padding: 30px 15px 30px 15px;
  }
  .careers .section-container, .job-description .section-container {
    padding: 90px 30px 90px 30px;
  }
  .careers .section-container .section-icon, .job-description .section-container .section-icon {
    max-width: 70%;
  }
  .careers .section-container .section-container-case-row, .job-description .section-container .section-container-case-row {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .careers .section-container .section-container-case-part, .job-description .section-container .section-container-case-part {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 780px) {
  .careers .banner-caption-wrap, .job-description .banner-caption-wrap {
    width: 100% !important;
  }
  .careers .banner-btns, .job-description .banner-btns {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .careers .banner-btns .btn, .job-description .banner-btns .btn {
    padding: 10px 0;
    margin: 8px 0;
  }
}
@media only screen and (max-width: 576px) {
  .careers .section-container, .job-description .section-container {
    padding: 40px 30px 40px 30px;
  }
  .careers .section-container .section-container-case-part:not(:last-child), .job-description .section-container .section-container-case-part:not(:last-child) {
    margin-bottom: 20px;
  }
  .careers .section-container .section-container-btn, .job-description .section-container .section-container-btn {
    text-wrap: auto;
    margin: 15px 0;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .careers .section-white, .job-description .section-white {
    padding: 120px 0;
  }
  .careers .section-blue, .job-description .section-blue {
    padding: 120px 0;
  }
  .careers .section-grey, .job-description .section-grey {
    padding: 50px 0;
  }
  .careers .section-grey.angle::before, .careers .section-grey.angle::after, .job-description .section-grey.angle::before, .job-description .section-grey.angle::after {
    height: 75%;
  }
}

.careers #benefits .section-container-case-row {
  gap: 0px;
}
.careers .job-details-container {
  display: flex;
  flex-direction: row;
  gap: 5%;
}
.careers .job-details-container .icon-section {
  width: 20%;
}
.careers .job-details-container .details-section {
  width: 75%;
  display: flex;
  flex-direction: row;
  gap: 10%;
}
.careers .job-details-container .details-section .title {
  color: #193661;
  font-weight: 300;
}
.careers .job-details-container .details-section .text-section {
  width: 60%;
}
.careers .job-details-container .details-section .skills-section {
  width: 30%;
}
.careers .learn-more-section {
  gap: 5%;
  align-items: center;
}
.careers .learn-more-section h3 {
  font-size: 1.5rem;
}
.careers .learn-more-section h3::after {
  margin-bottom: 0px;
}
.careers .learn-more-section .learn-more-header {
  width: 55%;
}
.careers .learn-more-section .learn-more-logos {
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.careers .learn-more-section .learn-more-logos .learn-more-logo {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .careers .job-details-container .details-section {
    flex-direction: column;
  }
  .careers .job-details-container .details-section .job-details-section {
    margin-bottom: 30px;
  }
  .careers .job-details-container .text-section, .careers .job-details-container .skills-section {
    width: 100% !important;
  }
  .careers .learn-more-section .learn-more-header {
    width: 100%;
    margin-bottom: 50px;
  }
  .careers .learn-more-section .learn-more-logos {
    width: 60%;
  }
}
@media only screen and (max-width: 576px) {
  .careers .job-details-container {
    flex-direction: column;
    align-items: center;
  }
  .careers .job-details-container .icon-section {
    width: 100%;
    margin-bottom: 30px;
  }
  .careers .job-details-container .details-section {
    width: 100%;
  }
  .careers .learn-more-section .learn-more-logos {
    flex-direction: column;
    margin: 2em;
  }
  .careers .learn-more-section .learn-more-logos .learn-more-logo {
    width: 100%;
    margin-bottom: 2em !important;
  }
  .careers .learn-more-section .learn-more-logos .learn-more-logo img {
    width: 100%;
  }
}

.job-description .banner-title {
  font-size: 0.8em !important;
}
.job-description .banner-subtitle {
  text-transform: none;
  padding: 20px 0 20px 0;
}
.job-description .section-container-case-row .right-column, .job-description .section-container-case-row .left-column {
  width: 50%;
}
.job-description .section-container {
  margin: 40px auto 40px auto;
}
.job-description #benefits #benefits-title {
  text-align: center;
}
.job-description #benefits .benefit-title {
  width: 80%;
  margin-bottom: 10px;
}
.job-description #benefits .benefit-description {
  font-weight: 300;
}
.job-description #benefits .job-description-boxes {
  flex-direction: column;
  padding: 20px;
  justify-content: center;
}
.job-description #benefits .boxes {
  width: 85%;
  margin: 50px 0 50px 0;
}
.job-description #benefits .btns-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.job-description #requirements {
  scroll-margin-top: 100px;
}
.job-description #requirements .section-container-case-row {
  gap: 50px;
}
@media only screen and (max-width: 992px) {
  .job-description #benefits .boxes {
    width: 100%;
  }
  .job-description #benefits .section-container-case-column {
    padding: 50px 0 70px 0;
  }
  .job-description #requirements .left-column, .job-description #requirements .right-column {
    width: 100%;
  }
  .job-description #requirements .right-column {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .job-description #summary .section-container-case-row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 576px) {
  .job-description .btn-hpheader {
    padding: 1rem 0;
  }
  .job-description #benefits .boxes {
    width: 110%;
  }
  .job-description #benefits .btns-group {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .job-description #benefits .btns-group .btn {
    margin: 0;
    padding: 1rem 0;
  }
}

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