@media screen and (max-width: 992px) {
    html {
        font-size: 26px;
    }
}

@media screen and (min-width: 993px) {
    html {
        font-size: 20px;
    }
}

.container {
    width: 80%;
}

body {
    font-family: 'Open Sans', sans-serif !important;    
}

nav {
    background-color: #fefefe !important;
}

nav a {
    color: #282b3a !important;
    font-size: 0.7rem !important;
}

.navbar-elements {
    margin-top: 1px;
}

.navbar-button button{
    font-size: 0.5rem !important;
}

.navbar-button {
    margin-top: -8px;
}

a {
	color: #282b3a;
}

.valign-wrapper {
    flex-wrap: wrap;
}

.pre-banner {
    padding-bottom: 90px;
}

.bg1 {
    background-color: #f7f6f9;
    margin-bottom: 0px !important;
}

.bg2 {
    background-color: #fafafa;
}

.banner {
	margin-top: -60px;
	height: 160px;
}

.section h1 {
    color: #282b3a;
    font-family: 'DM Serif Display', serif;
    font-size: 2.2rem;
    font-weight: 400;
    overflow: hidden;
    line-height: 2.5rem;
    margin-top: 20px;
}

.section h2 {
    color: #6045ba;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

highlight {
    color: #493491 !important;
}

italic {
	font-style: italic !important;
}

.section strong {
    font-weight: bolder;
}

.section p {
    font-size: 1rem;
}

.section h4 {
    color: #4b576c;
    font-family: 'DM Serif Display', serif;
    font-size: 1.3rem;
    font-weight: 400;
    font-style: italic;
    overflow: hidden;
    line-height: 2rem;
}

.section .card {
    font-family: 'Open Sans', sans-serif;
}

.section .card.small {
    height: 11rem !important;
}

.section .card.small .card-content {
    padding: 10px;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    max-height: 65% !important;
}

.section .card.small p {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.section .card.small .card-image {
    height: 35%;
}

.section .card.small img {
    width: 3.25rem;
    margin: auto;
}

.section .card.medium {
    padding: 0px;
    height: 22rem;
    overflow: hidden !important;
}

.section .card.medium .card-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    height: 180px;
    background-color: #e6e1f4;
}

.section .card.medium .card-content {
	max-height: 52% !important;
	overflow-y: hidden !important;
    padding: 20px;
}

.section .card.medium p {
    font-size: 0.85rem !important;
    line-height: 1.35rem;
	margin-top: 10px !important;
}

.section .card.medium span {
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'DM Serif text';
}

.checkmark-features {
    color: #a676ff;
    margin-right: .7rem;
    font-size: 1.5rem;
}

.section .card.large {
    border-radius: 0.5rem;
    height: 48rem;
    margin-left: 0px;
    margin-right: 0px;
}

.card .card-action a {
    margin-right: 0px !important;
}

.card .card-action:last-child {
    border-radius: 0.5rem;
}

.section .card.large p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #565656;
}

.section .card.large .card-content {
    overflow-y: auto !important;
    height: 44rem !important;
}

.section .card.large .plan-title {
    font-family: 'DM Serif Display', serif;
    font-size: max(0.9vw, 1rem);
    font-weight: 400;
    line-height: 2rem;
    color: #282b3a;
  }

.section .card.large .plan-price {
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #282b3a;
  }

.section .card.large .plan-duration {
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #60a0ca;
  }

.section .card.large .card-action {
    height: 4rem;
}

.submit-button {
	color: #fafafa !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: max(1vw, 0.5rem) !important;
	font-weight: 600 !important;
	border-width: 0px !important;
	justify-self: center !important;
	border-radius: 24px !important;
	text-transform: uppercase !important;
    margin-bottom: 20px !important;
    height: fit-content !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.freemium {
    background-color: #c6212e !important;
}

.pro {
    background-color: #270790 !important;
}

.news {
    height: auto;
    margin-bottom: 20px;
}

.news span {
    font-size: max(0.9vw, .5rem);
    text-transform: uppercase;
    color: #6045ba;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 100%;
}

.news img {
    width: 100%;
}

.news .legend {
    width: 100%;
    height: 5rem;
    margin-bottom: 5px;
    font-size: 0.7rem;
    line-height: 1rem;
    overflow: hidden;
}

blockquote {
    border-left-color: #1a3e6f !important;
    font-size: 0.8rem;
}

.section h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    overflow: hidden;
    line-height: 1.5rem;
}

.contact {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.contact strong {
    font-weight: 700;
}

.contact p {
    font-size: 12px;
}

footer {
    background-color: #1f173b !important;
}

.page-footer {
    padding-top: 0px !important;
}

.page-footer .footer-copyright {
    background-color: #1f173b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fafafa;
    font-weight: 700;
    justify-content: center;
}


div.sticky {
    position: fixed;
	top: 34rem;
	left: 60% !important;
	z-index: 100;
}

.sticky .card {
	background-color: 	white;
	width: 400px;
    height: fit-content;
}

form .card-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

form button {
    margin-top: 20px !important;
}

form .card-title {
	font-family: 'DM Serif Display', serif !important;
	font-size: 1.5rem !important;
	font-weight: 100 !important;
	color: #4b576c !important;
	padding-top: 2rem !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

form .row {
	padding-top: 20px !important;
}

form input {
	font-size: 0.6rem !important;
	border: 1px solid #ccd1db !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 4px !important;
	padding-left: 8px !important;
    height: 1.8rem !important;
}

form input::placeholder {
	color: #4b576c !important;
}

form span {
	font-size: 0.8rem !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #4b576c !important;
	margin: 0px !important;
	line-height: 1rem !important;
	padding: 6px 8px !important;
}

form .error {
	color: red !important;
	font-size: 0.5rem !important;
}

.card {
	text-align: left !important;
}

form li {
	min-height: 20px !important;
}

form .input-field {
	margin-top: 0px !important;
    margin-bottom: 10px !important;
}

input:focus {
  border-bottom: 1px solid #270790 !important;
  box-shadow: 0 1px 0 0 #270790 !important;
}

input[type=text].valid {
	border-bottom: 1px solid #4b576c !important;
	box-shadow: 0 1px 0 0 #4b576c !important;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}