body {
	--primary: #F04675
}

.primary--yellow {
	--primary: #fab833;
	--secondary: #F04675
}

.primary--pink {
	--primary: #F04675;
	--secondary: #fab833
}

.primary--green {
	--primary: #95c11f;
	--secondary: #94b7cf
}

.primary--blue-l {
	--primary: #94b7cf;
	--secondary: #95c11f
}

.primary--blue-d {
	--primary: #008eb3;
	--secondary: #fab833
}

.header__button span,
.search button span {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: none
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, .75);
	border: none;
	color: #333
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
	opacity: .6
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none
}

.flickity-button-icon {
	fill: currentColor
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	opacity: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C""\201D""\2018""\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

:first-child {
	margin-top: 0
}

:last-child {
	margin-bottom: 0
}

form {
	width: 100%;
	margin: 0 auto 2.5rem;
	font-size: 1.125rem
}

fieldset {
	padding: 0;
	margin: 0 0 2.5rem;
	border: 0
}

fieldset:last-child {
	margin-bottom: 0
}

label {
	display: block;
	padding-left: 1.5rem;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	text-align: left
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
	box-sizing: border-box;
	padding: .6875rem 1.25rem .5625rem;
	background-color: transparent;
	border: .25rem solid #dd3c65;
	border-color: var(--primary);
	border-radius: 1.5rem;
	box-shadow: none;
	color: inherit;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: all .25s;
	transition: all .25s
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	outline: none
}

input[type=search],
select {
	-webkit-appearance: none
}

select {
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.875rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' transform='rotate(90)'%3E%3Cpath d='M14.3 4.54l-1.42 1.42 2.43 2.43H.54v2h14.77l-2.43 2.43 1.42 1.41 4.84-4.84z'/%3E%3C/svg%3E");
	background-position: right 1.25rem center;
	background-repeat: no-repeat;
	background-size: 1rem auto
}

textarea {
	border-bottom-right-radius: 0
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .1875rem;
	border: .125rem solid;
	cursor: pointer
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	background: currentColor
}

input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: none
}

input[type=checkbox]+label,
input[type=radio]+label {
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-right: 1.25rem;
	margin-left: 0;
	line-height: 1.25rem
}

input[type=radio] {
	border-radius: 50%
}

input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	outline: 0
}

button,
input[type=button],
input[type=submit] {
	-webkit-transition: all .25s;
	transition: all .25s
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder,
::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 3.75rem auto 1.25rem;
	font-weight: 700;
	letter-spacing: -.03125em;
	line-height: .8125;
	text-transform: uppercase;
	-webkit-transition: all .25s;
	transition: all .25s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-weight: inherit
}

h1 {
	font-size: 6rem
}

@media (max-width:767px) {
	h1 {
		font-size: 3.75rem
	}
}

h2 {
	font-size: 6rem
}

@media (max-width:767px) {
	h2 {
		font-size: 3.125rem
	}
}

h3 {
	font-size: 2.5rem
}

h4 {
	font-size: 1.75rem
}

h5 {
	font-size: 1.5rem
}

h6 {
	font-size: 1.25rem
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1.25rem
}

@media (min-width:1024px) {
	img {
		margin: 0 0 2.5rem
	}
}

p img {
	margin-bottom: 0
}

picture {
	display: block;
	max-width: 100rem;
	margin: 0 auto
}

figure {
	display: inline-block;
	margin: 2.5rem auto
}

figure img {
	margin: 0
}

figcaption {
	padding: .625rem 0;
	border-bottom: .125rem solid;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.25
}

svg {
	fill: currentColor;
	vertical-align: middle
}

video {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 1.25rem
}

iframe,
video {
	max-width: 100%
}

iframe {
	margin: 0 auto;
	border: 0
}

table {
	width: 100%;
	margin: 3.75rem auto;
	text-align: center
}

caption {
	border: .125rem solid #0e2234;
	font-size: 1rem;
	text-align: left
}

caption,
td,
th {
	padding: .625rem 1.25rem
}

td,
th {
	border-width: .125rem 0;
	line-height: 1.25
}

th {
	font-size: 1.125rem;
	font-weight: 500
}

td {
	font-size: 1rem
}

thead th {
	padding: .9375rem .625rem;
	background: #dd3c65;
	background: var(--primary);
	border: 0;
	font-weight: 700;
	text-transform: uppercase
}

tbody tr:nth-child(2n) td,
tbody tr:nth-child(2n) th {
	background: #f0f0f0
}

tbody tr:nth-child(odd):last-child td,
tbody tr:nth-child(odd):last-child th {
	border-bottom: .25rem solid #f0f0f0
}

@media (max-width:639px) {
	table {
		display: block;
		overflow: auto
	}
}

* {
	font-weight: 400
}

html {
	font-size: 1rem
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0e2234;
	font-family: program, sans-serif;
	font-size: 1.125rem;
	line-height: 1.25;
	letter-spacing: -.03125em
}

@media (max-width:1023px) {
	body {
		text-align: center
	}
}

@media (min-width:1280px) {
	body {
		font-size: 1.375rem
	}
}

section {
	margin: 2.5rem auto
}

@media (min-width:1024px) {
	section {
		margin: 3.75rem auto
	}
}

section:first-child {
	margin-top: 0
}

section:last-child {
	margin-bottom: 0
}

ol,
p,
ul {
	margin: 0 0 1.25rem
}

ol,
ul {
	padding-left: 1em;
	text-align: left
}

li,
p {
	font-size: inherit;
	letter-spacing: -.03125em;
	line-height: inherit
}

li {
	margin-bottom: .3125rem
}

a {
	color: inherit;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, .4);
	text-decoration-color: rgba(0, 0, 0, .4);
	-webkit-text-decoration-skip-ink: ink;
	text-decoration-skip-ink: ink;
	-webkit-transition: all .25s;
	transition: all .25s;
	text-underline-offset: 2px
}

a:hover {
	outline: 0;
	-webkit-text-decoration-color: rgba(0, 0, 0, .8);
	text-decoration-color: rgba(0, 0, 0, .8)
}

strong {
	font-weight: 700
}

small {
	font-size: .8em
}

sub,
sup {
	padding: 0 .0625em;
	font-size: .5em
}

sup {
	top: -.75em
}

sub {
	bottom: 0
}

span {
	font-weight: inherit
}

.button,
button {
	padding: .6875rem 1.25rem .5625rem;
	background: transparent;
	border: .25rem solid #dd3c65;
	border-color: var(--primary);
	border-radius: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .25s;
	transition: all .25s
}

.button:hover,
button:hover {
	background: #dd3c65;
	background: var(--primary);
	border-color: #dd3c65;
	border-color: var(--primary)
}

.button:focus,
button:focus {
	outline: none
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

blockquote {
	margin: 2.5rem auto;
	font-weight: 500
}

blockquote p:first-of-type:before,
blockquote p:last-of-type:after {
	padding: 0 .125em
}

blockquote p:first-of-type:before {
	content: "\201C";
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

blockquote p:last-of-type:after {
	content: "\201D"
}

cite {
	font-style: normal;
	font-weight: inherit;
	line-height: 1
}

@media (min-width:768px) {
	cite {
		font-size: 1.375rem
	}
}

::-moz-selection {
	background-color: #000;
	color: #fff
}

::selection {
	background-color: #000;
	color: #fff
}

.main {
	max-width: 100%;
	/*overflow:hidden*/
}

.inner {
	width: 100%;
	max-width: 100rem;
	padding: 0 1.25rem;
	margin: 0 auto
}

@media (min-width:768px) {
	.inner {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}

@media (min-width:1280px) {
	.inner {
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	body.has-shape #page-wrapper {
		position: relative;
		--spacing: 1.25rem
	}

	@media (min-width:768px) {
		body.has-shape #page-wrapper {
			--spacing: 3.75rem
		}
	}

	@media (min-width:1024px) {
		body.has-shape #page-wrapper {
			--spacing: 6.25rem
		}
	}

	body.has-shape #page-wrapper:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
		width: calc(100% - var(--spacing));
		padding-top: calc(100% - var(--spacing));
		background: var(--secondary);
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - var(--spacing)), calc(100% - var(--spacing)) 100%, 0 100%);
		clip-path: polygon(100% 0, 100% calc(100% - var(--spacing)), calc(100% - var(--spacing)) 100%, 0 100%)
	}

	@media (min-width:1024px) {
		body.has-shape #page-wrapper:after {
			width: 66.6666%;
			padding-top: 66.6666%
		}
	}
}

.header {
	position: relative;
	z-index: 50;
	width: 100%;
	background: #fff
}

@media (min-width:1024px) {
	.header {
		position: fixed;
		background: transparent
	}
}

.header .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

@media (min-width:1280px) {
	.header .inner {
		padding: 0 2.5rem
	}
}

.logo {
	flex-shrink: 0;
	padding: 1.25rem 0;
	margin-right: 2.5rem;
	background: #fff
}

@media (min-width:1024px) {
	.logo {
		padding: 1.875rem
	}
}

.logo svg {
	height: 2.5rem
}

