html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    scroll-padding-top: 80px; /* needed for in page anchor links (blog toc) */
}

body {
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
}

.stack {
    gap: 5rem !important;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* background image ######################################################## */
.background-image-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

/* background color ######################################################## */
.bg-secondary-a {
    background-color: #a6a6a6;
}

.bg-secondary-b {
    background-color: #b6b6b6;
}

.bg-secondary-c {
    background-color: #c6c6c6;
}

.bg-secondary-d {
    background-color: #d6d6d6;
}

.bg-secondary-e {
    background-color: #e6e6e6;
}

.bg-secondary-f {
    background-color: #f6f6f6;
}

/* sales call button ####################################################### */

.book-sales-call-button {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9998;
}

/* typography ############################################################## */

.dropshadow {
    filter: drop-shadow(5px 5px 4px #000000);
}

.dropshadow-sm {
    filter: drop-shadow(2px 2px 2px #000000);
}

.fw-semibold {
    font-weight: 600 !important;
}

h1, .h1 {
    font-weight: 900;
    font-size: calc(1.425rem + 2.1vw) !important;
}
h2 {
    font-weight: 800;
}
h3 {
    font-weight: 700;
}

/* hero-block ############################################################## */

/* phone */
.hero-block {
    padding: 25px;
}

/* tablet */
@media (min-width: 768px) {
    .hero-block {
        padding: 45px;
    }
}

/* desktop */
@media (min-width: 992px) {
    .hero-block {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 120px;
        padding-right: 120px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.text-disable-select {
    user-select: none;
}

.checkout-form-label {
    font-size: 14.88px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.required:after {
    content: " *";
    color: red;
}

#tsp-submit-button:disabled #tsp-submit-button-text{
    display:none
}

#tsp-submit-button:not(:disabled) .spinner-border {
    display:none;
}

#tsp-submit-button:disabled .spinner-border{
    display: block;
}

#tsp-free-trial-confirmation-status {
    opacity: 1;
    transition: opacity 1s;
}
