:root {
  --vh: 90vh ;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

.hide-in-web {
  display: none;
}

.hide-in-responsive {
  display: block;
}

body {
  overflow: auto;
}
body::-webkit-scrollbar {
  width: 0.3em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 4px;
  padding: 0;
}

.guide-container::-webkit-scrollbar {
  width: 0.3em;
}
.guide-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.guide-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 4px;
  padding: 0;
}

h1 {
  font-weight: 600 !important;
}

.footer-container {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  height: 350px;
  position: relative;
  background-image: url("/assets/images/elements/gradients-footer-section-bg.png");
  background-size: cover;
}
.footer-container .footer-content-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-container .footer-content-container .logo-container {
  display: flex;
  justify-content: center;
}
.footer-container .footer-content-container .logo-container img {
  height: 120px;
}
.footer-container .footer-content-container h5 {
  font-size: 20px;
  color: #23ADE8;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-container .footer-content-container ul {
  list-style: none !important;
  padding-left: 0;
}
.footer-container .footer-content-container ul li {
  margin-bottom: 10px;
}
.footer-container .footer-content-container ul li a {
  font-size: 16px;
  color: #0F133A;
  text-decoration: none;
}
.footer-container .footer-content-container .footer-row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-container .footer-content-container .footer-row-1 .footer-row-1-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
}
.footer-container .footer-content-container .footer-row-1 .footer-row-1-col:first-child {
  width: 10%;
}
.footer-container .footer-content-container .footer-row-2 {
  margin-bottom: 10px;
}
.footer-container .footer-content-container .footer-row-2 .footer-row-2-col {
  display: flex;
  color: #0F133A;
  font-size: 20px;
  align-items: center;
}
.footer-container .footer-content-container .footer-row-2 .footer-row-2-col img {
  height: 20px;
  margin-right: 10px;
}
.footer-container .apps-download-badges {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-container .apps-download-badges a {
  margin-bottom: 12px;
}
.footer-container .apps-download-badges a img {
  height: 55px !important;
}

.culture-section-container {
  height: 100vh;
  background-color: white;
}
.culture-section-container .culture-section-content-container {
  height: 100%;
  width: 100%;
  padding-top: 2rem;
}
.culture-section-container .culture-section-content-container .culture-slider {
  height: 75vh;
  padding-top: 1rem;
}
.culture-section-container .culture-section-content-container .culture-slider .slick-list {
  height: 100%;
}
.culture-section-container .culture-section-content-container .culture-section-header-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
}
.culture-section-container .culture-section-content-container .culture-section-header-row h1 {
  font-size: 2.5rem;
  color: #0F133A;
}
.culture-section-container .culture-section-content-container .culture-section-header-row button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  background-color: #23ADE8;
  width: 285px;
  height: 50px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  color: white;
  cursor: pointer;
}
.culture-section-container .culture-section-content-container .culture-section-header-row button img {
  height: 14px;
}
.culture-section-container .culture-section-content-container .slick-slide.slick-center img {
  transform: scale(1.2);
  transition: linear 0.7s;
}
.culture-section-container .culture-section-content-container .slider-image-container {
  margin-top: 40px;
}
.culture-section-container .culture-section-content-container .slider-image-container .culture-slider-image {
  height: 350px;
  width: 490px;
  margin: 30px 66px;
}

.navbar-container .custom-dropdown-menu {
  display: none;
}

.floating-buy-now {
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 86vh;
  right: 4vh;
  z-index: 99;
  border: 1px solid #07094A;
  padding: 18px;
  border-radius: 55px;
  color: #fff;
  background-color: #0F133A;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-buy-now img:nth-child(1) {
  display: flex;
}
.floating-buy-now img:nth-child(2) {
  display: none;
}

.news-articles-section {
  min-height: 300px;
}
.news-articles-section .news-section-row-1 {
  margin-bottom: 20px;
  margin-top: 60px;
}
.news-articles-section .news-section-row-1 h1 {
  color: #0F133A;
}
.news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container {
  padding-top: 1rem;
}
.news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card {
  height: 145px;
  width: 292px !important;
  background: rgba(35, 173, 232, 0.1);
  backdrop-filter: blur(12px); /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0F133A;
  transition: all 0.2s ease-in-out;
}
.news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card svg path {
  fill: #112D65;
}
.news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:hover {
  background: #0F133A;
  color: white;
  cursor: pointer;
}
.news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:hover svg path {
  fill: white;
}