@media (min-width:768px) {
	.logo svg {
		width: 10.3125rem;
		height: 3.125rem
	}
}

.header__buttons {
	display: -webkit-box;
	display: flex;
	margin-left: auto
}

.header__buttons button {
	padding: 1.3rem;
	background: #dd3c65;
	background: var(--primary);
	border-radius: 50%;
	color: #0e2234
}

@media (min-width:768px) {
	.header__buttons button {
		padding: 1.3rem
	}
}

.header__button {
	position: relative
}

.header__button svg {
	display: block;
	width: 1rem;
	height: 1rem;
	-webkit-transition: all .125s .125s;
	transition: all .125s .125s
}

@media (min-width:768px) {
	.header__button svg {
		width: 1.25rem;
		height: 1.25rem
	}
}

.header__button svg:last-of-type {
	position: absolute;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header__button+.header__button {
	margin-left: 1.25rem
}

body.is-offcanvas--navigation .header__button--nav svg:first-of-type {
	opacity: 0
}

body.is-offcanvas--navigation .header__button--nav svg:last-of-type {
	opacity: 1
}

body.is-offcanvas--search .header__button--search svg:first-of-type {
	opacity: 0
}

body.is-offcanvas--search .header__button--search svg:last-of-type {
	opacity: 1
}

.footer {
	font-size: 1.125rem
}

.footer h2 {
	font-size: 1.375rem
}

.footer p {
	margin-bottom: .625rem
}

.footer p:last-child {
	margin-bottom: 0
}

.footer__row {
	padding: 2.5rem 0;
	background: #0e2234;
	color: #fff
}

.footer__row--links {
	padding-top: 3.75rem;
	background: #dd3c65;
	background: var(--primary);
	color: #0e2234
}

.offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 25;
	width: 100%;
	padding: 5rem 0 0;
	margin: 0;
	background: #f0f0f0;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}

@media (min-width:768px) {
	.offcanvas {
		padding-top: 6.875rem
	}
}

.offcanvas .inner {
	height: 100%;
	padding-top: 2.5rem;
	overflow-y: auto;
	-webkit-transform: translateX(25%);
	transform: translateX(25%);
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s
}

.offcanvas .inner>:last-child {
	margin-bottom: 2.5rem
}

@media (min-width:1280px) {
	.offcanvas .inner {
		padding-top: 3.75rem
	}

	.offcanvas .inner>:last-child {
		margin-bottom: 3.75rem
	}
}

@media (min-width:1024px) {
	.offcanvas--navigation {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center
	}

	.offcanvas--navigation .inner {
		padding-right: 2.5rem
	}
}

body {
	min-height: 100vh
}

body[class*=is-offcanvas] {
	overflow: hidden
}

body[class*=is-offcanvas] .offcanvas .inner {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

body.is-offcanvas--navigation .offcanvas--navigation,
body.is-offcanvas--search .offcanvas--search {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

@media (min-width:768px) {
	.navigation {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start
	}
}

.navigation__image-links {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

@media (min-width:768px) {
	.navigation__image-links {
		max-width: 40%
	}
}

.navigation__menu {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	margin-bottom: 2.5rem
}

@media (min-width:768px) {
	.navigation__menu {
		margin-right: 2.5rem;
		margin-bottom: 0
	}
}

@media (min-width:1600px) {
	.navigation__menu {
		margin-right: 3.75rem
	}
}

.navigation__menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.navigation__menu li {
	margin-bottom: 1.25rem;
	color: #dd3c65;
	color: var(--primary);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all .25s;
	transition: all .25s
}

@media (min-width:1024px) {
	.navigation__menu li {
		font-size: 2.75rem
	}
}

@media (min-width:1600px) {
	.navigation__menu li {
		font-size: 3.75rem
	}
}

.navigation__menu li:last-child {
	margin-bottom: 0
}

.navigation__menu li.open,
.navigation__menu li:hover {
	color: #0e2234
}

.navigation__menu li.active a {
	color: #0e2234;
	text-decoration: underline
}

.navigation__menu li a,
.navigation__menu li span {
	font-weight: inherit;
	text-decoration: none
}

.navigation__menu li span {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all .25s;
	transition: all .25s
}

.navigation__menu li svg {
	position: relative;
	top: -.03125em;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	display: block;
	width: .6666em;
	height: .6666em;
	margin-left: 1.25rem;
	pointer-events: none;
	-webkit-transition: all .25s;
	transition: all .25s
}

@media (max-width:639px) {
	.navigation__menu li svg {
		margin-left: auto
	}
}

.navigation__menu .open {
	margin-bottom: 2.5rem
}

.navigation__menu .open>span {
	margin-bottom: 1.25rem
}

.navigation__menu .open svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.navigation__menu li ul {
	padding: 0 0 0 1.25rem;
	overflow: hidden;
	-webkit-transition: all .25s;
	transition: all .25s
}

@media (min-width:1024px) {
	.navigation__menu li ul {
		padding-left: 2.5rem
	}
}

.navigation__menu li li {
	margin-bottom: .625rem;
	font-size: 1.125rem;
	text-transform: none
}

.navigation__menu li ul a:after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: .625rem;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' transform='rotate(-90)'%3E%3Cpath d='M41.5 23.9c-1.5-1.5-3.9-1.5-5.4 0l-8.3 8.2V6.7c0-2.1-1.7-3.8-3.8-3.8s-3.8 1.7-3.8 3.8V32L12 23.9c-1.5-1.5-3.9-1.5-5.4 0-1.5 1.5-1.5 3.9 0 5.4L21 43.7l.6.6 2.4 2.4 17.5-17.3c1.5-1.6 1.5-4 0-5.5z'/%3E%3C/svg%3E");
	opacity: 0;
	-webkit-transform: translateX(-.625rem);
	transform: translateX(-.625rem);
	-webkit-transition: all .25s;
	transition: all .25s
}

.navigation__menu li .active a:after,
.navigation__menu li li a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media (min-width:1280px) {
	.navigation__menu li ul {
		-webkit-columns: auto 2;
		-moz-columns: auto 2;
		columns: 2;
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem
	}

	.navigation__menu li li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		font-size: 1.375rem
	}
}

.navigation__menu li li span:after {
	content: none
}

.navigation__menu.is-init li:not(.open) ul {
	height: 0 !important
}

.search .search__field {
	position: relative
}

.search .twitter-typeahead {
	position: static !important;
	display: block !important;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.search h2 {
	font-size: 2.5rem
}

@media (min-width:1280px) {
	.search h2 {
		font-size: 3.125rem
	}
}

.search input {
	width: 100%;
	padding: 0;
	background: transparent !important;
	border-width: 0 0 .25rem;
	border-radius: 0;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 3.75rem
}

@media (min-width:768px) {
	.search input {
		font-size: 2.75rem
	}
}

@media (min-width:1280px) {
	.search input {
		font-size: 3.75rem
	}
}

.search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.75rem;
	height: 3.75rem;
	padding: 0;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M46.1 42.2l-8.7-8.7c2.8-3.5 4.5-8 4.5-12.8C41.9 9.4 32.7.2 21.4.2S.9 9.4.9 20.7s9.2 20.5 20.5 20.5c4.1 0 7.9-1.2 11.1-3.3l8.9 8.9c.6.6 1.5 1 2.3 1s1.7-.3 2.3-1c1.4-1.3 1.4-3.3.1-4.6zM7.5 20.7c0-7.7 6.2-13.9 13.9-13.9S35.3 13 35.3 20.7s-6.2 13.9-13.9 13.9c-7.6 0-13.9-6.2-13.9-13.9z' fill='%230e2234'/%3E%3C/svg%3E") 100% no-repeat;
	background-size: 50%;
	border: 0;
	font-size: 1rem
}

.tt-menu {
	right: 0;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 3.75rem -1.25rem
}

@media (min-width:1024px) {
	.tt-menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
}

.tt-dataset {
	width: 100% !important;
	padding: 0 1.25rem;
	margin-bottom: 2.5rem
}

@media (min-width:1024px) {
	.tt-dataset {
		margin-bottom: 0
	}
}

.tt-dataset .row,
.tt-suggestion {
	margin: .625rem 0;
	font-weight: 500;
	line-height: 1
}

@media (min-width:768px) {

	.tt-dataset .row,
	.tt-suggestion {
		font-size: 1.375rem
	}
}

.tt-dataset .row em,
.tt-suggestion em {
	font-size: 1rem;
	font-weight: inherit;
	color: #dd3c65;
	color: var(--primary)
}

.tt-dataset .row em:first-child,
.tt-suggestion em:first-child {
	color: inherit;
	font-size: inherit
}

.content-type {
	--spacing: 2.5rem;
	padding: 2.5rem 0
}

@media (min-width:768px) {
	.content-type {
		--spacing: 3.75rem;
		padding: 3.75rem 0
	}
}

@media (min-width:1024px) {
	.content-type {
		--spacing: 6.25rem;
		padding: 6.25rem 0
	}
}

.button {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 1.125rem
}

.button,
.button span,
.button svg {
	vertical-align: middle
}

.button svg {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	margin-left: .625rem
}

.button:focus,
.button:hover {
	outline: none
}

.image-overlay {
	position: relative
}

.image-overlay>img,
.image-overlay>picture {
	margin: 0 auto 2.5rem
}

@media (min-width:1024px) {
	.image-overlay .inner {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.image-overlay>img,
	.image-overlay>picture {
		margin-bottom: 0
	}
}

.carousel {
	max-width: 100rem;
	margin: 3.75rem auto
}

.carousel:first-child {
	margin-top: 0
}

.carousel:last-child {
	margin-bottom: 0
}

.carousel__item {
	width: 100%;
	position: relative
}

.carousel__nav {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 2.5rem 0 1.25rem
}

@media (min-width:1024px) {
	.carousel__nav {
		position: absolute;
		bottom: 2.5rem;
		left: 50%;
		display: -webkit-inline-box;
		display: inline-flex;
		margin: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.carousel__nav .flickity-prev-next-button {
	position: static;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: 2.875rem;
	margin: 0 .625rem;
	-webkit-transform: none !important;
	transform: none !important
}

.carousel__nav .flickity-prev-next-button.next {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.carousel__nav .flickity-page-dots {
	position: static;
	margin: 0 .3125rem
}

.flickity-page-dots,
.flickity-prev-next-button {
	padding: 0;
	margin: 0
}

.flickity-prev-next-button {
	width: auto;
	height: auto;
	padding: .625rem;
	background: transparent !important;
	border: .25rem solid #dd3c65;
	border-color: var(--primary);
	border-radius: 50%;
	color: inherit;
	opacity: 1;
	-webkit-transition: all .25s;
	transition: all .25s;
	white-space: nowrap
}

.flickity-prev-next-button .flickity-button-icon {
	position: static;
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	-webkit-transition: all .25s;
	transition: all .25s
}

.flickity-prev-next-button[disabled] {
	opacity: .5
}

.flickity-prev-next-button.previous {
	left: 1.25rem
}

.flickity-prev-next-button.next {
	right: 1.25rem
}

.flickity-page-dots {
	bottom: 1.25rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.flickity-page-dots .dot {
	width: .875rem;
	height: .875rem;
	margin: .3125rem;
	background: currentColor;
	border: .25rem solid;
	border-radius: 50%;
	opacity: 1
}

.flickity-page-dots .is-selected {
	background: transparent;
	border-color: #dd3c65;
	border-color: var(--primary)
}

.carousel:not(.flickity-enabled) {
	display: -webkit-box;
	display: flex;
	overflow: hidden
}

.carousel:not(.flickity-enabled) .carousel__item {
	-webkit-box-flex: 1;
	flex: 1 0 auto
}

.carousel:not(.flickity-enabled) .carousel__caption,
.carousel:not(.flickity-enabled) .carousel__item {
	opacity: 1 !important
}

.carousel.is-fade .is-selected {
	z-index: 2
}

@media (min-width:1024px) {

	.news-carousel .carousel__nav,
	.promo-carousel .carousel__nav {
		left: 100%;
		bottom: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		width: 2.875rem;
		margin-left: 1.6875rem;
		-webkit-transform: translateY(50%);
		transform: translateY(50%)
	}

	.news-carousel .flickity-page-dots,
	.promo-carousel .flickity-page-dots {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 1.25rem 0
	}
}

.row {
	margin: 2.5rem 0;
	text-align: left
}

.row:first-child {
	margin-top: 0
}

.row:last-child {
	margin-bottom: 0
}

@media (min-width:1024px) {
	.row {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}
}

@media (max-width:1023px) {
	.row {
		text-align: center
	}
}

.cols {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 2.5rem -1.25rem
}

.cols:first-child {
	margin-top: 0
}

.cols:last-child {
	margin-bottom: 0
}

@media (max-width:1023px) {
	.cols {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

.col {
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	width: 100%;
	padding: 0 1.25rem
}

@media (max-width:1023px) {
	.col {
		margin-bottom: 1.25rem
	}

	.col:last-child {
		margin-bottom: 0
	}
}

.cols--top {
	-webkit-box-align: start;
	align-items: flex-start
}

.cols--middle {
	-webkit-box-align: center;
	align-items: center
}

.cols--bottom {
	-webkit-box-align: end;
	align-items: flex-end
}

.col--25 {
	flex-basis: 25%
}

.col--30 {
	flex-basis: 30%
}

.col--40 {
	flex-basis: 40%
}

.col--50 {
	flex-basis: 50%
}

.col--60 {
	flex-basis: 60%
}

.col--70 {
	flex-basis: 70%
}

.col--75 {
	flex-basis: 75%
}

.form__field {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: end;
	align-items: flex-end;
	position: relative;
	margin-bottom: 1.25rem
}

.form__field:last-child {
	margin-bottom: 0
}

.form__field label {
	width: 100%
}

.form__field .floating-label,
.form__field input {
	-webkit-box-flex: 1;
	flex: 1 0 auto
}

.form__field .button {
	margin-left: 1.25rem
}

.form__field input[type=checkbox],
.form__field input[type=radio] {
	flex-shrink: 0
}

.button--no-text {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.button--no-text svg {
	width: 1.125rem;
	height: 1.125rem;
	margin: 0
}

.list-inline,
.list-unstyled {
	padding: 0;
	list-style-type: none;
	text-align: inherit
}

.list-inline li,
.list-unstyled li {
	padding-left: 0
}

.list-inline li:before,
.list-unstyled li:before {
	content: none
}

.list-inline {
	text-align: inherit
}

.list-inline li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-right: 1.25rem;
	margin-bottom: 0
}

.list-inline li:last-child {
	margin-right: 0
}

.list-inline--img li {
	margin-right: 2.5rem
}

.tab {
	margin: 3.75rem 0
}

.tab:first-child {
	margin-top: 0
}

.tab:last-child {
	margin-bottom: 0
}

@media (min-width:1024px) {
	.tab {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 4fr;
		grid-template-columns: minmax(-webkit-min-content, 1fr) 4fr;
		grid-template-columns: minmax(min-content, 1fr) 4fr;
		grid-gap: 3.75rem
	}
}

.tab h2,
.tab h3,
.tab h4,
.tab h5,
.tab h6 {
	color: #dd3c65;
	color: var(--primary)
}

.tab h4,
.tab h5,
.tab h6 {
	text-transform: none
}

.tab__title {
	font-size: 2.5rem
}

@media (min-width:1024px) {
	.tab__title {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: end;
		align-items: flex-end;
		min-height: 1.625em;
		margin-bottom: 2.5rem
	}
}

.tab__bar {
	position: relative
}

@media (min-width:1024px) {
	.tab__bar {
		-ms-grid-column: 1
	}
}

.tab__bar ul {
	padding: 0;
	list-style-type: none;
	text-align: inherit
}

@media (min-width:640px) and (max-width:1023px) {
	.tab__bar ul {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		margin-left: -.625rem/2;
		margin-right: -.625rem/2
	}
}

@media (max-width:639px) {
	.tab__bar ul {
		display: -webkit-box;
		display: flex;
		margin: 0 1.25rem;
		overflow: scroll;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory
	}

	.tab__bar ul:after,
	.tab__bar ul:before {
		content: "";
		position: absolute;
		bottom: 0;
		display: block;
		width: 1rem;
		height: 1rem;
		margin-bottom: .9375rem;
		background-position: 50%;
		background-repeat: no-repeat
	}

	.tab__bar ul:before {
		left: 0;
		-webkit-animation: swipe_left .5s linear infinite alternate;
		animation: swipe_left .5s linear infinite alternate;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' transform='rotate(90)'%3E%3Cpath d='M41.5 23.9c-1.5-1.5-3.9-1.5-5.4 0l-8.3 8.2V6.7c0-2.1-1.7-3.8-3.8-3.8s-3.8 1.7-3.8 3.8V32L12 23.9c-1.5-1.5-3.9-1.5-5.4 0-1.5 1.5-1.5 3.9 0 5.4L21 43.7l.6.6 2.4 2.4 17.5-17.3c1.5-1.6 1.5-4 0-5.5z'/%3E%3C/svg%3E")
	}

	.tab__bar ul:after {
		right: 0;
		-webkit-animation: swipe_right .5s linear infinite alternate;
		animation: swipe_right .5s linear infinite alternate;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' transform='rotate(-90)'%3E%3Cpath d='M41.5 23.9c-1.5-1.5-3.9-1.5-5.4 0l-8.3 8.2V6.7c0-2.1-1.7-3.8-3.8-3.8s-3.8 1.7-3.8 3.8V32L12 23.9c-1.5-1.5-3.9-1.5-5.4 0-1.5 1.5-1.5 3.9 0 5.4L21 43.7l.6.6 2.4 2.4 17.5-17.3c1.5-1.6 1.5-4 0-5.5z'/%3E%3C/svg%3E")
	}
}

@-webkit-keyframes swipe_left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-.625rem);
		transform: translateX(-.625rem)
	}
}

@keyframes swipe_left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(-.625rem);
		transform: translateX(-.625rem)
	}
}

@-webkit-keyframes swipe_right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(.625rem);
		transform: translateX(.625rem)
	}
}

@keyframes swipe_right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(.625rem);
		transform: translateX(.625rem)
	}
}

