/* fonts */

:root {     --font-reg:  inter-variable, sans-serif;    --font-light:  inter-variable, sans-serif;     --font-bold: inter-variable, sans-serif; }

h3, h4, h5, h6, .has-primary-font-family {
    font-weight: 800 !important;
}

h1, h2, .cardCta__title {
    font-family: benton-modern-display !important;
}

.cardCta__title {
    margin-bottom: 0px !important;
}


/* homepage */

.homeLayout__right-inner {
    max-width: 808px !important;
}

.homeLayout__right p {
    margin-bottom: 40px !important;
}

.homeLayout__right h1 {
    font-size: 56px !important;
    margin-bottom: 0px !important;
}


/* quote */

.quote-left {
    position:relative;
    margin-top: 40px !important;
}

.quote-left::before{
    content: '';
    background: url(https://cdn.prospectus.plus/uel/quote-left-solid-full-teal.svg);
    position: absolute;
    width: 80px;
    height: 80px;
    top: -70px;
    left: -8px;
}

.quote-left::after {
content: '';
    background: url(https://cdn.prospectus.plus/uel/quote-left-solid-full-teal.svg);
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -70px;
    right: -8px;
    transform: rotate(180deg);
}


/* Animations */
@media (prefers-reduced-motion: no-preference) {
	.is-overview.hero .hero-wrap,
	.section-courses {
		transition: 0.4s 0.2s ease-in-out transform, 0.5s 0.2s ease-in-out opacity;
		will-change: transform, opacity;
		contain: paint;

		@starting-style {
			opacity: 0;
			transform: translateY(30px);
		}
	}
    
    .homeLayout__left img {
        transform: scale(1.3);
        animation: fadeUpScale 0.9s forwards;
    }
    
    .gutenberg-wrapper > * {
      	opacity: 0;
        transform: translateY(75px);
        backface-visibility: hidden;
        animation: fadeUpOnScroll 0.9s ease-out forwards;
        animation-timeline: view();
        animation-range: entry 0 entry 40%;
        animation-fill-mode: both;
    }
    

}

@keyframes fadeUpOnScroll {
  0% {
    opacity: 0;
    transform: translateY(75px);
  }
  40% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpScale {
    0% {

        transform: scale(1.3);
    }
    100% {

        transform: scale(1);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(32px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

    
/* overview */

.overview-module-scss-module__7VDOgq__component:after {
    opacity: 1 !important;
    background: linear-gradient(0deg,rgba(21, 96, 100, 1) 0%, rgba(21, 96, 100, 0.8) 50%, rgba(21, 96, 100, 0.7) 100%);
}
    
.index-module-scss-module__-hwRIG__columns {
    min-height: 300px !important;
    }

.section-recommended-minors .card {
    height: 175px;
}


/* card */

span.CardComponent__metaTwo.index-module-scss-module__RlFcdG__metaTwo.two {
    font-size: 12px;
    margin-bottom: 4px;
    max-height: 16px;
}

.index-module-scss-module__RlFcdG__component .index-module-scss-module__RlFcdG__hasImage:after {
    background: linear-gradient(0deg,rgba(12, 55, 57, 1) 0%, rgba(12, 55, 57, 0.8) 20%, rgba(12, 55, 57, 0) 70%); !important;
}
