/** Colors **/

/** Typography **/

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 8rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 8rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pt-9,
.py-9 {
  padding-top: 8rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 8rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

@media (min-width: 768px) {
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 8rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 8rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 8rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 8rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
}

/** HTML **/

body {
  font-family: "Ubuntu", "Helvetica", sans-serif;
  background: #fefefe;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.5;
}

/** Typography **/

.strong {
  font-weight: 700;
}

.small {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

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

h1,
.h1 {
  font-size: 1.75rem;
}

h2,
.h2 {
  font-size: 1.625rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 700;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.text-heading {
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif !important;
}

.text-regular {
  font-family: "Ubuntu", "Helvetica", sans-serif !important;
}

.text-latin {
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif !important;
  letter-spacing: 0;
}

.text-primary {
  color: #24CEA8 !important;
}

a.text-primary:not(.btn):hover {
  color: #5ce3c4 !important;
}

a.text-primary:not(.btn):focus {
  color: #198d73 !important;
}

.text-secondary {
  color: #12AFE8 !important;
}

a.text-secondary:not(.btn):hover {
  color: #55c8f2 !important;
}

a.text-secondary:not(.btn):focus {
  color: #0c79a1 !important;
}

.text-gray,
.text-muted {
  color: #757575 !important;
}

.text-gray-100 {
  color: #FAFAFA !important;
}

.text-gray-300 {
  color: #EEEEEE !important;
}

.text-gray-500 {
  color: #BDBDBD !important;
}

.text-shadow-sm {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 1px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.12);
}

.text-shadow {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.06), 0 1px 8px rgba(0, 0, 0, 0.12);
}

.text-shadow-lg {
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 1px 18px rgba(0, 0, 0, 0.06), 0 3px 5px rgba(0, 0, 0, 0.12);
}

.text-xs {
  font-size: 72.5% !important;
}

.display-1,
.display-2,
.display-3 {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25rem;
}

.display-1 {
  font-size: 12rem !important;
}

.display-2 {
  font-size: 7.5rem !important;
}

.display-3 {
  font-size: 4.5rem !important;
}

.text-normalcase {
  text-transform: none;
}

/** Images & Shape **/

.bg-primary {
  background-color: #24CEA8 !important;
}

.bg-secondary {
  background-color: #12AFE8 !important;
}

.bg-gray {
  background-color: #EEEEEE !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-cover,
.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-purple-gradient {
  background: #0ba3da;
  background: linear-gradient(350deg, #0ba3da 0%, #9f16e2 100%);
}

.bg-cover {
  background-size: cover;
}

.img-logo {
  width: auto;
  height: 5rem;
}

.img-contain,
.img-cover {
  overflow: hidden;
}

img.img-contain,
.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

img.img-cover,
.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-cover img {
  width: 100%;
  height: 100%;
}

.img-illustration {
  max-width: 100%;
  width: 560px;
  height: auto;
  display: block;
}

.rounded-lg {
  border-radius: 1rem !important;
}

hr.container {
  padding-left: 0;
  padding-right: 0;
}

hr,
.border-gray {
  border-color: #E0E0E0;
}

.border-main {
  border-color: #F84563 !important;
}

.border-primary {
  border-color: #24CEA8 !important;
}

.border-secondary {
  border-color: #12AFE8 !important;
}

/** Buttons **/

.btn {
  border: none;
  font-family: "Ubuntu", "Helvetica", sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

.btn.btn-main:not(:disabled):not(.disabled),
.btn.btn-primary:not(:disabled):not(.disabled),
.btn.btn-secondary:not(:disabled):not(.disabled) {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px -2px rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-main:not(:disabled):not(.disabled):hover,
.btn.btn-primary:not(:disabled):not(.disabled):hover,
.btn.btn-secondary:not(:disabled):not(.disabled):hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 18px 0 rgba(0, 0, 0, 0.06), 0 3px 5px -1px rgba(0, 0, 0, 0.12);
}

.btn.btn-main:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 18px 0 rgba(0, 0, 0, 0.06), 0 3px 5px -1px rgba(0, 0, 0, 0.12);
}

.btn.btn-main {
  color: #fff;
}

.btn.btn-main:not(:disabled):not(.disabled) {
  background-color: #e51d3a;
}

.btn.btn-main:not(:disabled):not(.disabled):hover {
  background-color: #449cdb;
}

.btn.btn-main:not(:disabled):not(.disabled):active {
  background-color: #f71e42;
}

.btn.btn-primary {
  color: #fff;
}

.btn.btn-primary:not(:disabled):not(.disabled) {
  background-color: #24CEA8;
}

.btn.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #3eddba;
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1eab8c;
}

.btn.btn-secondary:not(:disabled):not(.disabled) {
  background-color: #12AFE8;
  color: #fff;
}

.btn.btn-secondary:not(:disabled):not(.disabled):hover {
  background-color: #34bdef;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #12AFE8;
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

.btn-sm {
  font-size: 0.8rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
}

.btn-sm svg {
  width: 1rem;
  height: 1rem;
}

.btn-xs {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
}

.btn-default {
  position: relative;
  color: #ffffff;
}

.btn-default:not(:disabled):not(.disabled):hover,
.btn-default:not(:disabled):not(.disabled):focus {
  text-decoration: none;
}

.btn-default:not(:disabled):not(.disabled):focus {
  color: #1ca385;
}

.btn-default:not(:disabled):not(.disabled):hover {
  color: #24CEA8;
}

.btn-gray {
  color: #424242;
  background-color: #E0E0E0;
}

.btn-gray:not(:disabled):not(.disabled):hover {
  background-color: #EEEEEE;
}

.btn-gray:not(:disabled):not(.disabled):active {
  background-color: #BDBDBD;
}

.btn-main-border {
  border: 1px solid #F84563;
  color: #F84563;
}

.btn-main-border:not(:disabled):not(.disabled):hover {
  background-color: rgba(248, 69, 99, 0.12);
  color: #F84563;
}

.btn-main-border:not(:disabled):not(.disabled):active {
  background-color: rgba(248, 69, 99, 0.24);
}

.btn-primary-border {
  border: 1px solid #24CEA8;
  color: #24CEA8;
}

.btn-primary-border:not(:disabled):not(.disabled):hover {
  background-color: rgba(36, 206, 168, 0.12);
  color: #24CEA8;
}

.btn-primary-border:not(:disabled):not(.disabled):active {
  background-color: rgba(36, 206, 168, 0.24);
}

.btn-secondary-border {
  border: 1px solid #12AFE8;
  color: #12AFE8;
}

.btn-secondary-border:not(:disabled):not(.disabled):hover {
  background-color: rgba(18, 175, 232, 0.12);
  color: #12AFE8;
}

.btn-secondary-border:not(:disabled):not(.disabled):active {
  background-color: rgba(18, 175, 232, 0.24);
}

.btn-loading {
  position: relative;
}

.btn-loading .spinner-border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.btn-loading.is-loading .spinner-border {
  opacity: 1;
  visibility: visible;
}

/** Forms **/

.form-group {
  margin-bottom: 0.75rem;
}

.form-control,
.form-control-sm,
.form-control-lg {
  border-radius: 0;
}

.form-control {
  height: calc(1.4em + 1rem + 2px);
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.4;
  border-color: #BDBDBD;
  border-radius: 0.375rem;
}

textarea.form-control {
  min-height: calc(1.4em + 1rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form-control.form-control-sm {
  height: calc(1.4em + .5rem + 2px);
  line-height: 1.4;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 206, 168, 0.2);
  border-color: #3eddba;
}

.control-label {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif;
}

.input-group.input-group-search .form-control + .input-group-append .btn {
  border: 1px solid #e0e0e0;
  border-left: none;
  background-color: #fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-group.input-group-search .form-control.form-control-sm + .input-group-append .btn {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.input-group.input-group-search .form-control.form-control-sm + .input-group-append .btn .input-icon {
  width: 1.25em;
  height: 1.25em;
}

.input-group.input-group-search .form-control:focus + .input-group-append .input-icon-search {
  display: none;
}

.input-group.input-group-search .form-control:not(:focus) + .input-group-append .input-icon-close {
  display: none;
}

.form-check-input {
  margin-top: 0.375rem;
}

.form-check-button .form-control {
  display: none;
}

.form-check-button .form-control:checked + .card {
  border-color: #24CEA8;
  box-shadow: 0 0 0 1px #24CEA8;
}

.form-check-button .card {
  margin: 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #757575;
  flex-direction: row;
  align-items: center;
}

.form-check-button .card img {
  width: 2rem;
  height: 2rem;
}

/** Grid & Wrappers **/

.container-static,
.container-wide {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-static {
  max-width: 1140px;
}

.container-wide {
  max-width: 1300px;
}

.row.half-gutters {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.half-gutters > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.row.half-gutters > *:first-child {
  padding-left: 7.5px;
}

.row.half-gutters > *:last-child {
  padding-right: 7.5px;
}

/** Card **/

.card.shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px -2px rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
  border-color: transparent;
  border-radius: 0.375rem;
}

.card.shadow:not(.is-border) {
  border: none;
}

.card-body {
  padding: 1rem;
}

.card.blink-primary {
  -webkit-animation: BlinkPrimary 1s infinite;
          animation: BlinkPrimary 1s infinite;
  border-color: #24CEA8;
}

/** Table **/

.bg-gray .table tr > td,
.bg-gray .table tr > th {
  border-color: #BDBDBD;
}

.table.table-lg tr > td,
.table.table-lg tr > th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table.table-middle tr > td {
  vertical-align: middle;
}

/** Dropdown Menu **/

.dropdown.nocaret:after {
  display: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(36, 206, 168, 0.12);
  outline: none;
}

.dropdown-item:active {
  background-color: #24CEA8;
}

.dropdown-item.active {
  background-color: rgba(36, 206, 168, 0.05);
  color: #24CEA8;
}

.dropdown-item.active:hover {
  background-color: rgba(36, 206, 168, 0.18);
}

.dropdown-menu-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px -2px rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border: none;
}

/** Shadow **/

.shadow {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 18px 0 rgba(0, 0, 0, 0.06), 0 3px 5px -1px rgba(0, 0, 0, 0.12) !important;
}

.shadow-sm {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}

/** Feedback **/

.alert {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/** Tabs **/

.nav-tabs {
  border: none;
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-tabs .nav-link {
  color: #424242;
  border: none;
  border-bottom: 0.25rem solid transparent;
  border-radius: 0;
  padding: 0.5rem 1.25rem;
  transition: 250ms ease-in-out;
  transition-property: border-bottom-color, color;
}

.nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-link.active {
  color: #24CEA8;
  border-bottom-color: #24CEA8;
}

/** Animations **/

@-webkit-keyframes BlinkPrimary {
  0% {
    background-color: #fff;
  }

  50% {
    background-color: rgba(36, 206, 168, 0.2);
  }

  100% {
    background-color: #fff;
  }
}

@keyframes BlinkPrimary {
  0% {
    background-color: #fff;
  }

  50% {
    background-color: rgba(36, 206, 168, 0.2);
  }

  100% {
    background-color: #fff;
  }
}

/** Snap Scrolling **/

.snap-scroll {
  position: relative;
}

.app-main > .snap-scroll {
  flex-grow: 1;
}

.snap-scroll-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  position: relative;
}

.snap-scroll-item:not(.is-auto) {
  min-height: 100vh;
  min-height: calc(100vh - 6.5rem);
}

.app-overlay {
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.app-overlay,
.app-overlay img,
.app-overlay::after {
  position: absolute;
  width: 100%;
  left: 0;
}

.app-overlay::after {
  content: "";
  z-index: 10;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}

.app-overlay img {
  left: 0;
  top: -1000px;
  bottom: -1000px;
  margin: auto;
  height: auto;
  min-height: 100%;
}

/** Sliders **/

.slide-wrap {
  overflow: auto;
  max-width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
}

.slide-wrap.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.slide-wrap.no-gutters .slide-item {
  margin-right: 0;
}

.slide-wrap.has-flickity {
  overflow: visible;
  padding-bottom: 2rem;
}

.slide-wrap .slide-content {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  max-width: 100%;
}

.slide-wrap .slide-content.flickity-enabled {
  flex-direction: column;
  overflow: visible;
}

.slide-wrap .slide-content.flickity-enabled > .flickity-viewport {
  flex-grow: 1;
}

.slide-wrap .slide-item {
  flex: none;
}

.slide-wrap .slide-item:not(:last-child) {
  margin-right: 1rem;
}

/** Feather Icons **/

.feather.small {
  width: 0.95rem;
  height: 0.95rem;
}

.feather.text-xs {
  width: 0.85rem;
  height: 0.85rem;
}

.feather.feather-fill {
  fill: currentColor;
  stroke: none;
}

/** Search Form **/

.search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.search-form .form-group {
  margin: 0;
  width: 100%;
}

.search-form .form-control {
  padding-right: 3em;
}

.search-form .btn.btn-primary {
  color: #424242;
  padding: 0;
  width: 2.25em;
  height: 2.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0.375rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search-form .btn.btn-primary:not(:disabled):not(.disabled) {
  background-color: transparent;
  box-shadow: none;
}

.search-form .btn.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #EEEEEE;
}

.search-form .btn.btn-primary:not(:disabled):not(.disabled):active {
  color: #24CEA8;
}

.search-form .btn.btn-primary .feather {
  width: 1.5rem;
  height: 1.5rem;
}

/** Content **/

.app-fluid {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main.app-main {
  flex: 1 0 0;
}

main.app-main.is-auth {
  display: flex;
  background-color: #50C4EE;
  align-items: center;
  justify-content: center;
}

main.app-main.is-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main.app-main.is-column > * {
  width: 100%;
}

body.is-menu_active {
  overflow: hidden;
}

.content-gap {
  padding-top: 1rem;
}

.primary-content > *:last-child {
  margin-bottom: 0;
}

.app-top-banner {
  position: relative;
  min-height: 420px;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.24);
}

.app-top-banner.h-auto {
  min-height: 0;
}

.app-top-banner .top-banner-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/** Nav Top **/

.app-nav-top {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background-color: #263e7c;
}

.app-nav-top .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.app-logo {
  height: 2rem;
  width: auto;
}

.nav-top-container {
  min-height: 3rem;
  align-items: center;
}

.nav-top-menu {
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif;
  padding: 0.5rem 0;
  justify-content: flex-end;
  align-items: center;
}

.nav-top-menu > .nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.nav-top-menu > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 1);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.nav-top-menu > .nav-item > .nav-link:hover {
  color: #4bdafa;
}

.nav-top-menu > .nav-item > .nav-link.active {
  color: #24CEA8;
}

.nav-top-menu > .nav-item > .nav-link.active:hover {
  color: rgba(36, 206, 168, 0.75);
}

.nav-top-menu > .nav-item .dropdown-menu {
  font-size: 0.875rem;
}

.nav-top-menu > .nav-item .dropdown-item {
  padding: 0.5rem 1rem;
}

.nav-top-user .dropdown-toggle::after {
  display: none;
}

.app-nav-top-overlay {
  position: fixed;
  z-index: 499;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.42);
  transition: 250ms ease-in-out;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

body.is-menu_active .app-nav-top .app-nav-top-overlay {
  opacity: 1;
  visibility: visible;
}

.account-nav-bar img.rounded-circle {
  box-shadow: 0 0 0 0 #24CEA8;
  transition: 250ms ease-in-out box-shadow;
}

.account-nav-bar > .btn {
  display: block;
  width: 100%;
}

.account-nav-bar > .btn:not(:disabled):not(.disabled):hover img.rounded-circle {
  box-shadow: 0 0 0 2px #24CEA8;
}

.navbar-mobile {
  margin-left: 0;
  margin-right: 0;
}

.navbar-mobile.row.half-gutters {
  padding-left: 0;
  padding-right: 0;
}

.navbar-mobile .col-auto {
  min-width: 72px;
  text-align: center;
}

/** Footer **/

.app-nav-footer {
  background-color: #263e7c;
  color: #fff;
}

.app-nav-footer a {
  color: #fff;
}

.app-nav-footer a:hover {
  text-decoration: underline;
}

.nav-footer-main a,
.nav-footer-social a {
  padding: 0;
  transition: color 120ms ease-in-out;
}

.nav-footer-main a:hover,
.nav-footer-social a:hover {
  color: #BDBDBD;
}

.nav-footer-main {
  text-transform: uppercase;
}

.nav-footer-main .nav-item {
  padding: 0 1.5rem;
}

.nav-footer-social {
  font-size: 3rem;
  line-height: 1;
}

.nav-footer-social .nav-item {
  padding: 0 2rem;
}

.nav-bottom-menu ul {
  list-style: none;
  font-size: 0.95rem;
  padding: 0;
  margin: 0.5rem 0 0;
}

.nav-bottom-menu ul > li {
  display: block;
  margin-bottom: 0.375rem;
}

.nav-bottom-menu ul > li > a {
  display: inline-block;
  color: #FFF;
}

.nav-bottom-menu ul > li > a:hover {
  color: #EEEEEE;
}

/** Home **/

.landing-wrapper {
  background-repeat: repeat;
  background-size: 12rem auto;
  position: relative;
}

.landing-wrapper .landing-bg-color,
.landing-wrapper .landing-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing-wrapper .landing-bg-color {
  z-index: -2;
}

.landing-wrapper .landing-bg-image {
  z-index: -1;
  background-size: 100%;
}

.landing-slide-item {
  width: 100vw;
  padding-left: 0rem;
  padding-right: 0rem;
}

.landing-slide-item > .row {
  max-width: 1140px;
  margin: 0 auto;
}

.company-power-box {
  max-width: 260px;
  margin: 0 auto;
}

.company-power-box .card {
  padding: 0.75rem;
}

.company-power-box h5 {
  line-height: 1.25;
}

.landing-trailer {
  max-width: 100%;
  width: 440px;
  height: 247.5px;
  border-radius: 15px;
  overflow: hidden;
}

.landing-trailer img {
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-trailer img,
.landing-trailer iframe,
.landing-trailer video {
  width: 100%;
  height: 100%;
}

/** Products **/

.meta-box {
  padding: 0.25rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "GT Walsheim Pro", "Ubuntu", sans-serif;
  font-size: 0.85rem;
  color: #fff;
  display: inline-flex;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.product-list.is-slider {
  overflow: hidden;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}

.slider-container .product-list.is-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.product-list.is-slider.flickity-enabled .flickity-viewport {
  flex-grow: 1;
}

.product-list.is-slider .product-item {
  width: 200px;
}

.product-list.is-slider .product-card-picture .product-card-image {
  height: 200px;
}

.product-item {
  width: 25%;
  margin: 0 0 1rem;
  padding: 0 0.5rem;
}

.product-card {
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: 240ms ease-in-out box-shadow;
}

.product-card:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 18px 0 rgba(0, 0, 0, 0.06), 0 3px 5px -1px rgba(0, 0, 0, 0.12);
}

.product-card-picture {
  display: block;
  margin: 0;
  position: relative;
}

.product-card-picture .product-card-image {
  width: 100%;
  height: : 100%;
  display: block;
  border-radius: 0.5rem 0.5rem 0 0;
}

.product-card-picture .product-card-meta {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  
}

.product-card-content {
  padding: 15px;
}

.product-card-title {
  min-height: 2.5em;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.product-card-title a {
  color: #424242;
}

.product-card-action {
  border-top: 0px solid #EEEEEE;
  margin-top: 0rem;
  padding: 0rem 0 0;
}

/** Player **/

.player-secondary {
  width: 328px;
}

.player-video {
  position: relative;
  height: 512px;
  max-height: 100%;
  min-height: 100%;
}

.player-video.is-active {
  height: 100%;
}

.player-video > .video-js {
  max-width: 100%;
}

.player-video video,
.player-video iframe {
  width: 100%;
  height: auto;
}

.player-video video:focus {
  outline: none;
}

.player-video.is-disabled {
  overflow: hidden;
}

.player-video-overlay,
.player-video-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.player-video-overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.42);
}

.player-video-info {
  z-index: 15;
  flex-direction: column;
  color: #fff;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.08), 0 3px 3px rgba(0, 0, 0, 0.06), 0 1px 8px rgba(0, 0, 0, 0.12);
}

.player-video-info .primary-content {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 15px;
}

.player-video-info .player-fake-play {
  color: #fff;
}

.player-video-info .player-fake-play:hover {
  color: #60e3c6;
}

.player-video-info .player-fake-play .feather {
  width: 4rem;
  height: 4rem;
  stroke-width: 1px;
}

.player-widescreen {
  margin: 0 auto;
}

.player-widescreen.is-active {
  height: 80vh;
  width: 640px;
  width: calc(80vh * 16/9);
  max-width: 100%;
}

/** Cart **/

.plain-rows.list-group {
  border-radius: 0;
}

.plain-row {
  padding: 1rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.plain-row + .plain-row {
  border-top: 1px solid #E0E0E0;
}

.plain-row.is-active {
  background-color: rgba(36, 206, 168, 0.24);
}

.plain-row.is-active,
.plain-row.is-active + .plain-row {
  border-top-color: #24CEA8;
}

.plain-row.is-active:first-child {
  border-top: 1px solid #24CEA8;
}

.plain-row.is-active:last-child {
  border-bottom: 1px solid #24CEA8;
}

.card .plain-row {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1600px) {
  .display-1 {
    font-size: 9rem !important;
  }

  .display-2 {
    font-size: 6rem !important;
  }

  .display-3 {
    font-size: 4rem !important;
  }

  .nav-top-menu {
    width: 960px;
  }

  .main-banner-item .main-banner-content {
    left: 4rem;
  }
}

@media screen and (max-width: 1200px) {
  .product-list .product-item {
    width: 33%;
  }

  .product-list .product-card-picture .product-card-image {
    height: 200px;
  }

  .slider-container .product-list.is-slider {
    margin-left: -30px;
    margin-right: -30px;
  }

  .player-wrap > .col-auto {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 2rem;
  }

  .player-wrap .player-video-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .player-wrap .player-video-wrap .player-video-meta {
    padding: 0 0.5rem;
    margin: 0;
  }

  .player-wrap .widescreen-toggle-btn {
    display: none;
  }

  .player-video.is-disabled {
    height: 80vh;
  }

  .player-secondary {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: -1.5rem -15px 0;
  }

  .player-secondary > * {
    width: 50%;
    padding: 0 15px;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 998px) {
  .container.slider-container {
    max-width: 100%;
  }

  .app-nav-top .nav-top-container {
    max-width: 100%;
  }

  .nav-top-menu {
    position: fixed;
    z-index: 500;
    left: -280px;
    top: 0;
    width: 280px;
    height: 100vh;
    background-color: #263e7c;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px -2px rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
    transition: 250ms ease-in-out;
    transition-property: left;
  }

  body.is-menu_active .nav-top-menu {
    left: 0;
  }

  .nav-top-menu > .nav-item {
    width: 100%;
    padding: 0;
  }

  .nav-top-menu > .nav-item > .nav-link {
    padding: 0.5rem 1.5rem;
  }

  .nav-top-menu > .nav-item > .nav-link:not(.btn):hover {
    background-color: rgba(36, 206, 168, 0.12);
  }

  .nav-top-menu > .nav-item > .nav-link.btn-main.btn-sm {
    margin: 0.5rem 1rem;
  }

  .nav-top-menu > .nav-item.dropdown.nocaret:after {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.25rem;
    width: 0;
  }

  .nav-top-menu > .nav-item .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-top-menu > .nav-item .dropdown-menu.dropdown-menu-shadow {
    box-shadow: none;
  }

  .nav-top-menu > .nav-item .dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }

  .account-nav-bar {
    margin-top: 1rem;
  }

  .account-nav-bar .btn {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .product-list .product-item {
    width: 50%;
  }

  .product-list .product-card-picture .product-card-image {
    height: 189.5625px;
  }

  .player-video.is-disabled {
    height: calc(100vw * 9/16);
  }

  .landing-trailer {
    margin: 0 auto;
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .company-power-box {
    max-width: 400px;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding-top: 1rem;
  }

  .company-power-box h5 {
    font-size: 1.125rem;
    min-height: 2.5em;
  }

  .product-list {
    margin-left: -30px;
    margin-right: -30px;
  }

  .player-secondary > * {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .product-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .product-list .product-item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list .product-card-picture .product-card-image {
    height: 216.5625px;
  }

  .product-list .product-card-title {
    min-height: 0;
  }

  .product-filter > .col-auto + .col-auto {
    flex-grow: 1;
  }

  .product-filter > .col-auto + .col-auto .search-form {
    width: 100%;
    max-width: none !important;
  }

  .player-video.is-disabled {
    height: 100vw;
  }
}

@media screen and (max-width: 576px) {
  .footer-logo {
    width: 44vw;
    height: auto;
  }

  .product-filter {
    padding-bottom: 1rem;
  }

  .product-filter > .col-auto + .col-auto {
    margin-top: 1rem;
  }

  .cart-item-year {
    max-width: 120px !important;
  }
}

@media screen and (max-width: 360px) {
  .player-secondary .cart-item .card-body > .row > .col-auto {
    flex: 0 0 100%;
    margin-top: 1rem;
    text-align: left !important;
  }
}