@media (min-width:1024px) {
	.tab__item {
		padding-right: 1.375rem;
		margin-bottom: 1.25rem;
		-webkit-transition: all .25s;
		transition: all .25s
	}

	.tab__item:last-child {
		margin-bottom: 0
	}
}

@media (min-width:640px) and (max-width:1023px) {
	.tab__item {
		margin-left: .3125rem;
		margin-right: .3125rem
	}
}

@media (max-width:639px) {
	.tab__item {
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		margin: 0;
		scroll-snap-align: center
	}
}

.tab__item .button {
	position: relative;
	text-align: left
}

@media (max-width:639px) {
	.tab__item .button {
		position: relative
	}

	.tab__item .button:after,
	.tab__item .button:before {
		content: "";
		position: absolute;
		top: -.25rem;
		bottom: -.25rem;
		width: 1.5rem;
		border: .25rem solid #dd3c65;
		border-color: var(--primary);
		opacity: .5
	}

	.tab__item .button:before {
		left: -.75rem;
		border-width: 0 0 0 .25rem;
		border-radius: 1.5rem 0 0 1.5rem
	}

	.tab__item .button:after {
		right: -.75rem;
		border-width: 0 .25rem 0 0;
		border-radius: 0 1.5rem 1.5rem 0
	}
}