.news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:nth-child(1) {
  margin-left: 50px;
}

.navbar-container {
  width: 100%;
  z-index: 1000;
}
.navbar-container nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar-container nav .scouto-logo-nav {
  width: 238px;
}
.navbar-container nav ul {
  display: flex;
  flex-direction: row;
}
.navbar-container nav ul li {
  margin-left: 30px;
}
.navbar-container nav ul li a {
  font-weight: 600;
  text-decoration: none;
}
.navbar-container nav ul li .career-nav-link {
  background-color: rgba(199, 6, 41, 0.8);
  padding: 3px 15px 3px 10px;
  border-radius: 40px;
  transition: 0.2s ease-in-out;
}
.navbar-container nav ul li .career-nav-link:hover {
  background-color: #c70629;
}
.navbar-container nav .hamburger-menu {
  background: none;
  border: none;
  cursor: pointer;
}

.sidenav { /* The side navigation menu */
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* Position and style the close button (top right corner) */
}
.sidenav .closebtn {
  position: absolute;
  top: 45px;
  right: 50px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidenav .closebtn img {
  height: 20px;
  width: 20px;
}
.sidenav .closebtn:hover {
  color: #f1f1f1;
}
.sidenav .sidenav-content {
  width: 100%;
}
.sidenav .sidenav-content li { /* The navigation menu links */
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  width: 300px;
  margin: 22px 100px 22px 100px;
}
.sidenav .sidenav-content li .sidenav-item-selected-bg {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -20px;
  margin-top: -5px;
  transition: all 0.1s ease-in-out;
}
.sidenav .sidenav-content li .sidenav-content-links {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sidenav .sidenav-content li .sidenav-content-links a {
  position: absolute;
  text-decoration: none;
  font-size: 24px;
  color: #0F133A;
  transition: all 0.1s ease-in-out;
}
.sidenav .sidenav-content li .sidenav-content-links .sidenav-chevron-right {
  height: 100%;
  width: 7px;
  position: absolute;
  right: 0;
}
.sidenav .sidenav-content li:hover, .sidenav .sidenav-content li:focus {
  /* When you mouse over the navigation links, change their color */
}
.sidenav .sidenav-content li:hover .sidenav-item-selected-bg, .sidenav .sidenav-content li:focus .sidenav-item-selected-bg {
  display: block;
  opacity: 1;
}
.sidenav .sidenav-content li:hover a:hover, .sidenav .sidenav-content li:focus a:hover {
  font-weight: 700;
}

.selected-sidenav-bg {
  display: block;
  opacity: 1;
}

.unselected-sidenav-bg {
  display: none;
  opacity: 0;
}

.selected-sidenav-item-text {
  color: #fff;
  font-weight: 700;
}

.unselected-sidenav-item-text {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-height: 450px) { /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .hide-in-responsive {
    display: none !important;
  }
  .hide-in-web {
    display: block;
  }
  .navbar-container .custom-dropdown-menu {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    background-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
  }
  .navbar-container .custom-dropdown-menu ul {
    padding-left: 0px;
  }
  .navbar-container .custom-dropdown-menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
  }
  .footer-container {
    height: auto !important;
  }
  .footer-container .footer-content-container h5 {
    font-size: 18px !important;
  }
  .footer-container .footer-content-container ul li a {
    font-size: 14px !important;
  }
  .footer-container .footer-content-container .logo-container {
    display: block;
  }
  .footer-container .footer-content-container .logo-container img {
    margin-bottom: 13px;
    height: 58px;
  }
  .footer-container .footer-content-container .footer-row-2 .footer-row-2-col {
    justify-content: flex-start !important;
    font-size: 15px !important;
    padding-bottom: 14px;
    align-items: initial;
  }
  .footer-container .apps-download-badges {
    align-items: start;
    flex-direction: row !important;
    justify-content: space-around !important;
    margin-bottom: 15px;
  }
  .footer-container .apps-download-badges a {
    margin-bottom: 0px;
  }
  .footer-container .apps-download-badges a img {
    height: 45px !important;
  }
  .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  .slick-dots button {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #D3D3D3;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active button {
    background-color: #0F133A;
  }
  .culture-section-container {
    height: auto;
    margin-bottom: 2rem;
  }
  .culture-section-container .culture-section-content-container {
    padding-top: 0rem !important;
  }
  .culture-section-container .culture-section-content-container .culture-slider {
    height: auto !important;
    padding-top: 0.6rem !important;
  }
  .culture-section-container .culture-section-content-container .culture-section-header-row h1 {
    font-size: 1.5rem !important;
    font-weight: bold;
  }
  .culture-section-container .culture-section-content-container .slick-slide.slick-center img {
    transform: scale(1.2);
    transition: linear 0.9s;
  }
  .culture-section-container .culture-section-content-container .slider-image-container {
    margin-top: 40px;
  }
  .culture-section-container .culture-section-content-container .slider-image-container .culture-slider-image {
    height: 250px;
    width: 290px;
    margin: 20px;
  }
  .floating-buy-now {
    right: 1vh;
    top: calc(var(--vh, 90vh) * 90);
  }
  .news-articles-section {
    min-height: 150px;
  }
  .news-articles-section .news-section-row-1 h1 {
    color: #0F133A;
    font-size: 1.5rem !important;
    font-weight: bold;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 {
    height: 130px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container {
    height: 100%;
    padding-top: 1rem !important;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card {
    height: 85px !important;
    width: 170px !important;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card svg {
    max-width: 110px !important;
    width: 65px !important;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card svg path {
    fill: #112D65;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card {
    margin-right: 15px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:nth-child(1) {
    margin-left: 15px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:hover {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-container {
    padding: 15px 15px 15px 15px;
  }
  .navbar-container nav .scouto-logo-nav {
    width: auto !important;
    height: 28px !important;
  }
  .navbar-container nav ul {
    display: none;
  }
  .navbar-container nav .hamburger-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .hide-in-responsive {
    display: none;
  }
  .hide-in-web {
    display: block;
  }
  .news-articles-section {
    min-height: 150px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 {
    height: 130px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container {
    height: 100%;
    padding-top: 1rem !important;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card {
    height: 100px;
    width: 200px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card svg {
    max-width: 150px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card svg path {
    fill: #112D65;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card {
    margin-right: 15px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:nth-child(1) {
    margin-left: 15px;
  }
  .news-articles-section .news-section-container .news-section-content-container .news-section-row-2 .news-section-carousel-container .news-section-carousel-card:hover {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-container {
    padding: 15px 15px 15px 15px;
  }
  .navbar-container nav .scouto-logo-nav {
    width: auto;
    height: 50px;
  }
  .navbar-container nav ul {
    display: none;
  }
  .navbar-container nav .hamburger-menu {
    display: block;
  }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1599px) {
  * {
    zoom: 0.999;
  }
  .culture-section-container .culture-section-content-container {
    padding-top: 3rem;
  }
  .culture-section-container .culture-section-content-container .culture-slider {
    padding-top: 2.8rem;
  }
  .hide-on-150 {
    display: none;
  }
  .our-goal-section-container .our-goal-section-card img {
    width: 150px;
  }
}
@media only screen and (min-device-width: 1600px) {
  .show-on-150 {
    display: none;
  }
}
.disable-btn {
  opacity: 0.6;
  cursor: no-drop;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .floating-buy-now:hover {
    color: #0F133A;
    background-color: #fff;
    border-color: #fff;
  }
  .floating-buy-now:hover img:nth-child(1) {
    display: none;
  }
  .floating-buy-now:hover img:nth-child(2) {
    display: flex;
  }
}
.eula-container table, .eula-container td {
  border: 1px solid #000;
  border-collapse: collapse;
}

/*# sourceMappingURL=common.css.map */