.tab__item svg {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: .75rem;
	height: .75rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s
}

.tab__item--active,
.tab__item:hover {
	padding-right: 0
}

@media (min-width:1024px) {

	.tab__item--active .button,
	.tab__item:hover .button {
		padding-right: 2.625rem
	}

	.tab__item--active svg,
	.tab__item:hover svg {
		opacity: 1
	}
}

.tab__item--active .button {
	background: #dd3c65;
	background: var(--primary)
}

.tab__content {
	display: none;
	padding-top: 2.03125rem;
	margin: 0
}

@media (min-width:1024px) {
	.tab__content {
		-ms-grid-column: 2
	}

	.tab__content h3:first-child {
		margin-bottom: 2.5rem
	}
}

@media (max-width:639px) {
	.tab__content h3:first-child {
		display: none
	}
}

.tab__content--active {
	display: block
}

.emphasis {
	margin: 2.5rem 0;
	color: #dd3c65;
	color: var(--primary);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1
}

@media (min-width:768px) {
	.emphasis {
		font-size: 1.75rem
	}
}

.emphasis:first-child {
	margin-top: 0
}

.emphasis:last-child {
	margin-bottom: 0
}

.h-alt {
	display: inline-block;
	background: #dd3c65;
	background: var(--primary);
	padding: .625rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: .8125;
	text-transform: uppercase
}

.icon {
	margin-left: .625rem
}

.icon:first-child {
	margin-left: 0
}

.icon--colour {
	color: #dd3c65;
	color: var(--primary, currentColor)
}

.icon+span {
	vertical-align: middle;
	margin-left: .3125rem
}

.icon--arrow {
	width: 1em;
	height: 1em
}

.download a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700;
	line-height: 1
}

@media (max-width:1023px) {
	.download a {
		-webkit-box-pack: center;
		justify-content: center
	}
}

.download svg {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .5rem;
	border: .25rem solid;
	border-radius: 50%;
	font-size: 1.375rem;
	color: #dd3c65;
	color: var(--primary);
	margin-right: .625rem
}

.accordionset {
	margin-bottom: 2.5rem
}

.accordionset:last-child {
	margin-bottom: 0
}

.accordion-panel {
	margin-bottom: 1.25rem
}

.accordion-panel:last-child {
	margin-bottom: 0
}

.accordion-expand {
	display: block;
	text-align: right;
	margin-bottom: 2.5rem
}

.accordion-bar {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .6875rem 1.25rem .5625rem;
	border: .25rem solid #dd3c65;
	border-color: var(--primary);
	border-radius: 1.5rem;
	cursor: pointer;
	text-decoration: none !important
}

.accordion-icon {
	padding: 0;
	margin-left: auto;
	overflow: hidden;
	-webkit-transition: all .25s;
	transition: all .25s
}

.accordion-icon svg {
	display: block;
	width: 1rem;
	height: 1rem
}

.accordion-bar--active .accordion-icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.accordion-bar .accordion-bar__title {
	margin: 0;
	color: #0e2234;
	font-size: 1.125rem;
	line-height: 1;
	text-transform: uppercase
}

.accordion-pane {
	overflow: hidden
}

.accordion-pane__content {
	padding: 1.25rem
}

.fade-enter-active,
.fade-leave-active {
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
	opacity: 0
}

.button-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -.625rem 1.875rem
}

@media (max-width:1023px) {
	.button-list {
		-webkit-box-pack: center;
		justify-content: center
	}
}

.button-list:last-child {
	margin-bottom: 0
}

.button-list .button {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin: .625rem
}

.button-list--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0
}

.button-list--vertical .button {
	margin: .625rem 0
}

.course-search {
	padding: 2.5rem 0;
	text-align: center
}

@media (min-width:1024px) {
	.course-search {
		padding: 3.75rem 0
	}
}

.course-search .inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

@media (max-width:767px) {
	.course-search .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

@media (min-width:1024px) {
	.course-search .inner {
		flex-wrap: nowrap
	}
}

.course-search h2 {
	flex-shrink: 0;
	margin: 0 0 1.25rem;
	color: #dd3c65;
	color: var(--primary);
	font-size: 1.75rem
}

@media (min-width:1024px) {
	.course-search h2 {
		margin: 0 2.5rem 0 0
	}
}

.course-search form {
	max-width: 55rem
}

@media (max-width:767px) {
	.course-search .form__field {
		-webkit-box-pack: center;
		justify-content: center
	}

	.course-search .form__field .button {
		margin-left: .625rem;
		margin-right: .625rem
	}
}

@media (max-width:767px) {
	.course-search input[type=search] {
		flex-basis: 100%;
		margin-bottom: 1.25rem
	}
}

.h-group {
	max-width: 55rem;
	margin: 0 auto 3.75rem
}

.h-group:last-child {
	margin-bottom: 0
}

.h-group__lead,
.h-group__main {
	margin: 0 0 1.25rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: .8125;
	text-transform: none;
}

.h-group__lead:last-child,
.h-group__main:last-child {
	margin-bottom: 0
}

.h-group__lead {
	font-size: 1.75rem
}

@media (max-width:767px) {
	.h-group__lead {
		margin-bottom: .625rem;
		font-size: 1.375rem
	}
}

.h-group__main {
	color: #dd3c65;
	color: var(--primary);
	font-size: 6rem
}

@media (max-width:767px) {
	.h-group__main {
		font-size: 3.125rem
	}
}

.h-group__intro {
	font-size: 1.375rem;
	font-weight: 700
}

@media (max-width:767px) {
	.h-group__intro {
		font-size: 1.125rem
	}
}

.events-item {
	display: -webkit-box;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center
}

@media (min-width:768px) {
	.events-item {
		-webkit-box-align: start;
		align-items: flex-start;
		text-align: left
	}
}

.events-item>* {
	max-width: 100%
}

.events-item h3 {
	margin: 1.25rem auto;
	font-size: 1.75rem;
	line-height: 1
}

.events-item p {
	font-size: 1.375rem;
	font-weight: 500
}

.events-item .h-alt {
	margin-bottom: 2.5rem
}

.events-item .button {
	margin-top: auto
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	@media (min-width:1280px) {
		body.has-shape .events-item .button {
			border-color: #0e2234
		}
	}
}

.events-item__info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.25rem
}

@media (min-width:768px) {
	.events-item__info {
		-webkit-box-pack: start;
		justify-content: flex-start
	}
}

.events-item__date {
	display: block;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: .8125;
	text-transform: uppercase
}

.events-item--featured .h-alt {
	-webkit-box-ordinal-group: 3;
	order: 2;
	margin: 0 0 0 auto
}

.events-item--featured h3 {
	font-size: 2.5rem
}

.image-link {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: left
}

.image-link .h-group__lead {
	margin-bottom: .625rem;
	font-size: 1.125rem
}

.image-link .h-group__main {
	font-size: 2.5rem;
	color: inherit
}

.image-link__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem 6.25rem 1.25rem 1.25rem;
	background: rgba(0, 0, 0, .4);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, .5)), to(transparent));
	background: linear-gradient(90deg, rgba(0, 0, 0, .5) 25%, transparent);
	color: #fff
}

.news-item {
	display: -webkit-box;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center
}

@media (min-width:768px) {
	.news-item {
		-webkit-box-align: start;
		align-items: flex-start;
		text-align: left
	}
}

.news-item>* {
	max-width: 100%
}

.news-item h3 {
	margin: 1.25rem auto 2.5rem;
	font-size: 1.75rem;
	line-height: 1
}

.news-item .h-alt {
	margin-bottom: 2.5rem
}

.news-item .button {
	margin-top: auto
}

.news-item__date {
	display: block;
	font-size: 1rem;
	font-weight: 700
}

.panels {
	flex-wrap: wrap;
	width: 100%
}

.panel,
.panels {
	display: -webkit-box;
	display: flex
}

.panel {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	max-width: 100%;
	padding: 2.5rem 1.25rem;
	text-align: center;
	border: .25rem solid;
	border-width: .25rem .125rem
}

.panel:first-child {
	border-left-width: .25rem
}

.panel:last-child {
	border-right-width: .25rem
}

@media (min-width:640px) and (max-width:1023px) {
	.panel {
		width: 50%
	}

	.panel:first-child {
		width: 100%
	}

	.panel:nth-child(2) {
		border-right-width: .125rem
	}

	.panel:nth-child(3) {
		border-left-width: .125rem
	}
}

@media (min-width:1024px) {
	.panel {
		width: 33.3333%
	}
}

@media (min-width:1280px) {
	.panel {
		padding: 2.5rem
	}
}

.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
	word-break: break-word
}

.panel p {
	font-size: 1.375rem;
	font-weight: 700
}

@media (max-width:1023px) {
	.panel {
		border-width: .25rem
	}

	.panel+.panel {
		border-top: 0
	}
}

.panel__inner {
	max-width: 100%;
	margin: auto
}

.portal {
	position: relative;
	display: inline-block;
	padding-bottom: 5.625rem;
	margin: 0 auto
}

@media (min-width:1280px) {
	.portal {
		text-align: left
	}
}

.portal picture {
	height: 100%
}

.portal img {
	height: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:1280px) {
	.portal img {
		padding-top: 12%
	}
}

.portal p {
	font-weight: 700;
	line-height: 1
}

@media (min-width:1280px) {
	.portal p {
		font-size: 1.375rem
	}
}

.portal__inner {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2.5rem 1.25rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(3.125rem, #fff));
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 3.125rem)
}

.portal__inner>* {
	margin-left: 0
}

@media (min-width:1024px) {
	.portal__inner {
		padding: 2.5rem
	}
}

@media (min-width:1280px) {
	.portal--feature {
		padding-bottom: 0
	}

	.portal--feature img {
		padding-top: 0;
		margin-right: 0;
		max-width: 85%
	}

	.portal--feature h3 {
		font-size: 3.75rem;
		margin-bottom: 1rem
	}

	.portal--feature .portal__inner {
		padding-left: 0;
		background: transparent
	}
}

.profile {
	margin-bottom: 2.5rem
}

.profile:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.profile {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		margin-bottom: 3.75rem
	}
}

.profile .h-group {
	margin-bottom: 1.25rem
}

.profile .h-group__main {
	margin-bottom: 0;
	font-size: 1.75rem;
	text-transform: uppercase
}

.profile .icon {
	color: #dd3c65;
	color: var(--primary)
}

@media (min-width:768px) {
	.profile__image {
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		margin: 0
	}
}

.profile__info {
	padding: 0 1.25rem
}

@media (min-width:768px) {
	.profile__info {
		padding: 0 2.5rem;
		text-align: left
	}
}

@media (min-width:1280px) {
	.profile__info {
		padding: 0 3.75rem
	}
}

.promo {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-weight: 700
}

@media (min-width:1024px) {
	.promo {
		height: calc(25vw - 1.25rem);
		text-align: left
	}
}

@media (min-width:1280px) {
	.promo {
		height: calc(25vw - 3.125rem)
	}
}

@media (min-width:1600px) {
	.promo {
		height: 21.875rem
	}
}

.promo__lead {
	position: relative;
	display: block;
	padding-top: .1em;
	margin-bottom: 1.25rem;
	font-size: 9.375rem;
	line-height: .8125;
	text-transform: uppercase;
	word-spacing: min-content
}

@media (min-width:1024px) {
	.promo__lead {
		margin-bottom: 0;
		font-size: 12.5rem;
		text-align: center
	}
}

@media (min-width:1280px) {
	.promo__lead {
		font-size: 15rem
	}
}

@media (min-width:1600px) {
	.promo__lead {
		font-size: 17.5rem
	}
}

.promo__lead span {
	display: block;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	margin: 0 auto
}

.promo__lead svg {
	width: 9.375rem;
	height: 9.375rem;
	margin-top: -.1em
}

@media (min-width:1024px) {
	.promo__lead svg {
		width: 12.5rem;
		height: 12.5rem
	}
}

@media (min-width:1280px) {
	.promo__lead svg {
		width: 15rem;
		height: 15rem
	}
}

@media (min-width:1600px) {
	.promo__lead svg {
		width: 17.5rem;
		height: 17.5rem
	}
}

.promo--small .promo__lead {
	font-size: 6.25rem;
	line-height: .75
}

@media (min-width:1024px) {
	.promo--small .promo__lead {
		font-size: 9.375rem
	}
}

@media (min-width:1600px) {
	.promo--small .promo__lead {
		font-size: 11.25rem
	}
}

.promo__main>span {
	display: block;
	line-height: 1
}

@media (min-width:1024px) {
	.promo__main>span {
		margin: 0 2.5rem
	}
}

.promo__main>span small,
.promo__main>span span {
	display: block
}

.promo__main>span span {
	margin-bottom: .625rem;
	font-size: 1.75rem;
	text-transform: uppercase
}

@media (min-width:1280px) {
	.promo__main>span span {
		font-size: 2.75rem
	}
}

.promo__main>span small {
	font-size: 1.125rem;
	line-height: 1.25
}

@media (min-width:1024px) {
	.promo__main>span small {
		font-size: 1.375rem
	}
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	.promo {
		display: block
	}

	.promo__lead {
		padding: calc(1.25rem + .1em) 0 1.25rem
	}

	@media (min-width:1024px) {
		.promo__lead {
			position: absolute;
			top: 50%;
			left: 0;
			z-index: 1;
			width: 60%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			padding: .1em 22.5% 0 0
		}
	}

	.promo__lead:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		background: #dd3c65;
		background: var(--primary);
		shape-outside: polygon(52% 0, 100% 0, 48% 100%, 0 100%);
		-webkit-clip-path: polygon(52% 0, 100% 0, 48% 100%, 0 100%);
		clip-path: polygon(52% 0, 100% 0, 48% 100%, 0 100%)
	}

	@media (min-width:640px) {
		.promo__lead:before {
			max-width: 75%;
			margin: 0 auto
		}
	}

	@media (min-width:1024px) {
		.promo__lead:before {
			display: none
		}
	}

	.promo__main:before {
		content: "";
		display: none;
		background: #dd3c65;
		background: var(--primary);
		shape-outside: polygon(52% 0, 100% 0, 48% 100%, 0 100%);
		-webkit-clip-path: polygon(52% 0, 100% 0, 48% 100%, 0 100%);
		clip-path: polygon(52% 0, 100% 0, 48% 100%, 0 100%)
	}

	@media (min-width:1024px) {
		.promo__main:before {
			float: left;
			display: block;
			width: 60%;
			height: calc(25vw - 1.25rem);
			margin-right: 2.5rem
		}
	}

	@media (min-width:1280px) {
		.promo__main:before {
			height: calc(25vw - 3.125rem);
			margin-right: 3.75rem
		}
	}

	@media (min-width:1600px) {
		.promo__main:before {
			height: 21.875rem;
			margin-right: 6.25rem
		}
	}
}

.summary-list {
	width: 100%;
	margin: 0 -.625rem;
	font-size: 0
}

@media (min-width:768px) {
	.summary-list {
		text-align: left
	}
}

.summary-list:last-child {
	margin-bottom: 0
}

.summary-list h2,
.summary-list h3,
.summary-list h4,
.summary-list h5,
.summary-list h6 {
	margin-bottom: .3125rem;
	color: #0e2234;
	font-size: inherit;
	line-height: 1.25;
	text-transform: none
}

.summary-list+h1,
.summary-list+h2,
.summary-list+h3,
.summary-list+h4,
.summary-list+h5,
.summary-list+h6 {
	margin-top: 2.5rem
}

@media (min-width:768px) {

	.summary-list+h1,
	.summary-list+h2,
	.summary-list+h3,
	.summary-list+h4,
	.summary-list+h5,
	.summary-list+h6 {
		margin-top: 1.25rem
	}
}

.summary-list__item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 .625rem 1.25rem;
	font-size: 1.125rem
}

@media (min-width:768px) {
	.summary-list__item {
		width: 33.3333%;
		padding-bottom: 2.5rem
	}
}

@media (min-width:1024px) {
	.summary-list__item {
		width: 25%
	}
}

@media (min-width:1280px) {
	.summary-list__item {
		font-size: 1.375rem
	}
}

.summary-list__item-content {
	font-size: 1.375rem
}

.summary-list__item--span2 {
	width: 100%
}

@media (min-width:768px) {
	.summary-list__item--span2 {
		width: 66.6666%
	}
}

@media (min-width:1024px) {
	.summary-list__item--span2 {
		width: 50%
	}
}

@supports (display:grid) {

	.summary-list,
	.summary-list__item {
		font-size: inherit
	}

	.summary-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2.5rem .625rem;
		margin: 0 0 2.5rem
	}

	@media (min-width:768px) {
		.summary-list {
			grid-template-columns: repeat(3, 1fr)
		}
	}

	@media (min-width:1024px) {
		.summary-list {
			grid-template-columns: repeat(4, 1fr)
		}
	}

	.summary-list+h1,
	.summary-list+h2,
	.summary-list+h3,
	.summary-list+h4,
	.summary-list+h5,
	.summary-list+h6 {
		margin-top: 3.75rem
	}

	.summary-list__item {
		width: auto;
		padding: 0
	}

	.summary-list__item--span2 {
		grid-column: span 2
	}
}

.banner {
	position: relative;
	z-index: 1;
	padding: 0
}

.banner .h-group__lead {
	color: #dd3c65;
	color: var(--primary)
}

.banner .h-group__main {
	margin: 0;
	color: inherit
}

.banner .carousel {
	position: relative;
	overflow: visible;
	margin: 0 auto;
	color: #fff
}

.banner .carousel:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #0e2234
}

.banner .carousel__item {
	opacity: 0 !important;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .carousel__item.is-selected {
	opacity: 1 !important
}

.banner .flickity-viewport {
	overflow: visible
}

.banner .flickity-prev-next-button {
	border-color: currentColor
}

.banner .image-overlay>img,
.banner .image-overlay>picture,
.banner .image-overlay>picture img {
	max-height: calc(100% + 3.75rem);
	margin: 0
}

.banner .image-overlay h1,
.banner .image-overlay h2,
.banner .image-overlay h3,
.banner .image-overlay h4,
.banner .image-overlay h5,
.banner .image-overlay h6 {
	max-width: 75%;
	margin-left: 0
}

@media (min-width:1280px) {

	.banner .image-overlay h1,
	.banner .image-overlay h2,
	.banner .image-overlay h3,
	.banner .image-overlay h4,
	.banner .image-overlay h5,
	.banner .image-overlay h6 {
		max-width: 100%
	}
}

.banner .image-overlay .emphasis {
	max-width: 21.25rem
}

@media (min-width:768px) {
	.banner .image-overlay .emphasis {
		max-width: 25rem
	}
}

.banner .course-search {
	max-width: 100rem;
	margin: 0 auto
}

@media (min-width:1024px) {

	.banner .image-overlay>img,
	.banner .image-overlay>picture img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: calc(100% - 19rem)
	}

	.banner .image-overlay .inner {
		position: relative;
		top: auto;
		left: auto;
		max-width: 70%;
		padding-top: 10.625rem;
		padding-bottom: 3.75rem;
		margin-left: 0;
		-webkit-transform: none;
		transform: none
	}

	.banner .carousel__nav {
		bottom: 3.75rem
	}
}

@media (min-width:1080px) {
	.banner .course-search .inner {
		max-width: 80%;
		margin-left: 0
	}
}

@media (min-width:1280px) {
	.banner .course-search .inner {
		max-width: 85%
	}

	.banner .image-overlay .inner h1,
	.banner .image-overlay .inner h2,
	.banner .image-overlay .inner h3,
	.banner .image-overlay .inner h4,
	.banner .image-overlay .inner h5,
	.banner .image-overlay .inner h6 {
		font-size: 10rem
	}
}

@media (max-width:1023px) {

	.banner .image-overlay>img,
	.banner .image-overlay>picture img {
		width: 75%;
		margin-left: auto
	}

	.banner .image-overlay .inner {
		margin-top: -25%;
		text-align: left
	}
}

.banner__accreditation {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	max-width: 50% !important;
	padding: 1.25rem 2.5rem 1.25rem 1.25rem;
	margin: 0;
	background: #fff;
	color: #0e2234
}

@media (min-width:1024px) {
	.banner__accreditation {
		position: relative;
		top: 6.25rem;
		top: var(--spacing);
		max-width: 18.75rem !important;
		padding: 2.5rem 6.25rem 2.5rem 2.5rem;
		margin-top: -6.25rem;
		margin-top: calc(var(--spacing)*-1)
	}
}

.banner__accreditation p {
	margin-bottom: .625rem;
	font-size: .875rem;
	font-weight: 700
}

@media (min-width:640px) {
	.banner__accreditation p {
		font-size: 1rem
	}
}

@media (min-width:1024px) {
	.banner__accreditation p {
		font-size: 1.125rem
	}
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	.banner .carousel:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--spacing)), 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--spacing)), 0 100%)
	}

	.banner .carousel__nav {
		margin-bottom: var(--spacing)
	}

	@media (min-width:1024px) {
		.banner .image-overlay .inner {
			padding-bottom: var(--spacing)
		}

		.banner .carousel__nav {
			bottom: var(--spacing);
			margin: 0
		}
	}
}

.feature {
	position: relative;
	padding: 0;
	text-align: center
}

@media (min-width:1024px) {
	.feature {
		color: #fff
	}

	.feature:before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100rem;
		margin: 0 auto;
		background: rgba(0, 0, 0, .4);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, rgba(0, 0, 0, .1)), color-stop(60%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .75)));
		background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .75))
	}
}

.feature>img,
.feature>picture {
	margin: 0 auto
}

@media (min-width:640px) and (max-width:1023px) {

	.feature>img,
	.feature>picture {
		display: none
	}
}

.feature .inner {
	z-index: 2;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

@media (min-width:768px) {
	.feature .inner {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}
}

@media (min-width:1024px) {
	.feature .inner {
		position: absolute
	}
}

@media (min-width:1024px) {
	.feature .h-group__main {
		color: inherit
	}
}

.feature .panels {
	margin-top: auto
}

@media (min-width:1024px) {

	.feature .button,
	.feature button {
		border-color: #fff
	}

	.feature .button:hover,
	.feature button:hover {
		background: #fff;
		border-color: #fff;
		color: #0e2234
	}
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {

	.feature:before,
	.feature>img,
	.feature>picture {
		-webkit-clip-path: polygon(0 var(--spacing), 100% 0, 100% calc(100% - var(--spacing)), 0 100%);
		clip-path: polygon(0 var(--spacing), 100% 0, 100% calc(100% - var(--spacing)), 0 100%)
	}

	.feature .inner {
		padding-top: var(--spacing);
		padding-bottom: var(--spacing)
	}

	@media (min-width:1024px) {
		.feature .inner {
			padding-top: calc(var(--spacing)*2);
			padding-bottom: calc(var(--spacing)*2)
		}
	}

	.image-text-column--divergent+.feature {
		margin-top: calc(var(--spacing)*-1)
	}

	@media (min-width:640px) and (max-width:1023px) {
		.image-text-column--divergent+.feature {
			margin-top: 0
		}
	}
}

@media (min-width:1024px) {
	.events-carousel .inner {
		padding-right: 6.25rem
	}
}

@media (min-width:1280px) {
	.events-carousel .inner {
		padding-left: 3.75rem
	}
}

.events-carousel .events {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

@media (min-width:768px) {
	.events-carousel .events {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: stretch;
		align-items: stretch
	}
}

.events-carousel .events-item--featured {
	padding: 2.5rem 1.25rem;
	border: .25rem solid
}

@media (min-width:768px) {
	.events-carousel .events-item--featured {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		border-right: 0
	}
}

@media (min-width:1024px) {
	.events-carousel .events-item--featured {
		flex-basis: 40%
	}
}

@media (min-width:1280px) {
	.events-carousel .events-item--featured {
		flex-basis: calc(33.3333% + 1.79167rem);
		padding: 2.5rem
	}
}

.events-carousel .events__list {
	display: -webkit-box;
	display: flex;
	border-left: .25rem solid
}

@media (min-width:768px) {
	.events-carousel .events__list {
		-webkit-box-flex: 0;
		flex: 0 0 50%
	}
}

@media (min-width:1024px) {
	.events-carousel .events__list {
		-webkit-box-flex: 1;
		flex-grow: 1
	}
}

@media (max-width:767px) {
	.events-carousel .events__list {
		display: none
	}
}

.events-carousel .events__list .events-item {
	max-width: 100%;
	width: 33.3333%;
	padding: 2.5rem 1.25rem;
	border-right: .25rem solid
}

@media (min-width:1280px) {
	.events-carousel .events__list .events-item {
		padding: 2.5rem
	}
}

@media (max-width:1599px) {
	.events-carousel .events__list .events-item {
		width: 50%
	}

	.events-carousel .events__list .events-item:last-child {
		display: none
	}
}

@media (max-width:1023px) {
	.events-carousel .events__list .events-item {
		width: 100%
	}

	.events-carousel .events__list .events-item:not(:first-child) {
		display: none
	}
}

.image-text-column {
	position: relative;
	max-width: 100rem;
	padding: 0;
	margin: 0 auto;
	background: #0e2234;
	color: #fff
}

.image-text-column h2,
.image-text-column h3,
.image-text-column h4,
.image-text-column h5,
.image-text-column h6 {
	color: #dd3c65;
	color: var(--primary)
}

.image-text-column h2 {
	font-size: 2.5rem
}

@media (min-width:1280px) {
	.image-text-column h2 {
		font-size: 3.125rem
	}
}

@media (min-width:1024px) {
	.image-text-column .image-overlay>picture {
		max-width: 60%;
		margin-right: 0
	}
}

@media (min-width:1024px) {
	.image-text-column .inner {
		max-width: calc(50% + 2.5rem)
	}
}

@media (min-width:1280px) {
	.image-text-column .inner {
		max-width: calc(50% + 6.25rem)
	}
}

.image-text-column--right .image-overlay>picture {
	margin-left: 0;
	margin-right: auto
}

.image-text-column--right .inner {
	left: auto;
	right: 0
}

.image-text-column+.image-text-column {
	background: #dd3c65;
	background: var(--primary);
	color: #0e2234
}

.image-text-column+.image-text-column h2,
.image-text-column+.image-text-column h3,
.image-text-column+.image-text-column h4,
.image-text-column+.image-text-column h5 h6 {
	color: inherit
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	.image-text-column {
		-webkit-clip-path: polygon(0 0, 100% var(--spacing), 100% 100%, 0 calc(100% - var(--spacing)));
		clip-path: polygon(0 0, 100% var(--spacing), 100% 100%, 0 calc(100% - var(--spacing)))
	}

	.image-text-column .inner {
		padding-bottom: calc(var(--spacing)*2)
	}

	@media (min-width:1024px) {
		.image-text-column .inner {
			padding-bottom: calc(var(--spacing)/2)
		}
	}

	.image-text-column+.image-text-column {
		margin-top: calc(var(--spacing)*-1)
	}

	.image-text-column--divergent {
		-webkit-clip-path: polygon(0 0, 100% var(--spacing), 100% calc(100% - var(--spacing)), 0 100%);
		clip-path: polygon(0 0, 100% var(--spacing), 100% calc(100% - var(--spacing)), 0 100%)
	}

	@media (min-width:1024px) {
		.image-text-column--divergent .inner {
			padding-bottom: 0
		}
	}
}

.news-carousel .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

@media (min-width:1024px) {
	.news-carousel .inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: center;
		align-items: center;
		padding-right: 6.25rem
	}
}

@media (min-width:1280px) {
	.news-carousel .inner {
		padding-left: 3.75rem
	}
}

.news-carousel .h-group {
	padding: 0 1.25rem;
	margin: 0
}

@media (min-width:1024px) {
	.news-carousel .h-group {
		-webkit-box-flex: 0;
		flex: 0 0 40%
	}
}

@media (min-width:1280px) {
	.news-carousel .h-group {
		flex-basis: calc(33.3333% + 1.79167rem);
		padding: 0 2.5rem
	}
}

.news-carousel .carousel {
	margin-left: 0;
	margin-right: 0
}

@media (min-width:1024px) {
	.news-carousel .carousel {
		margin: 0;
		-webkit-box-flex: 1;
		flex-grow: 1
	}
}

.news-carousel .flickity-viewport {
	padding: 0 .125rem
}

.news-carousel .flickity-viewport:after,
.news-carousel .flickity-viewport:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: .25rem;
	background: #dd3c65;
	background: var(--primary)
}

.news-carousel .flickity-viewport:before {
	left: 0
}

.news-carousel .flickity-viewport:after {
	right: 0
}

.news-carousel .carousel__item {
	padding: 0 1.25rem
}

@media (min-width:768px) {
	.news-carousel .carousel__item {
		width: 50%;
		padding: 2.5rem 1.25rem;
		border: .125rem solid #dd3c65;
		border-color: var(--primary);
		border-width: 0 .125rem
	}

	.news-carousel .carousel__item:last-child {
		border-right-width: .25rem
	}
}

@media (min-width:1280px) {
	.news-carousel .carousel__item {
		padding: 2.5rem
	}
}

@media (min-width:1600px) {
	.news-carousel .carousel__item {
		width: 33.33333%
	}
}

.news-carousel .carousel__nav {
	margin-bottom: 0
}

@media (min-width:1024px) {
	.news-carousel .inner {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	.news-carousel .h-group {
		position: relative
	}

	.news-carousel .h-group:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(var(--spacing)*-1);
		width: 100%;
		z-index: -1;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #dd3c65;
		background: var(--primary);
		margin-left: -28%
	}

	.news-carousel .h-group__main {
		color: #0e2234
	}

	.news-carousel .h-group .button {
		border-color: #0e2234
	}

	.news-carousel .h-group .button:hover {
		background: #0e2234;
		color: #fab833;
		color: var(--secondary)
	}
}

.portals {
	text-align: center
}

.portal-row {
	display: -webkit-box;
	display: flex
}

.portal-row:last-child {
	margin-bottom: 0
}

@media (max-width:767px) {
	.portal-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center
	}
}

@media (min-width:768px) {
	.portal-row {
		margin: 0 -1.25rem 2.5rem
	}

	.portal-row:nth-child(2n) .portal:first-child {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
}

@media (min-width:1280px) {
	.portal-row {
		margin: 0 -2.5rem 6.25rem
	}
}

@media (min-width:768px) {
	.portal-row .portal {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		margin: 0 1.25rem
	}
}

@media (min-width:1280px) {
	.portal-row .portal {
		flex-basis: 40%;
		margin: 0 2.5rem
	}
}

@media (min-width:1280px) {
	.portal-row .portal--feature {
		flex-basis: 60%
	}
}

@media (min-width:1024px) {
	.promo-carousel .inner {
		padding-right: 6.25rem
	}
}

.related-courses {
	text-align: center
}

.related-courses h2 {
	color: #dd3c65;
	color: var(--primary)
}

.related-courses img,
.related-courses picture {
	margin-bottom: 1.25rem
}

@media (min-width:1024px) {

	.related-courses img,
	.related-courses picture {
		margin-bottom: 2.5rem
	}
}

.related-courses .h-group__lead {
	margin-bottom: .625rem
}

.related-courses .h-group__main {
	font-size: 2.5rem;
	color: inherit
}

@media (min-width:1024px) {
	.related-courses .h-group {
		margin-right: 1.25rem
	}

	.related-courses .col:first-child {
		padding-right: 0
	}

	.related-courses .col:last-child {
		padding-left: 0
	}
}

.social-media {
	padding: 0
}

.social-media h2 {
	font-size: 2.5rem
}

.social-media .cols {
	-webkit-box-align: end;
	align-items: flex-end
}

.social-media .col:first-child {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

@media (min-width:1024px) {
	.social-media .col:first-child {
		-webkit-box-ordinal-group: 3;
		order: 2;
		padding-top: 6.25rem;
		padding-bottom: 6.25rem
	}
}

@media (min-width:768px) {
	.social-media .col:last-child {
		padding: 0
	}
}

.social-media .button {
	padding: 1rem;
	border-radius: 50%;
	font-size: 1.375rem
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	@media (min-width:1024px) {
		body.has-shape .social-media .button {
			border-color: #0e2234
		}

		body.has-shape .social-media .button:hover {
			background: #0e2234;
			color: #fab833;
			color: var(--secondary)
		}
	}
}

.statistics {
	text-align: center
}

.summary {
	position: relative;
	z-index: 0
}

.summary h2 {
	color: #dd3c65;
	color: var(--primary);
	font-size: 2.5rem
}

@media (min-width:1024px) {
	.summary {
		padding-bottom: 0
	}

	.summary .inner {
		display: -webkit-box;
		display: flex;
		padding: 0
	}
}

@media (min-width:1280px) {
	.summary .summary-list__item-content {
		font-size: 1.75rem
	}
}

.summary__main:after {
	content: "";
	display: block;
	margin: 2.5rem 0;
	border-left-color: var(--primary);
	border-bottom: .25rem solid #dd3c65;
	border-bottom-color: var(--primary);
	border-right-color: var(--primary);
	border-top-color: var(--primary);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

@media (min-width:1024px) {
	.summary__main {
		flex-basis: 60%;
		padding: 0 1.25rem 0 2.5rem
	}

	.summary__main:after {
		margin: 3.75rem 0 0
	}
}

@media (min-width:1280px) {
	.summary__main {
		flex-basis: 65%;
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}
}

.summary__aside h3 {
	font-size: 1.75rem
}

@media (min-width:1024px) {
	.summary__aside {
		position: relative;
		flex-basis: 40%;
		margin-top: -6.25rem;
		margin-top: calc(var(--spacing)*-2);
		margin-bottom: -3rem;
		padding: 6.25rem 2.5rem 6.25rem 3.75rem;
		padding-top: calc(var(--spacing)*2);
		border-left: .5rem solid #dd3c65;
		border-left-color: var(--primary);
		border-bottom: .5rem solid #dd3c65;
		border-bottom-color: var(--primary);
		border-right-color: var(--primary);
		border-top-color: var(--primary)
	}
}

@media (min-width:1280px) {
	.summary__aside {
		flex-basis: 35%;
		padding-left: 6.25rem;
		padding-right: 6.25rem
	}
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	@media (min-width:1024px) {
		.summary__aside {
			border: 0;
			background: var(--primary)
		}

		.summary__aside,
		.summary__aside:before {
			-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2.5rem calc(100% - 1.25rem));
			clip-path: polygon(0 0, 100% 0, 100% 100%, 2.5rem calc(100% - 1.25rem))
		}

		.summary__aside:before {
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			bottom: .5rem;
			left: .5rem;
			z-index: -1;
			background: #fff
		}
	}

	@media (min-width:1280px) {

		.summary__aside,
		.summary__aside:before {
			-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3.75rem calc(100% - 2.5rem));
			clip-path: polygon(0 0, 100% 0, 100% 100%, 3.75rem calc(100% - 2.5rem))
		}
	}
}

.testimonial {
	position: relative;
	padding-bottom: 0;
	max-width: 100rem;
	margin: 0 auto
}

@media (min-width:1024px) {
	.testimonial {
		padding: 0
	}
}

.testimonial:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #dd3c65;
	background: var(--primary)
}

.testimonial .image-overlay>img,
.testimonial .image-overlay>picture {
	margin: 0
}

@media (min-width:640px) {

	.testimonial .image-overlay>img,
	.testimonial .image-overlay>picture {
		padding-left: 2.5rem
	}
}

@media (min-width:1280px) {

	.testimonial .image-overlay>img,
	.testimonial .image-overlay>picture {
		padding-left: 6.25rem
	}
}

@media (max-width:1023px) {
	.testimonial .image-overlay {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.testimonial .image-overlay>img,
	.testimonial .image-overlay>picture {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
}

.testimonial .inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}

@media (min-width:1024px) {
	.testimonial .inner {
		top: calc(25vw - .625rem);
		bottom: 0;
		max-width: calc(50% + 2.5rem);
		-webkit-transform: none;
		transform: none
	}
}

@media (min-width:1280px) {
	.testimonial .inner {
		top: calc(25vw - 1.5625rem);
		max-width: calc(50% + 6.25rem)
	}
}

@media (min-width:1600px) {
	.testimonial .inner {
		top: 23.4375rem
	}
}

.testimonial blockquote {
	max-width: 100%
}

.testimonial blockquote p {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1
}

@media (min-width:768px) {
	.testimonial blockquote p {
		font-size: 1.75rem
	}
}

@media (min-width:1280px) {
	.testimonial blockquote p {
		font-size: 2.75rem
	}
}

@supports ((-webkit-clip-path:polygon(0% 0%, 100% 100%)) or (clip-path:polygon(0% 0%, 100% 100%))) {
	.testimonial {
		-webkit-clip-path: polygon(0 var(--spacing), 100% 0, 100% calc(100% - var(--spacing)), 0 100%);
		clip-path: polygon(0 var(--spacing), 100% 0, 100% calc(100% - var(--spacing)), 0 100%);
		padding-top: calc(var(--spacing)*2)
	}

	@media (min-width:1024px) {
		.testimonial {
			-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--spacing)), 0 100%);
			clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--spacing)), 0 100%);
			padding-top: 0
		}

		.testimonial:before {
			-webkit-clip-path: polygon(0 calc(20% + var(--spacing)), 100% 20%, 100% 100%, 0 100%);
			clip-path: polygon(0 calc(20% + var(--spacing)), 100% 20%, 100% 100%, 0 100%)
		}
	}
}

.unistats h2 {
	color: #dd3c65;
	color: var(--primary);
	font-size: 2.5rem
}

@media (min-width:1280px) {
	.unistats__wrap {
		display: -webkit-box;
		display: flex
	}
}

.unistats__wrap .kis-desktop,
.unistats__wrap .kis-mobile {
	padding: 0 !important;
	margin: 0 0 1.25rem !important
}

@media (min-width:640px) {
	.unistats__wrap .kis-mobile {
		display: none
	}
}

.unistats__wrap .kis-desktop {
	display: none
}

@media (min-width:640px) {
	.unistats__wrap .kis-desktop {
		display: block
	}
}

@media (min-width:1280px) {
	.unistats__wrap .kis-desktop {
		-webkit-box-ordinal-group: 3;
		order: 2;
		-webkit-box-flex: 1;
		flex: 1 0 auto;
		margin: 0 0 0 3.75rem !important
	}
}

@media (min-width:1600px) {
	.unistats__wrap .kis-desktop {
		margin: 0 0 0 6.25rem !important
	}
}

.align-left {
	text-align: left
}

.align-centre {
	text-align: center
}

.align-right {
	text-align: right
}

.align-top {
	vertical-align: top
}

.align-middle {
	vertical-align: middle
}

.align-bottom {
	vertical-align: bottom
}

@media (min-width:1024px) {
	.align-left--desktop {
		text-align: left
	}

	.align-centre--desktop {
		text-align: center
	}

	.align-right--desktop {
		text-align: right
	}
}

@media (max-width:639px) {
	.align-left--mobile {
		text-align: left
	}

	.align-centre--mobile {
		text-align: center
	}

	.align-right--mobile {
		text-align: right
	}
}

@media (min-width:1024px) {

	.float-left,
	.float-right {
		margin: 0 .625rem .625rem
	}

	.float-left:last-child,
	.float-right:last-child {
		margin-bottom: 0
	}
}

@media (min-width:1024px) and (min-width:640px) {

	.float-left,
	.float-right {
		margin: 0 1.25rem 1.25rem
	}
}

@media (min-width:1024px) and (min-width:768px) {

	.float-left,
	.float-right {
		margin: 0 2.5rem 2.5rem
	}
}

@media (min-width:1024px) {
	.float-left {
		float: left;
		margin-left: 0
	}
}

@media (min-width:1024px) {
	.float-right {
		float: right;
		margin-right: 0
	}
}

.man {
	margin: 0 !important
}

.mas {
	margin: 1.25rem !important
}

.mam {
	margin: 2.5rem !important
}

.mal {
	margin: 3.75rem !important
}

.mtn {
	margin-top: 0 !important
}

.mts {
	margin-top: 1.25rem !important
}

.mtm {
	margin-top: 2.5rem !important
}

.mtl {
	margin-top: 3.75rem !important
}

.mrn {
	margin-right: 0 !important
}

.mrs {
	margin-right: 1.25rem !important
}

.mrm {
	margin-right: 2.5rem !important
}

.mrl {
	margin-right: 3.75rem !important
}

.mbn {
	margin-bottom: 0 !important
}

.mbs {
	margin-bottom: 1.25rem !important
}

.mbm {
	margin-bottom: 2.5rem !important
}

.mbl {
	margin-bottom: 3.75rem !important
}

.mln {
	margin-left: 0 !important
}

.mls {
	margin-left: 1.25rem !important
}

.mlm {
	margin-left: 2.5rem !important
}

.mll {
	margin-left: 3.75rem !important
}

.mhn {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mhs {
	margin-right: 1.25rem !important;
	margin-left: 1.25rem !important
}

.mhm {
	margin-right: 2.5rem !important;
	margin-left: 2.5rem !important
}

.mhl {
	margin-right: 3.75rem !important;
	margin-left: 3.75rem !important
}

.mvn {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.mvs {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.mvm {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.mvl {
	margin-top: 3.75rem !important;
	margin-bottom: 3.75rem !important
}

.pan {
	padding: 0 !important
}

.pas {
	padding: 1.25rem !important
}

.pam {
	padding: 2.5rem !important
}

.pal {
	padding: 3.75rem !important
}

.ptn {
	padding-top: 0 !important
}

.pts {
	padding-top: 1.25rem !important
}

.ptm {
	padding-top: 2.5rem !important
}

.ptl {
	padding-top: 3.75rem !important
}

.prn {
	padding-right: 0 !important
}

.prs {
	padding-right: 1.25rem !important
}

.prm {
	padding-right: 2.5rem !important
}

.prl {
	padding-right: 3.75rem !important
}

.pbn {
	padding-bottom: 0 !important
}

.pbs {
	padding-bottom: 1.25rem !important
}

.pbm {
	padding-bottom: 2.5rem !important
}

.pbl {
	padding-bottom: 3.75rem !important
}

.pln {
	padding-left: 0 !important
}

.pls {
	padding-left: 1.25rem !important
}

.plm {
	padding-left: 2.5rem !important
}

.pll {
	padding-left: 3.75rem !important
}

.phn {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.phs {
	padding-right: 1.25rem !important;
	padding-left: 1.25rem !important
}

.phm {
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important
}

.phl {
	padding-right: 3.75rem !important;
	padding-left: 3.75rem !important
}

.pvn {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.pvs {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.pvm {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

.pvl {
	padding-top: 3.75rem !important;
	padding-bottom: 3.75rem !important
}


a:focus-visible {
	background: #f7e286 !important;
	outline: auto !important;
	color: #0e2234 !important;
}

button:focus-visible {
	background: #f7e286 !important;
	outline: auto !important;
	color: #0e2234 !important;
}

