/*!
Theme Name: APNA
Theme URI: http://underscores.me/
Author: Pixelstorm
Author URI: http://pixelstorm.com.au
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

APNA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
* {
	transition: all 0.1s ease;
}

*:hover {
	transition: all 0.25s ease;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #1d1d1d;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.88px;
	color: #133d8d;
}

h1 {
	font-size: 28px;
}

@media screen and (min-width: 375px) {
	h1 {
		font-size: calc(1.5023474178vw + 22.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	h1 {
		font-size: 44px;
	}
}

h1 {
	line-height: 35px;
}

@media screen and (min-width: 375px) {
	h1 {
		line-height: calc(1.0328638498vw + 31.1267605634px);
	}
}

@media screen and (min-width: 1440px) {
	h1 {
		line-height: 46px;
	}
}

h2 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -0.72px;
	color: #133d8d;
}

h2 {
	font-size: 26px;
}

@media screen and (min-width: 375px) {
	h2 {
		font-size: calc(0.9389671362vw + 22.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	h2 {
		font-size: 36px;
	}
}

h2 {
	line-height: 32px;
}

@media screen and (min-width: 375px) {
	h2 {
		line-height: calc(1.1267605634vw + 27.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	h2 {
		line-height: 44px;
	}
}

h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #133d8d;
	line-height: 32px;
}

h3 {
	font-size: 24px;
}

@media screen and (min-width: 375px) {
	h3 {
		font-size: calc(0.3755868545vw + 22.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	h3 {
		font-size: 28px;
	}
}

p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	color: #1d1d1d;
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

table,
th,
td {
	border: 1px solid #efefef;
}

td {
	padding: 15px;
}

/* Links
--------------------------------------------- */
a {
	color: #00b3bd;
	text-decoration: none;
}

a:visited {
	color: #00b3bd;
}

a:hover,
a:focus,
a:active {
	color: #009eb2;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:not(.social-top__icon):not(.footer-social__icon):not(.social-mobile__icon):not(.card-grid__link):not(.card-grid__box-link).ext-link:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: transparent;
	background-image: url(images/external-link_teal.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 6px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
:root {
	--full-width: 99.56666vw;
	--half-width: -50vw;
}

*:focus {
	outline: none !important;
}

html {
	-webkit-overflow-scrolling: touch;
}

.container {
	padding: 0 20px;
	max-width: 90em;
	margin: 0 auto;
}

@media only screen and (min-width: 90em) {
	.container {
		padding: 0 40px;
	}
}

.row {
	display: flex;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
	.row {
		flex-wrap: nowrap;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: sticky;
	background-color: #fff;
	top: 0;
	z-index: 10;
}

.top-header {
	display: flex;
	justify-content: flex-end;
}

.top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

@media only screen and (min-width: 64em) {
	.top-menu {
		display: flex;
	}
}

.top-menu__item {
	position: relative;
	background-color: #00b3bd;
	transition: all 0.1s ease;
}

.top-menu__item:not(:first-child) {
	margin-left: 2px;
}

.top-menu__item:first-child {
	border-radius: 0 0 0 10px;
}

.top-menu__item:hover {
	background-color: #133d8d;
	transition: all 0.2s ease;
}

.top-menu__item a {
	display: block;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-decoration: none;
	color: #fff;
}

.top-menu__item a {
	font-size: 15px;
}

@media screen and (min-width: 1024px) {
	.top-menu__item a {
		font-size: calc(0.2403846154vw + 12.5384615385px);
	}
}

@media screen and (min-width: 1440px) {
	.top-menu__item a {
		font-size: 16px;
	}
}

.top-menu__item a:focus,
.top-menu__item a:hover {
	color: #fff;
}

.top-menu__item a:visited {
	color: #fff;
}

.top-menu__item:not(.social) a {
	padding: 15px 33px 17px;
}

.top-menu__item:not(.social) a {
	padding-right: 20px;
}

@media screen and (min-width: 1024px) {
	.top-menu__item:not(.social) a {
		padding-right: calc(3.125vw - 12px);
	}
}

@media screen and (min-width: 1440px) {
	.top-menu__item:not(.social) a {
		padding-right: 33px;
	}
}

.top-menu__item:not(.social) a {
	padding-left: 20px;
}

@media screen and (min-width: 1024px) {
	.top-menu__item:not(.social) a {
		padding-left: calc(3.125vw - 12px);
	}
}

@media screen and (min-width: 1440px) {
	.top-menu__item:not(.social) a {
		padding-left: 33px;
	}
}

.top-menu__item.social {
	padding: 12px 33px;
}

.top-menu__item.social {
	padding-right: 20px;
}

@media screen and (min-width: 1024px) {
	.top-menu__item.social {
		padding-right: calc(3.125vw - 12px);
	}
}

@media screen and (min-width: 1440px) {
	.top-menu__item.social {
		padding-right: 33px;
	}
}

.top-menu__item.social {
	padding-left: 20px;
}

@media screen and (min-width: 1024px) {
	.top-menu__item.social {
		padding-left: calc(3.125vw - 12px);
	}
}

@media screen and (min-width: 1440px) {
	.top-menu__item.social {
		padding-left: 33px;
	}
}

.social-top {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.social-top li:not(:first-child) {
	margin-left: 16px;
}

.social-top__icon {
	height: 22px;
	display: block;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.social-top__icon.facebook {
	background-image: url("images/facebook.svg");
}

.social-top__icon.facebook {
	width: 8px;
}

@media screen and (min-width: 1024px) {
	.social-top__icon.facebook {
		width: calc(0.7211538462vw + 0.6153846154px);
	}
}

@media screen and (min-width: 1440px) {
	.social-top__icon.facebook {
		width: 11px;
	}
}

.social-top__icon.twitter {
	background-image: url("images/twitter.svg");
}

.social-top__icon.twitter {
	width: 16px;
}

@media screen and (min-width: 1024px) {
	.social-top__icon.twitter {
		width: calc(0.9615384615vw + 6.1538461538px);
	}
}

@media screen and (min-width: 1440px) {
	.social-top__icon.twitter {
		width: 20px;
	}
}

.social-top__icon.instagram {
	background-image: url("images/instagram.svg");
}

.social-top__icon.instagram {
	width: 16px;
}

@media screen and (min-width: 1024px) {
	.social-top__icon.instagram {
		width: calc(1.4423076923vw + 1.2307692308px);
	}
}

@media screen and (min-width: 1440px) {
	.social-top__icon.instagram {
		width: 22px;
	}
}

.main-header {
	padding-top: 16px;
	padding-bottom: 16px;
}

@media only screen and (min-width: 64em) {
	.main-header {
		margin-top: -10px;
		padding-top: 0;
		padding-bottom: 25px;
	}
}

.main-header {
	margin-top: 0px;
}

@media screen and (min-width: 1024px) {
	.main-header {
		margin-top: calc(-2.4038461538vw + 24.6153846154px);
	}
}

@media screen and (min-width: 1440px) {
	.main-header {
		margin-top: -10px;
	}
}

.main-header__row {
	justify-content: space-between;
}

.logo__wrapper {
	width: 40%;
	line-height: 0;
}

@media only screen and (min-width: 64em) {
	.logo__wrapper {
		width: 100%;
	}
}

.logo__wrapper {
	max-width: 115px;
}

@media screen and (min-width: 375px) {
	.logo__wrapper {
		max-width: calc(7.323943662vw + 87.5352112676px);
	}
}

@media screen and (min-width: 1440px) {
	.logo__wrapper {
		max-width: 193px;
	}
}

.menu__wrapper {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (min-width: 64em) {
	.menu__wrapper {
		width: 100%;
		margin-bottom: -5px;
		align-items: flex-end;
	}
}

.mobile-button,
.mobile-button-close {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out, background-color 0s linear;
	cursor: pointer;
}

.mobile-button__wrapper,
.mobile-button-close__wrapper {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
}

@media only screen and (min-width: 64em) {
	.mobile-button__wrapper,
	.mobile-button-close__wrapper {
		display: none;
	}
}

.mobile-button:hover span,
.mobile-button-close:hover span {
	background-color: #ddd;
}

.mobile-button span,
.mobile-button-close span {
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #133d8d;
	border-radius: 2px;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%) rotate(0deg);
	transition: all 0.3s ease-in;
}

.mobile-button span:nth-child(1),
.mobile-button-close span:nth-child(1) {
	top: 3px;
}

.mobile-button span:nth-child(2),
.mobile-button-close span:nth-child(2) {
	top: 11px;
}

.mobile-button span:nth-child(3),
.mobile-button-close span:nth-child(3) {
	top: 19px;
}

.mobile-button__text,
.mobile-button-close__text {
	font-size: 9px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0;
	letter-spacing: 0.7px;
	color: #133d8d;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.mobile-button.open span,
.mobile-button-close.open span {
	transition: all 0.5s ease-out;
	background-color: #fff;
}

.mobile-button.open span:nth-child(1),
.mobile-button-close.open span:nth-child(1) {
	width: 30px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-button.open span:nth-child(2),
.mobile-button-close.open span:nth-child(2) {
	width: 0;
	left: 0px;
}

.mobile-button.open span:nth-child(3),
.mobile-button-close.open span:nth-child(3) {
	width: 30px;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-button.open .mobile-button__text,
.mobile-button.open .mobile-button-close__text,
.mobile-button-close.open .mobile-button__text,
.mobile-button-close.open .mobile-button-close__text {
	color: #fff;
}

.main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.main-menu__wrapper {
	display: none;
}

@media only screen and (min-width: 64em) {
	.main-menu__wrapper {
		display: block;
	}
}

.main-menu li {
	position: relative;
}

.main-menu li:not(:first-child) {
	margin-left: 1px;
}

.main-menu li.menu-item-has-children:hover a {
	border-color: transparent;
}

.main-menu li.menu-item-has-children:hover .sub-menu {
	display: block;
}

.main-menu li .sub-menu {
	display: none;
	min-width: 300px;
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #00b3bd;
	border-radius: 0px;
	z-index: 99;
	padding: 0px;
}

.main-menu li .sub-menu li {
	margin: 0;
}

.main-menu li .sub-menu a {
	text-align: left;
	padding: 20px 15px;
}

.main-menu li.current-menu-item > a {
	color: #fff;
	background-color: #00b3bd;
}

.main-menu a {
	display: block;
	text-decoration: none;
	color: #133d8d;
	background-color: transparent;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	padding: 15px 14px;
}

.main-menu a {
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.main-menu a {
		font-size: calc(0.4807692308vw + 9.0769230769px);
	}
}

@media screen and (min-width: 1440px) {
	.main-menu a {
		font-size: 16px;
	}
}

.main-menu a:hover {
	color: #fff;
	background-color: #00b3bd;
}

.admin-bar .mobile-menu__wrapper {
	top: 46px;
}

@media only screen and (min-width: 48em) {
	.admin-bar .mobile-menu__wrapper {
		top: 32px;
	}
}

.mobile-menu__wrapper {
	display: block;
	position: absolute;
	top: 0;
	right: 100vw;
	left: -100vw;
	background: #00b3bd;
	transition: 0.3s ease-in-out;
	overflow: hidden;
	z-index: 999;
	height: 100vh;
}

.mobile-menu__wrapper.open {
	left: 0;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 64em) {
	.mobile-menu__wrapper {
		display: none;
	}
}

.main-mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-mobile-menu li .sub-menu {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	list-style: none;
	line-height: 1.15;
}

.main-mobile-menu li .sub-menu a {
	line-height: 1.15;
}

.main-mobile-menu li a {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	color: #fff;
	text-decoration: none;
}

.contact-mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-mobile-menu li a {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: normal;
	color: #fff;
	text-decoration: none;
}

.white-line {
	display: inline-block;
	width: 15px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 4px;
	margin-right: 5px;
	margin-left: 5px;
}

.social-mobile {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
}

.social-mobile li {
	margin-top: 10px;
	margin-bottom: 20px;
}

.social-mobile li:not(:first-child) {
	margin-left: 19px;
}

.social-mobile__icon {
	width: 40px;
	height: 40px;
	display: block;
	background-color: transparent;
	background-size: contain;
}

.social-mobile__icon.facebook {
	background-image: url("images/round_facebook.svg");
}

.social-mobile__icon.twitter {
	background-image: url("images/round_twitter.svg");
}

.social-mobile__icon.instagram {
	background-image: url("images/round_instagram.svg");
}

.page-banner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.page-banner {
	height: 64px;
}

@media screen and (min-width: 375px) {
	.page-banner {
		height: calc(8.0751173709vw + 33.7183098592px);
	}
}

@media screen and (min-width: 1440px) {
	.page-banner {
		height: 150px;
	}
}

.page-banner__title {
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -0.64px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.page-banner__title {
	font-size: 12px;
}

@media screen and (min-width: 375px) {
	.page-banner__title {
		font-size: calc(1.8779342723vw + 4.9577464789px);
	}
}

@media screen and (min-width: 1440px) {
	.page-banner__title {
		font-size: 32px;
	}
}

.page-banner__title {
	right: 8px;
}

@media screen and (min-width: 375px) {
	.page-banner__title {
		right: calc(3.0046948357vw - 3.2676056338px);
	}
}

@media screen and (min-width: 1440px) {
	.page-banner__title {
		right: 40px;
	}
}

.page-banner__title {
	bottom: 4px;
}

@media screen and (min-width: 375px) {
	.page-banner__title {
		bottom: calc(1.1267605634vw - 0.2253521127px);
	}
}

@media screen and (min-width: 1440px) {
	.page-banner__title {
		bottom: 16px;
	}
}

.breadcrumb {
	padding-bottom: 20px;
}

@media screen and (min-width: 375px) {
	.breadcrumb {
		padding-bottom: calc(1.1267605634vw + 15.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.breadcrumb {
		padding-bottom: 32px;
	}
}

.breadcrumb {
	padding-top: 20px;
}

@media screen and (min-width: 375px) {
	.breadcrumb {
		padding-top: calc(1.1267605634vw + 15.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.breadcrumb {
		padding-top: 32px;
	}
}

.breadcrumb__separator {
	display: inline-block;
	height: 12px;
	background: transparent url("images/angle-right_blue.svg") center no-repeat;
	background-size: contain;
}

.breadcrumb__separator {
	width: 14px;
}

@media screen and (min-width: 375px) {
	.breadcrumb__separator {
		width: calc(0.3755868545vw + 12.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.breadcrumb__separator {
		width: 18px;
	}
}

.breadcrumb__row {
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.09;
	letter-spacing: normal;
	text-transform: uppercase;
}

.breadcrumb__row {
	font-size: 9px;
}

@media screen and (min-width: 375px) {
	.breadcrumb__row {
		font-size: calc(0.1877934272vw + 8.2957746479px);
	}
}

@media screen and (min-width: 1440px) {
	.breadcrumb__row {
		font-size: 11px;
	}
}

.breadcrumb__home {
	font-weight: bold;
}

.breadcrumb a {
	text-decoration: none;
	color: #00b3bd;
}

.internal-header {
	background-color: #0d2b63;
	padding: 12px 0;
}

.internal-header__container {
	display: flex;
	align-items: center;
}

.internal-header__label {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-right: 24px;
	font-weight: 600;
	width: auto;
	white-space: nowrap;
}

.internal-header .select2 {
	width: 400px !important;
	height: 60px !important;
}

.internal-header .select2 .selection {
	transition: none;
	width: 400px;
	height: 60px;
	display: inline-block;
}

.internal-header .select2 .select2-selection {
	height: 60px;
	width: 400px;
}

.internal-header .select2 .select2-selection__rendered {
	padding: 16px;
	width: 400px;
}

.internal-header
	.select2
	.select2-container--default
	.select2-selection--single {
	height: 60px;
	/* Adjust the height to match the option height */
	line-height: 60px;
	/* Ensure proper vertical alignment */
}

@media screen and (max-width: 768px) {
	.internal-header__label {
		font-size: 16px;
		line-height: 26px;
	}
	.internal-header .select2 {
		width: 100% !important;
		height: 48px !important;
	}
	.internal-header .select2 .selection {
		width: 100%;
		height: 48px;
	}
	.internal-header .select2 .select2-selection {
		height: 48px;
		width: 100%;
	}
	.internal-header .select2 .select2-selection__rendered {
		padding: 12px;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.internal-header
		.select2
		.select2-container--default
		.select2-selection--single {
		height: 48px;
		/* Adjust the height to match the option height */
		line-height: 48px;
		/* Ensure proper vertical alignment */
	}
}

.select2-container {
	transition: none !important;
}

.select2-container .select2-dropdown {
	transition: none !important;
}

.select2-container .select2-results {
	transition: none !important;
}

.select2-container .select2-results__options {
	transition: none !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #133d8d !important;
}

.select2-container .select2-selection__arrow {
	top: 16px !important;
}

.select2-container .select2-results__option {
	height: 60px !important;
	/* Adjust the height as needed */
	line-height: 60px !important;
	/* Ensure proper vertical alignment */
}

.select2-container .select2-results > .select2-results__options {
	max-height: none !important;
}

@media screen and (max-width: 768px) {
	.select2-container .select2-results__option {
		height: 48px !important;
		/* Adjust the height as needed */
		line-height: 48px !important;
		/* Ensure proper vertical alignment */
		font-size: 14px;
		line-height: 24px;
	}
	.select2-container .select2-selection__arrow {
		top: 12px !important;
	}
	.select2-container .select2-results > .select2-results__options {
		max-height: 200px !important;
	}
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.page {
	margin-bottom: 0;
}

.site-main {
	background-color: transparent;
	min-height: 50vh;
	position: relative;
}

.site-main:before {
	content: "";
	display: block;
	background: #fff url("images/leaf_transparent.png") right top no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	z-index: -1;
}

.site-main:before {
	top: 116px;
}

@media screen and (min-width: 375px) {
	.site-main:before {
		top: calc(-2.3474178404vw + 124.802816901px);
	}
}

@media screen and (min-width: 1440px) {
	.site-main:before {
		top: 91px;
	}
}

.site-main:before {
	width: 256px;
}

@media screen and (min-width: 375px) {
	.site-main:before {
		width: calc(63.1924882629vw + 19.0281690141px);
	}
}

@media screen and (min-width: 1440px) {
	.site-main:before {
		width: 929px;
	}
}

.site-main:before {
	height: 248px;
}

@media screen and (min-width: 375px) {
	.site-main:before {
		height: calc(48.8262910798vw + 64.9014084507px);
	}
}

@media screen and (min-width: 1440px) {
	.site-main:before {
		height: 768px;
	}
}

.home .site-main:before {
	display: none;
}

.default-content {
	padding-top: 60px;
	padding-bottom: 227px;
}

.archive .site-main {
	padding-bottom: 227px;
}

.post-archive {
	padding-bottom: 227px;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.hero {
	background: transparent url("images/banner.jpg") center no-repeat;
	background-size: cover;
	position: relative;
}

.hero {
	height: 375px;
}

@media screen and (min-width: 375px) {
	.hero {
		height: calc(22.7230046948vw + 289.788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.hero {
		height: 617px;
	}
}

.hero__title {
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	color: #fff;
	position: absolute;
	right: 56px;
	top: 38px;
}

.hero__title {
	font-size: 40px;
}

@media screen and (min-width: 375px) {
	.hero__title {
		font-size: calc(2.2535211268vw + 31.5492957746px);
	}
}

@media screen and (min-width: 1440px) {
	.hero__title {
		font-size: 64px;
	}
}

.hero__title {
	line-height: 44px;
}

@media screen and (min-width: 375px) {
	.hero__title {
		line-height: calc(3.1924882629vw + 32.0281690141px);
	}
}

@media screen and (min-width: 1440px) {
	.hero__title {
		line-height: 78px;
	}
}

.hero__title {
	letter-spacing: -2px;
}

@media screen and (min-width: 375px) {
	.hero__title {
		letter-spacing: calc(0.0676056338vw - 2.2535211268px);
	}
}

@media screen and (min-width: 1440px) {
	.hero__title {
		letter-spacing: -1.28px;
	}
}

.quote {
	padding-top: 67px;
}

@media screen and (min-width: 375px) {
	.quote {
		padding-top: calc(8.7323943662vw + 34.2535211268px);
	}
}

@media screen and (min-width: 1440px) {
	.quote {
		padding-top: 160px;
	}
}

.quote {
	padding-bottom: 98px;
}

@media screen and (min-width: 375px) {
	.quote {
		padding-bottom: calc(3.7558685446vw + 83.9154929577px);
	}
}

@media screen and (min-width: 1440px) {
	.quote {
		padding-bottom: 138px;
	}
}

.quote__row {
	position: relative;
}

.quote__row:before,
.quote__row:after {
	content: "";
	display: block;
	background: transparent url("images/dots-line.svg") center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}

.quote__row:before {
	width: 34px;
}

@media screen and (min-width: 375px) {
	.quote__row:before {
		width: calc(11.0798122066vw - 7.5492957746px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__row:before {
		width: 152px;
	}
}

.quote__row:before {
	height: 8px;
}

@media screen and (min-width: 375px) {
	.quote__row:before {
		height: calc(2.6291079812vw - 1.8591549296px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__row:before {
		height: 36px;
	}
}

.quote__row:before {
	top: -10px;
}

@media screen and (min-width: 375px) {
	.quote__row:before {
		top: calc(-4.2253521127vw + 5.8450704225px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__row:before {
		top: -55px;
	}
}

.quote__row:after {
	width: 80px;
}

@media screen and (min-width: 375px) {
	.quote__row:after {
		width: calc(24.6948356808vw - 12.6056338028px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__row:after {
		width: 343px;
	}
}

.quote__row:after {
	height: 19px;
}

@media screen and (min-width: 375px) {
	.quote__row:after {
		height: calc(5.7276995305vw - 2.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__row:after {
		height: 80px;
	}
}

.quote__row:after {
	bottom: -10px;
}

@media screen and (min-width: 375px) {
	.quote__row:after {
		bottom: calc(-0.9389671362vw - 6.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__row:after {
		bottom: -20px;
	}
}

.quote__wrapper {
	max-width: 958px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
}

.quote__text p {
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #133d8d;
}

.quote__text p {
	font-size: 18px;
}

@media screen and (min-width: 375px) {
	.quote__text p {
		font-size: calc(0.5633802817vw + 15.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__text p {
		font-size: 24px;
	}
}

.quote__text p {
	line-height: 28px;
}

@media screen and (min-width: 375px) {
	.quote__text p {
		line-height: calc(1.5023474178vw + 22.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__text p {
		line-height: 44px;
	}
}

.quote__author p {
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #133d8d;
	text-align: right;
}

.quote__author p {
	font-size: 18px;
}

@media screen and (min-width: 375px) {
	.quote__author p {
		font-size: calc(0.5633802817vw + 15.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__author p {
		font-size: 24px;
	}
}

.quote__author p {
	line-height: 28px;
}

@media screen and (min-width: 375px) {
	.quote__author p {
		line-height: calc(1.5023474178vw + 22.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.quote__author p {
		line-height: 44px;
	}
}

.video {
	padding-bottom: 30px;
}

@media screen and (min-width: 375px) {
	.video {
		padding-bottom: calc(3.2863849765vw + 17.676056338px);
	}
}

@media screen and (min-width: 1440px) {
	.video {
		padding-bottom: 65px;
	}
}

.video__row {
	flex-wrap: wrap;
}

.video__title {
	width: 100%;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.72px;
	color: #133d8d;
	text-align: center;
	margin-bottom: 31px;
}

.video__title {
	font-size: 26px;
}

@media screen and (min-width: 375px) {
	.video__title {
		font-size: calc(0.9389671362vw + 22.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.video__title {
		font-size: 36px;
	}
}

.video__title {
	line-height: 32px;
}

@media screen and (min-width: 375px) {
	.video__title {
		line-height: calc(1.1267605634vw + 27.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.video__title {
		line-height: 44px;
	}
}

.video__wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video__wrapper iframe,
.video__wrapper .wp-video-shortcode {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.video__wrapper iframe,
.video__wrapper .wp-video-shortcode {
	width: 335px;
}

@media screen and (min-width: 375px) {
	.video__wrapper iframe,
	.video__wrapper .wp-video-shortcode {
		width: calc(54.7417840376vw + 129.718309859px);
	}
}

@media screen and (min-width: 1440px) {
	.video__wrapper iframe,
	.video__wrapper .wp-video-shortcode {
		width: 918px;
	}
}

.video__wrapper iframe,
.video__wrapper .wp-video-shortcode {
	height: 200px;
}

@media screen and (min-width: 375px) {
	.video__wrapper iframe,
	.video__wrapper .wp-video-shortcode {
		height: calc(33.8028169014vw + 73.2394366197px);
	}
}

@media screen and (min-width: 1440px) {
	.video__wrapper iframe,
	.video__wrapper .wp-video-shortcode {
		height: 560px;
	}
}

.post-archive + .video {
	margin-top: -120px;
}

.card-grid {
	padding-top: 30px;
}

@media screen and (min-width: 375px) {
	.card-grid {
		padding-top: calc(8.4507042254vw - 1.6901408451px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid {
		padding-top: 120px;
	}
}

.card-grid {
	padding-bottom: 92px;
}

@media screen and (min-width: 375px) {
	.card-grid {
		padding-bottom: calc(7.323943662vw + 64.5352112676px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid {
		padding-bottom: 170px;
	}
}

.card-grid__row {
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (min-width: 80em) {
	.card-grid__row {
		justify-content: space-between;
	}
}

.card-grid__item {
	width: 544px;
	height: 580px;
	border-radius: 24px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 79px;
	margin-top: 0px;
	position: relative;
}

.card-grid__item {
	width: 343px;
}

@media screen and (min-width: 375px) {
	.card-grid__item {
		width: calc(18.8732394366vw + 272.225352113px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__item {
		width: 544px;
	}
}

.card-grid__item {
	height: 449px;
}

@media screen and (min-width: 375px) {
	.card-grid__item {
		height: calc(12.3004694836vw + 402.873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__item {
		height: 580px;
	}
}

@media only screen and (min-width: 30em) {
	.card-grid__item {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (min-width: 80em) {
	.card-grid__item {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 33px;
		margin-top: 96px;
	}
}

.card-grid__item:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.card-grid__item:hover .card-grid__readmore a {
	background-color: #133d8d;
}

.card-grid__item:hover .card-grid__readmore a:after {
	transition: all 0.2s ease;
	right: 30px;
}

.card-grid__image {
	height: 348px;
	border-radius: 24px 24px 0 0;
	position: relative;
	overflow: hidden;
}

.card-grid__image {
	height: 224px;
}

@media screen and (min-width: 375px) {
	.card-grid__image {
		height: calc(11.6431924883vw + 180.338028169px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__image {
		height: 348px;
	}
}

.card-grid__image:after {
	display: none;
}

.card-grid__image-wrapper {
	height: 100%;
	background-size: cover;
	border-radius: 0 0 50% 50%;
	width: 115%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.card-grid__icon-wrapper {
	display: block;
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	width: 197px;
	height: 136px;
}

.card-grid__icon-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-grid__title h3 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 32px;
	letter-spacing: normal;
	text-align: center;
	color: #133d8d;
	margin-bottom: 19px;
	margin-top: 40px;
}

.card-grid__title h3 {
	font-size: 18px;
}

@media screen and (min-width: 375px) {
	.card-grid__title h3 {
		font-size: calc(0.5633802817vw + 15.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__title h3 {
		font-size: 24px;
	}
}

.card-grid__title h3 {
	line-height: 24px;
}

@media screen and (min-width: 375px) {
	.card-grid__title h3 {
		line-height: calc(0.7511737089vw + 21.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__title h3 {
		line-height: 32px;
	}
}

.card-grid__title h3 {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.card-grid__title h3 {
		margin-bottom: calc(0.3755868545vw + 13.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__title h3 {
		margin-bottom: 19px;
	}
}

.card-grid__text {
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 48px;
}

.card-grid__text {
	padding-left: 40px;
}

@media screen and (min-width: 375px) {
	.card-grid__text {
		padding-left: calc(0.7511737089vw + 37.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__text {
		padding-left: 48px;
	}
}

.card-grid__text {
	padding-right: 40px;
}

@media screen and (min-width: 375px) {
	.card-grid__text {
		padding-right: calc(0.7511737089vw + 37.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__text {
		padding-right: 48px;
	}
}

.card-grid__text {
	padding-left: 62px;
}

@media screen and (min-width: 375px) {
	.card-grid__text {
		padding-left: calc(-1.3145539906vw + 66.9295774648px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__text {
		padding-left: 48px;
	}
}

.card-grid__text p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 28px;
	letter-spacing: normal;
	color: #133d8d;
	text-align: center;
}

.card-grid__text p {
	font-size: 16px;
}

@media screen and (min-width: 375px) {
	.card-grid__text p {
		font-size: calc(0.1877934272vw + 15.2957746479px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__text p {
		font-size: 18px;
	}
}

.card-grid__text p {
	line-height: 24px;
}

@media screen and (min-width: 375px) {
	.card-grid__text p {
		line-height: calc(0.3755868545vw + 22.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__text p {
		line-height: 28px;
	}
}

.card-grid__readmore {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -32px;
}

.card-grid__readmore a {
	height: 64px;
	border-radius: 32px;
	background-color: #00b3bd;
	padding: 21px 37px 21px 21px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;
}

.card-grid__readmore a {
	width: 187px;
}

@media screen and (min-width: 375px) {
	.card-grid__readmore a {
		width: calc(0.3755868545vw + 185.591549296px);
	}
}

@media screen and (min-width: 1440px) {
	.card-grid__readmore a {
		width: 191px;
	}
}

.card-grid__readmore a:after {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 22px;
	background: transparent url("images/arrow-right.svg") center no-repeat;
	background-size: contain;
}

.card-grid__box-link {
	border-radius: 24px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.page-heading {
	padding-bottom: 20px;
}

@media screen and (min-width: 375px) {
	.page-heading {
		padding-bottom: calc(1.8779342723vw + 12.9577464789px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading {
		padding-bottom: 40px;
	}
}

.page-heading {
	padding-top: 34px;
}

@media screen and (min-width: 375px) {
	.page-heading {
		padding-top: calc(2.6291079812vw + 24.1408450704px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading {
		padding-top: 62px;
	}
}

.page-heading.medium .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 765px;
}

@media only screen and (min-width: 90em) {
	.page-heading.medium .container {
		max-width: 805px;
	}
}

.page-heading__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.88px;
	color: #133d8d;
	display: inline-flex;
	align-items: center;
}

.page-heading__title {
	font-size: 28px;
}

@media screen and (min-width: 375px) {
	.page-heading__title {
		font-size: calc(1.5023474178vw + 22.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading__title {
		font-size: 44px;
	}
}

.page-heading__title {
	line-height: 35px;
}

@media screen and (min-width: 375px) {
	.page-heading__title {
		line-height: calc(1.0328638498vw + 31.1267605634px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading__title {
		line-height: 46px;
	}
}

.page-heading__title span {
	margin-left: 10px;
}

.page-heading__icon-wrapper {
	background-color: #00b3bd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-heading__icon-wrapper {
	width: 24px;
}

@media screen and (min-width: 375px) {
	.page-heading__icon-wrapper {
		width: calc(3.0046948357vw + 12.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading__icon-wrapper {
		width: 56px;
	}
}

.page-heading__icon-wrapper {
	height: 24px;
}

@media screen and (min-width: 375px) {
	.page-heading__icon-wrapper {
		height: calc(3.0046948357vw + 12.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading__icon-wrapper {
		height: 56px;
	}
}

.page-heading__icon-wrapper {
	margin-right: 16px;
}

@media screen and (min-width: 375px) {
	.page-heading__icon-wrapper {
		margin-right: calc(2.2535211268vw + 7.5492957746px);
	}
}

@media screen and (min-width: 1440px) {
	.page-heading__icon-wrapper {
		margin-right: 40px;
	}
}

.page-heading__icon {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: contain;
}

.page-heading + .content-image {
	padding-top: 0;
}

.intro {
	padding-bottom: 37px;
}

.intro__row {
	flex-wrap: wrap;
}

.intro__row {
	padding-left: 0px;
}

@media screen and (min-width: 375px) {
	.intro__row {
		padding-left: calc(9.014084507vw - 33.8028169014px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__row {
		padding-left: 96px;
	}
}

.intro__subheading {
	width: 100%;
	margin-top: 0;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -0.72px;
	color: #133d8d;
}

.intro__subheading {
	font-size: 26px;
}

@media screen and (min-width: 375px) {
	.intro__subheading {
		font-size: calc(0.9389671362vw + 22.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__subheading {
		font-size: 36px;
	}
}

.intro__subheading {
	line-height: 32px;
}

@media screen and (min-width: 375px) {
	.intro__subheading {
		line-height: calc(1.1267605634vw + 27.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__subheading {
		line-height: 44px;
	}
}

.intro__subheading {
	max-width: 256px;
}

@media screen and (min-width: 375px) {
	.intro__subheading {
		max-width: calc(35.117370892vw + 124.309859155px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__subheading {
		max-width: 630px;
	}
}

.intro__subheading {
	margin-bottom: 27px;
}

@media screen and (min-width: 375px) {
	.intro__subheading {
		margin-bottom: calc(0.8450704225vw + 23.8309859155px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__subheading {
		margin-bottom: 36px;
	}
}

.intro__text-wrapper {
	width: 100%;
	max-width: 630px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	color: #1d1d1d;
}

.intro__text-wrapper p {
	margin-top: 0;
	margin-bottom: 0px;
}

.intro__text-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.intro__text-wrapper ul li {
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #00b3bd;
	position: relative;
}

.intro__text-wrapper ul li {
	font-size: 16px;
}

@media screen and (min-width: 375px) {
	.intro__text-wrapper ul li {
		font-size: calc(0.3755868545vw + 14.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__text-wrapper ul li {
		font-size: 20px;
	}
}

.intro__text-wrapper ul li {
	line-height: 20px;
}

@media screen and (min-width: 375px) {
	.intro__text-wrapper ul li {
		line-height: calc(0.7511737089vw + 17.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__text-wrapper ul li {
		line-height: 28px;
	}
}

.intro__text-wrapper ul li {
	padding-left: 16px;
}

@media screen and (min-width: 375px) {
	.intro__text-wrapper ul li {
		padding-left: calc(0.7511737089vw + 13.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__text-wrapper ul li {
		padding-left: 24px;
	}
}

.intro__text-wrapper ul li {
	margin-bottom: 20px;
}

@media screen and (min-width: 375px) {
	.intro__text-wrapper ul li {
		margin-bottom: calc(0.9389671362vw + 16.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__text-wrapper ul li {
		margin-bottom: 30px;
	}
}

.intro__text-wrapper ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	background: transparent url("images/angle-right_teal.svg") center no-repeat;
	background-size: contain;
}

.intro__text-wrapper ul li:before {
	width: 8px;
}

@media screen and (min-width: 375px) {
	.intro__text-wrapper ul li:before {
		width: calc(0.5633802817vw + 5.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__text-wrapper ul li:before {
		width: 14px;
	}
}

.intro__text-wrapper ul li:before {
	height: 16px;
}

@media screen and (min-width: 375px) {
	.intro__text-wrapper ul li:before {
		height: calc(0.7511737089vw + 13.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.intro__text-wrapper ul li:before {
		height: 24px;
	}
}

.content-image {
	padding-bottom: 45px;
}

.content-image {
	padding-top: 72px;
}

@media screen and (min-width: 375px) {
	.content-image {
		padding-top: calc(5.6338028169vw + 50.8732394366px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image {
		padding-top: 132px;
	}
}

.content-image.teal {
	background-color: #f5fcfc;
}

.content-image.teal a {
	color: #133d8d;
}

.content-image.teal a.ext-link:after {
	background-image: url(images/external-link_blue.svg) !important;
}

.content-image.teal .info-box a {
	color: #00b3bd;
}

.content-image.teal .info-box a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.content-image.teal .info-box.dark a {
	color: #fff;
}

.content-image.teal .info-box.dark a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.content-image.teal .info-box.dark:hover a {
	color: #00b3bd;
}

.content-image.teal .info-box.dark:hover a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.content-image.teal .info-box:hover a {
	color: #fff;
}

.content-image.teal .info-box:hover a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.content-image__row {
	flex-wrap: wrap;
}

.content-image__main-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.content-image__content-wrapper {
	width: 100%;
	max-width: 727px;
}

@media only screen and (min-width: 48em) {
	.content-image__content-wrapper {
		padding-bottom: 30px;
	}
}

.content-image__content-wrapper.has-image {
	max-width: 631px;
	flex-shrink: 0;
}

.content-image__content-wrapper.has-image {
	max-width: 410px;
}

@media screen and (min-width: 769px) {
	.content-image__content-wrapper.has-image {
		max-width: calc(32.9359165425vw + 156.722801788px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__content-wrapper.has-image {
		max-width: 631px;
	}
}

@media only screen and (min-width: 48em) {
	.content-image__content-wrapper.has-image {
		order: 1;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.content-image__content-wrapper.has-image {
		max-width: 100%;
		order: 2;
		width: 100%;
		max-width: 100%;
		border-top: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.content-image__image-wrapper {
	width: 100%;
}

.content-image__image-wrapper {
	max-width: 275px;
}

@media screen and (min-width: 769px) {
	.content-image__image-wrapper {
		max-width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__image-wrapper {
		max-width: 439px;
	}
}

@media only screen and (min-width: 48em) {
	.content-image__image-wrapper {
		order: 2;
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	.content-image__image-wrapper {
		order: 1;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
}

.content-image__image {
	width: 439px;
	height: 374px;
	border-radius: 15px;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
}

.content-image__image {
	width: 275px;
}

@media screen and (min-width: 769px) {
	.content-image__image {
		width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__image {
		width: 439px;
	}
}

@media screen and (max-width: 768px) {
	.content-image__image {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		height: 250px;
	}
}

.content-image__image img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.content-image__title {
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #133d8d;
	margin-top: 0;
}

.content-image__title {
	font-size: 24px;
}

@media screen and (min-width: 375px) {
	.content-image__title {
		font-size: calc(0.3755868545vw + 22.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__title {
		font-size: 28px;
	}
}

.content-image__title {
	max-width: 256px;
}

@media screen and (min-width: 375px) {
	.content-image__title {
		max-width: calc(44.2253521127vw + 90.1549295775px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__title {
		max-width: 727px;
	}
}

.content-image__title {
	margin-bottom: 40px;
}

@media screen and (min-width: 375px) {
	.content-image__title {
		margin-bottom: calc(-1.5023474178vw + 45.6338028169px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__title {
		margin-bottom: 24px;
	}
}

.content-image__text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #1d1d1d;
}

.content-image__text {
	line-height: 24px;
}

@media screen and (min-width: 375px) {
	.content-image__text {
		line-height: calc(0.3755868545vw + 22.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text {
		line-height: 28px;
	}
}

.content-image__text p {
	margin-top: 0;
	margin-bottom: 12px;
}

.content-image__text ul {
	padding: 0;
	list-style: none;
}

.content-image__text ul {
	margin-left: 8px;
}

@media screen and (min-width: 375px) {
	.content-image__text ul {
		margin-left: calc(1.5023474178vw + 2.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ul {
		margin-left: 24px;
	}
}

.content-image__text ul li {
	padding-left: 20px;
	position: relative;
}

.content-image__text ul li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.content-image__text ul li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ul li {
		margin-bottom: 25px;
	}
}

.content-image__text ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 4px;
	background: transparent url("images/circle.svg") center no-repeat;
	background-size: contain;
}

.content-image__text ul li:before {
	width: 12px;
}

@media screen and (min-width: 375px) {
	.content-image__text ul li:before {
		width: calc(-0.3755868545vw + 13.4084507042px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ul li:before {
		width: 8px;
	}
}

.content-image__text ul li:before {
	height: 16px;
}

@media screen and (min-width: 375px) {
	.content-image__text ul li:before {
		height: calc(0.2816901408vw + 14.9436619718px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ul li:before {
		height: 19px;
	}
}

.content-image__text ul li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.content-image__text ul li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ul li ul {
		margin-top: 25px;
	}
}

.content-image__text ul li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.content-image__text ol {
	margin: 0;
	padding: 0;
	margin-left: 49px;
}

.content-image__text ol li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.content-image__text ol li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ol li {
		margin-bottom: 25px;
	}
}

.content-image__text ol li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.content-image__text ol li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__text ol li ul {
		margin-top: 25px;
	}
}

.content-image__text ol li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.content-image__quote {
	width: 100%;
	padding-top: 55px;
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.content-image__quote {
	padding-top: 35px;
}

@media screen and (min-width: 375px) {
	.content-image__quote {
		padding-top: calc(1.8779342723vw + 27.9577464789px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__quote {
		padding-top: 55px;
	}
}

@media only screen and (min-width: 64em) {
	.content-image__quote {
		flex-wrap: nowrap;
	}
}

.content-image__quote:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent url("images/dots-line.svg") center no-repeat;
	background-size: contain;
}

.content-image__quote:before {
	width: 35px;
}

@media screen and (min-width: 375px) {
	.content-image__quote:before {
		width: calc(3.1924882629vw + 23.0281690141px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__quote:before {
		width: 69px;
	}
}

.content-image__quote:before {
	height: 8px;
}

@media screen and (min-width: 375px) {
	.content-image__quote:before {
		height: calc(0.7511737089vw + 5.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__quote:before {
		height: 16px;
	}
}

@media only screen and (min-width: 64em) {
	.content-image__quote:before {
		left: 329px;
		transform: none;
	}
}

.content-image__quote-image-wrapper {
	width: 100%;
}

.content-image__quote-image-wrapper {
	max-width: 275px;
}

@media screen and (min-width: 769px) {
	.content-image__quote-image-wrapper {
		max-width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__quote-image-wrapper {
		max-width: 439px;
	}
}

.content-image__quote-image-wrapper {
	height: 128px;
}

@media screen and (min-width: 375px) {
	.content-image__quote-image-wrapper {
		height: calc(31.0432569975vw + 11.5877862595px);
	}
}

@media screen and (min-width: 768px) {
	.content-image__quote-image-wrapper {
		height: 250px;
	}
}

@media only screen and (min-width: 48em) {
	.content-image__quote-image-wrapper {
		order: 2;
		margin-left: 40px;
		height: 374px;
	}
}

@media screen and (max-width: 768px) {
	.content-image__quote-image-wrapper {
		order: 1;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
	}
}

.content-image__quote-image-wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	object-position: top right;
}

@media only screen and (min-width: 64em) {
	.content-image__quote-image-wrapper img {
		margin-top: -23%;
	}
}

.content-image__quote-wrapper {
	max-width: 631px;
	flex-shrink: 0;
}

.content-image__quote-wrapper {
	max-width: 410px;
}

@media screen and (min-width: 769px) {
	.content-image__quote-wrapper {
		max-width: calc(32.7868852459vw + 157.868852459px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__quote-wrapper {
		max-width: 630px;
	}
}

@media only screen and (min-width: 48em) {
	.content-image__quote-wrapper {
		order: 1;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.content-image__quote-wrapper {
		max-width: 100%;
		order: 2;
		width: 100%;
		max-width: 100%;
		border-top: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.content-image__quote-intro {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #1d1d1d;
}

.content-image__quote-intro {
	line-height: 24px;
}

@media screen and (min-width: 375px) {
	.content-image__quote-intro {
		line-height: calc(0.3755868545vw + 22.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.content-image__quote-intro {
		line-height: 28px;
	}
}

.content-image + .icon-boxes.teal {
	margin-top: 50px;
}

.small-quote {
	padding-bottom: 20px;
	padding-top: 25px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #133d8d;
	margin-bottom: 30px;
}

.small-quote {
	padding-left: 20px;
}

@media screen and (min-width: 375px) {
	.small-quote {
		padding-left: calc(3.2863849765vw + 7.676056338px);
	}
}

@media screen and (min-width: 1440px) {
	.small-quote {
		padding-left: 55px;
	}
}

.small-quote {
	padding-right: 20px;
}

@media screen and (min-width: 375px) {
	.small-quote {
		padding-right: calc(3.2863849765vw + 7.676056338px);
	}
}

@media screen and (min-width: 1440px) {
	.small-quote {
		padding-right: 55px;
	}
}

.small-quote {
	font-size: 18px;
}

@media screen and (min-width: 375px) {
	.small-quote {
		font-size: calc(0.5633802817vw + 15.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.small-quote {
		font-size: 24px;
	}
}

.small-quote {
	line-height: 24px;
}

@media screen and (min-width: 375px) {
	.small-quote {
		line-height: calc(1.8779342723vw + 16.9577464789px);
	}
}

@media screen and (min-width: 1440px) {
	.small-quote {
		line-height: 44px;
	}
}

.small-quote + .small-quote {
	margin-top: -30px;
}

.small-quote__author {
	display: block;
	color: #00b3bd;
}

.small-quote__author {
	font-size: 16px;
}

@media screen and (min-width: 375px) {
	.small-quote__author {
		font-size: calc(0.3755868545vw + 14.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.small-quote__author {
		font-size: 20px;
	}
}

.small-quote__author:before {
	content: " ~ ";
	display: inline-block;
	margin-right: 5px;
}

blockquote {
	margin: 0;
}

blockquote p {
	padding-bottom: 20px;
	padding-top: 25px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #133d8d;
	margin-bottom: 30px;
}

blockquote p {
	padding-left: 20px;
}

@media screen and (min-width: 375px) {
	blockquote p {
		padding-left: calc(3.2863849765vw + 7.676056338px);
	}
}

@media screen and (min-width: 1440px) {
	blockquote p {
		padding-left: 55px;
	}
}

blockquote p {
	padding-right: 20px;
}

@media screen and (min-width: 375px) {
	blockquote p {
		padding-right: calc(3.2863849765vw + 7.676056338px);
	}
}

@media screen and (min-width: 1440px) {
	blockquote p {
		padding-right: 55px;
	}
}

blockquote p {
	font-size: 18px;
}

@media screen and (min-width: 375px) {
	blockquote p {
		font-size: calc(0.5633802817vw + 15.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	blockquote p {
		font-size: 24px;
	}
}

blockquote p {
	line-height: 24px;
}

@media screen and (min-width: 375px) {
	blockquote p {
		line-height: calc(1.8779342723vw + 16.9577464789px);
	}
}

@media screen and (min-width: 1440px) {
	blockquote p {
		line-height: 44px;
	}
}

blockquote + blockquote {
	margin-top: -30px;
}

.info-box {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border: solid 2px #00b3bd;
	background-color: #fff;
	margin-top: 26px;
	margin-bottom: 28px;
	position: relative;
	transition: all 0.1s ease-in;
	word-wrap: break-word;
	word-break: break-word;
}

.info-box {
	max-width: 323px;
}

@media screen and (min-width: 375px) {
	.info-box {
		max-width: calc(19.9061032864vw + 248.352112676px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box {
		max-width: 535px;
	}
}

.info-box {
	padding-top: 16px;
}

@media screen and (min-width: 375px) {
	.info-box {
		padding-top: calc(1.1267605634vw + 11.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box {
		padding-top: 28px;
	}
}

.info-box {
	padding-right: 10px;
}

@media screen and (min-width: 375px) {
	.info-box {
		padding-right: calc(0.9389671362vw + 6.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box {
		padding-right: 20px;
	}
}

.info-box {
	padding-bottom: 16px;
}

@media screen and (min-width: 375px) {
	.info-box {
		padding-bottom: calc(1.1267605634vw + 11.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box {
		padding-bottom: 28px;
	}
}

.info-box {
	padding-left: 28px;
}

@media screen and (min-width: 375px) {
	.info-box {
		padding-left: calc(2.2535211268vw + 19.5492957746px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box {
		padding-left: 52px;
	}
}

.info-box p {
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.info-box p {
	font-size: 14px;
}

@media screen and (min-width: 375px) {
	.info-box p {
		font-size: calc(0.5633802817vw + 11.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box p {
		font-size: 20px;
	}
}

.info-box p {
	line-height: 18px;
}

@media screen and (min-width: 375px) {
	.info-box p {
		line-height: calc(0.9389671362vw + 14.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box p {
		line-height: 28px;
	}
}

.info-box a {
	text-decoration: none;
	color: #00b3bd;
}

.info-box.arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	background: transparent url("images/arrow-right_teal.svg") center no-repeat;
	background-size: contain;
}

.info-box.arrow:before {
	width: 12px;
}

@media screen and (min-width: 375px) {
	.info-box.arrow:before {
		width: calc(0.7511737089vw + 9.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.arrow:before {
		width: 20px;
	}
}

.info-box.arrow:before {
	height: 18px;
}

@media screen and (min-width: 375px) {
	.info-box.arrow:before {
		height: calc(0.9389671362vw + 14.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.arrow:before {
		height: 28px;
	}
}

.info-box.arrow:before {
	top: 16px;
}

@media screen and (min-width: 375px) {
	.info-box.arrow:before {
		top: calc(1.1267605634vw + 11.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.arrow:before {
		top: 28px;
	}
}

.info-box.arrow:before {
	left: 10px;
}

@media screen and (min-width: 375px) {
	.info-box.arrow:before {
		left: calc(0.9389671362vw + 6.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.arrow:before {
		left: 20px;
	}
}

.info-box.pdf:before {
	content: "";
	display: inline-block;
	position: absolute;
	background: transparent url("images/file-pdf_teal.svg") center no-repeat;
	background-size: contain;
}

.info-box.pdf:before {
	width: 10px;
}

@media screen and (min-width: 375px) {
	.info-box.pdf:before {
		width: calc(0.4694835681vw + 8.2394366197px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.pdf:before {
		width: 15px;
	}
}

.info-box.pdf:before {
	height: 18px;
}

@media screen and (min-width: 375px) {
	.info-box.pdf:before {
		height: calc(0.9389671362vw + 14.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.pdf:before {
		height: 28px;
	}
}

.info-box.pdf:before {
	top: 16px;
}

@media screen and (min-width: 375px) {
	.info-box.pdf:before {
		top: calc(1.1267605634vw + 11.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.pdf:before {
		top: 28px;
	}
}

.info-box.pdf:before {
	left: 10px;
}

@media screen and (min-width: 375px) {
	.info-box.pdf:before {
		left: calc(0.9389671362vw + 6.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.pdf:before {
		left: 20px;
	}
}

.info-box.xls:before {
	content: "";
	display: inline-block;
	position: absolute;
	background: transparent url("images/file-excel_teal.svg") center no-repeat;
	background-size: contain;
}

.info-box.xls:before {
	width: 10px;
}

@media screen and (min-width: 375px) {
	.info-box.xls:before {
		width: calc(0.4694835681vw + 8.2394366197px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.xls:before {
		width: 15px;
	}
}

.info-box.xls:before {
	height: 18px;
}

@media screen and (min-width: 375px) {
	.info-box.xls:before {
		height: calc(0.9389671362vw + 14.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.xls:before {
		height: 28px;
	}
}

.info-box.xls:before {
	top: 16px;
}

@media screen and (min-width: 375px) {
	.info-box.xls:before {
		top: calc(1.1267605634vw + 11.7746478873px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.xls:before {
		top: 28px;
	}
}

.info-box.xls:before {
	left: 10px;
}

@media screen and (min-width: 375px) {
	.info-box.xls:before {
		left: calc(0.9389671362vw + 6.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.info-box.xls:before {
		left: 20px;
	}
}

.info-box.dark {
	background-color: #00b3bd;
}

.info-box.dark p {
	color: #fff;
}

.info-box.dark a {
	color: #fff;
}

.info-box.dark a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.info-box.dark.arrow:before {
	background: transparent url("images/arrow-right.svg") center no-repeat;
	background-size: contain;
}

.info-box.dark.pdf:before {
	background: transparent url("images/file-pdf_white.svg") center no-repeat;
	background-size: contain;
}

.info-box.dark.xls:before {
	background: transparent url("images/file-excel_white.svg") center no-repeat;
	background-size: contain;
}

.info-box.dark:hover {
	background-color: #fff;
}

.info-box.dark:hover p {
	color: #1d1d1d;
}

.info-box.dark:hover a {
	color: #00b3bd;
}

.info-box.dark:hover a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.info-box.dark:hover.arrow:before {
	background: transparent url("images/arrow-right_teal.svg") center no-repeat;
	background-size: contain;
}

.info-box.dark:hover.pdf:before {
	background: transparent url("images/file-pdf_teal.svg") center no-repeat;
	background-size: contain;
}

.info-box.dark:hover.xls:before {
	background: transparent url("images/file-excel_teal.svg") center no-repeat;
	background-size: contain;
}

.info-box:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	background-color: #00b3bd;
}

.info-box:hover p {
	color: #133d8d;
}

.info-box:hover a {
	color: #fff;
}

.info-box:hover a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.info-box:hover.arrow:before {
	background: transparent url("images/arrow-right.svg") center no-repeat;
	background-size: contain;
}

.info-box:hover.pdf:before {
	background: transparent url("images/file-pdf_white.svg") center no-repeat;
	background-size: contain;
}

.info-box:hover.xls:before {
	background: transparent url("images/file-excel_white.svg") center no-repeat;
	background-size: contain;
}

.info-tips {
	position: relative;
	padding-left: 64px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.info-tips:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-color: #00b3bd;
	background-image: url(images/lightbulb.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}

.icon-boxes {
	padding-top: 40px;
	padding-bottom: 40px;
}

.icon-boxes.teal {
	padding-top: 78px;
	background-color: #f2fbfc;
}

.icon-boxes__row {
	justify-content: center;
	flex-wrap: wrap;
	max-width: none !important;
}

.icon-boxes__box {
	display: flex;
	flex-direction: column;
	margin: 20px;
	width: 544px;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15),
		0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	padding: 36px;
	text-align: center;
	transition: all 0.1s ease-in;
	position: relative;
}

.icon-boxes__box {
	margin: 5px;
}

@media screen and (min-width: 375px) {
	.icon-boxes__box {
		margin: calc(1.4084507042vw - 0.2816901408px);
	}
}

@media screen and (min-width: 1440px) {
	.icon-boxes__box {
		margin: 20px;
	}
}

.icon-boxes__box:hover,
.icon-boxes__box.active {
	box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15),
		0 2px 8px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.2s ease-in;
	background-color: #00b3bd;
}

.icon-boxes__box:hover .icon-boxes__title,
.icon-boxes__box.active .icon-boxes__title {
	color: #fff;
}

.icon-boxes__box:hover .icon-boxes__description,
.icon-boxes__box.active .icon-boxes__description {
	color: #fff;
}

.icon-boxes__box:hover .icon-boxes__image,
.icon-boxes__box.active .icon-boxes__image {
	display: none;
}

.icon-boxes__box:hover .icon-boxes__image.hover,
.icon-boxes__box.active .icon-boxes__image.hover {
	display: inline-block;
}

.icon-boxes__box:hover .icon-boxes__learn-more,
.icon-boxes__box.active .icon-boxes__learn-more {
	color: #fff;
}

.icon-boxes__box:hover .icon-boxes__arrow-right,
.icon-boxes__box.active .icon-boxes__arrow-right {
	background-image: url("images/arrow-right-white.svg");
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 2px;
}

@media screen and (max-width: 700px) {
	.icon-boxes__box {
		padding: 24px;
	}
}

.icon-boxes__icon-container {
	max-width: 88px;
	height: 88px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px;
	background-color: #e5f7f8;
}

.icon-boxes__icon-container {
	max-width: 56px;
}

@media screen and (min-width: 375px) {
	.icon-boxes__icon-container {
		max-width: calc(3.0046948357vw + 44.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.icon-boxes__icon-container {
		max-width: 88px;
	}
}

.icon-boxes__icon-container {
	height: 56px;
}

@media screen and (min-width: 375px) {
	.icon-boxes__icon-container {
		height: calc(3.0046948357vw + 44.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.icon-boxes__icon-container {
		height: 88px;
	}
}

@media screen and (max-width: 700px) {
	.icon-boxes__icon-container {
		margin-bottom: 24px;
	}
}

.icon-boxes__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.icon-boxes__image {
	max-width: 64px;
	max-height: 64px;
	border-radius: 16px;
}

.icon-boxes__image {
	max-width: 40px;
}

@media screen and (min-width: 375px) {
	.icon-boxes__image {
		max-width: calc(2.2535211268vw + 31.5492957746px);
	}
}

@media screen and (min-width: 1440px) {
	.icon-boxes__image {
		max-width: 64px;
	}
}

.icon-boxes__image {
	max-height: 40px;
}

@media screen and (min-width: 375px) {
	.icon-boxes__image {
		max-height: calc(4.5070422535vw + 23.0985915493px);
	}
}

@media screen and (min-width: 1440px) {
	.icon-boxes__image {
		max-height: 88px;
	}
}

.icon-boxes__image.hover {
	display: none;
}

.icon-boxes__title {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #133d8d;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 16px;
}

.icon-boxes__description {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	flex-grow: 1;
}

.icon-boxes__learn-more {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #133d8d;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 32px;
}

@media screen and (max-width: 700px) {
	.icon-boxes__learn-more {
		margin-top: 12px;
	}
}

.icon-boxes__arrow-right {
	background-image: url("images/arrow-right-blue.svg");
	width: 16px;
	height: 9px;
	color: #133d8d;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-left: 12px;
}

.testimonial-carousel {
	padding: 96px 0;
}

.testimonial-carousel.teal {
	padding-top: 78px;
	background-color: #f5fcfc;
}

.testimonial-carousel__heading {
	text-align: center;
}

.testimonial-carousel .swiper {
	overflow: visible;
}

.testimonial-carousel .swiper-wrapper {
	padding: 48px 0;
}

.testimonial-carousel__tile {
	display: flex;
	flex-direction: column;
	padding: 64px 48px 48px;
	border-radius: 24px;
	box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.15),
		0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.testimonial-carousel__testimonial-text {
	padding-bottom: 32px;
	border-bottom: 1px solid #e7ecf4;
}

.testimonial-carousel__client {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 16px;
	padding-top: 32px;
}

.testimonial-carousel__info {
	font-size: 18px;
	line-height: 28px;
}

.testimonial-carousel__name {
	font-weight: 600;
	color: #133d8d;
	width: 100%;
}

.testimonial-carousel__clinic {
	font-weight: 400;
}

.testimonial-carousel__portrait {
	width: 64px;
	height: 64px;
}

.testimonial-carousel__portrait img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 999px;
	max-width: none;
}

.testimonial-carousel .button-container {
	margin-top: 16px;
}

.testimonial-carousel .carousel-button-prev {
	width: 44px;
	height: 44px;
}

.testimonial-carousel .carousel-button-next {
	width: 44px;
	height: 44px;
}

.testimonial-carousel__button-left {
	background-image: url("images/arrow-left-blue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
}

.testimonial-carousel__button-right {
	background-image: url("images/arrow-right-blue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 768px) {
	.testimonial-carousel {
		padding: 48px 0;
		overflow-x: hidden;
	}
	.testimonial-carousel__tile {
		padding: 32px 20px;
	}
	.testimonial-carousel .swiper-wrapper {
		padding: 40px 0 8px;
	}
	.testimonial-carousel__testimonial-text {
		padding-bottom: 16px;
	}
	.testimonial-carousel__client {
		padding-top: 16px;
	}
	.testimonial-carousel__info {
		font-size: 16px;
		line-height: 26px;
	}
	.testimonial-carousel__portrait {
		width: 48px;
		height: 48px;
	}
	.testimonial-carousel__portrait img {
		width: 48px;
		height: 48px;
	}
}

.swiper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.carousel-button-next,
.carousel-button-prev {
	position: relative;
	width: 28px;
	height: 28px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid;
	border-color: #133d8d;
	border-radius: 100px;
}

.button-container {
	display: flex;
	gap: 12px;
	margin-top: 66px;
	justify-content: center;
}

.accordion {
	padding-top: 35px;
}

@media screen and (min-width: 375px) {
	.accordion {
		padding-top: calc(4.4131455399vw + 18.4507042254px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion {
		padding-top: 82px;
	}
}

.accordion {
	padding-bottom: 35px;
}

@media screen and (min-width: 375px) {
	.accordion {
		padding-bottom: calc(2.3474178404vw + 26.1971830986px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion {
		padding-bottom: 60px;
	}
}

.accordion.medium .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 765px;
}

@media only screen and (min-width: 90em) {
	.accordion.medium .container {
		max-width: 805px;
	}
}

.accordion__top-header {
	max-width: 640px;
}

.accordion__top-header-text {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #0d2b63;
}

.accordion__title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid;
	border-color: #e7ecf4;
	padding: 32px 0px;
}

.accordion__icon-text-content {
	display: flex;
	align-items: center;
}

.accordion__image-container {
	max-width: 64px;
	margin-right: 32px;
}

.accordion__image-link:after {
	display: none !important;
}

.accordion__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #0d2b63;
}

.accordion__arrow-content {
	cursor: pointer;
}

.accordion__arrow-down {
	background: transparent url("images/arrow-down.svg") center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.accordion__arrow-up {
	background: transparent url("images/arrow-up.svg") center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.accordion__hidden {
	display: none;
}

.accordion__content-container {
	margin-bottom: 56px;
}

.accordion.has-image .standard-content__content-wrapper {
	max-width: 631px;
	flex-shrink: 0;
}

.accordion.has-image .standard-content__content-wrapper {
	max-width: 410px;
}

@media screen and (min-width: 769px) {
	.accordion.has-image .standard-content__content-wrapper {
		max-width: calc(32.9359165425vw + 156.722801788px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion.has-image .standard-content__content-wrapper {
		max-width: 631px;
	}
}

@media only screen and (min-width: 48em) {
	.accordion.has-image .standard-content__content-wrapper {
		order: 1;
		padding-bottom: 43px;
	}
}

@media screen and (max-width: 768px) {
	.accordion.has-image .standard-content__content-wrapper {
		max-width: 100%;
		order: 2;
		width: 100%;
		max-width: 100%;
		border-top: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.accordion__content-wrapper {
	width: 100%;
}

.accordion__content-wrapper ul {
	padding: 0;
	list-style: none;
}

.accordion__content-wrapper ul {
	margin-left: 8px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ul {
		margin-left: calc(8.6384976526vw - 24.3943661972px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ul {
		margin-left: 100px;
	}
}

.accordion__content-wrapper ul li {
	padding-left: 20px;
	position: relative;
}

.accordion__content-wrapper ul li {
	padding-left: 20px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ul li {
		padding-left: calc(1.5023474178vw + 14.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ul li {
		padding-left: 36px;
	}
}

.accordion__content-wrapper ul li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ul li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ul li {
		margin-bottom: 25px;
	}
}

.accordion__content-wrapper ul li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 4px;
	background: transparent url("images/download-icon.svg") center no-repeat;
	background-size: contain;
}

.accordion__content-wrapper ul li:before {
	width: 12px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ul li:before {
		width: calc(0.3755868545vw + 10.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ul li:before {
		width: 16px;
	}
}

.accordion__content-wrapper ul li:before {
	height: 16px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ul li:before {
		height: calc(0.5633802817vw + 13.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ul li:before {
		height: 22px;
	}
}

.accordion__content-wrapper ul li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ul li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ul li ul {
		margin-top: 25px;
	}
}

.accordion__content-wrapper ul li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.accordion__content-wrapper ol {
	padding: 0;
	list-style: none;
}

.accordion__content-wrapper ol {
	margin-left: 8px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ol {
		margin-left: calc(8.6384976526vw - 24.3943661972px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ol {
		margin-left: 100px;
	}
}

.accordion__content-wrapper ol li {
	padding-left: 20px;
	position: relative;
}

.accordion__content-wrapper ol li {
	padding-left: 20px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ol li {
		padding-left: calc(1.5023474178vw + 14.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ol li {
		padding-left: 36px;
	}
}

.accordion__content-wrapper ol li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ol li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ol li {
		margin-bottom: 25px;
	}
}

.accordion__content-wrapper ol li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 4px;
	background: transparent url("images/link-icon.svg") center no-repeat;
	background-size: contain;
}

.accordion__content-wrapper ol li:before {
	width: 12px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ol li:before {
		width: calc(0.3755868545vw + 10.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ol li:before {
		width: 16px;
	}
}

.accordion__content-wrapper ol li:before {
	height: 16px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ol li:before {
		height: calc(0.5633802817vw + 13.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ol li:before {
		height: 22px;
	}
}

.accordion__content-wrapper ol li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.accordion__content-wrapper ol li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__content-wrapper ol li ul {
		margin-top: 25px;
	}
}

.accordion__content-wrapper ol li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.accordion__image-wrapper {
	width: 100%;
}

.accordion__image-wrapper {
	max-width: 275px;
}

@media screen and (min-width: 769px) {
	.accordion__image-wrapper {
		max-width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__image-wrapper {
		max-width: 439px;
	}
}

@media only screen and (min-width: 48em) {
	.accordion__image-wrapper {
		order: 2;
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	.accordion__image-wrapper {
		order: 1;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
}

.accordion__image {
	width: 439px;
	height: 374px;
	border-radius: 15px;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
}

.accordion__image {
	width: 275px;
}

@media screen and (min-width: 769px) {
	.accordion__image {
		width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion__image {
		width: 439px;
	}
}

@media screen and (max-width: 768px) {
	.accordion__image {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		height: 250px;
	}
}

.accordion__image img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.accordion + .icon-boxes {
	margin-top: -15px;
}

@media screen and (min-width: 375px) {
	.accordion + .icon-boxes {
		margin-top: calc(-5.1643192488vw + 4.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion + .icon-boxes {
		margin-top: -70px;
	}
}

.accordion + .flexible-content {
	margin-top: -10px;
}

@media screen and (min-width: 375px) {
	.accordion + .flexible-content {
		margin-top: calc(-5.1643192488vw + 9.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.accordion + .flexible-content {
		margin-top: -65px;
	}
}

.page-heading + .standard-content {
	padding-top: 0;
}

.standard-content {
	padding-top: 35px;
}

@media screen and (min-width: 375px) {
	.standard-content {
		padding-top: calc(4.4131455399vw + 18.4507042254px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content {
		padding-top: 82px;
	}
}

.standard-content {
	padding-bottom: 35px;
}

@media screen and (min-width: 375px) {
	.standard-content {
		padding-bottom: calc(2.3474178404vw + 26.1971830986px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content {
		padding-bottom: 60px;
	}
}

.standard-content.medium .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 765px;
}

@media only screen and (min-width: 90em) {
	.standard-content.medium .container {
		max-width: 805px;
	}
}

.standard-content.has-image .standard-content__content-wrapper {
	max-width: 631px;
	flex-shrink: 0;
}

.standard-content.has-image .standard-content__content-wrapper {
	max-width: 410px;
}

@media screen and (min-width: 769px) {
	.standard-content.has-image .standard-content__content-wrapper {
		max-width: calc(32.9359165425vw + 156.722801788px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content.has-image .standard-content__content-wrapper {
		max-width: 631px;
	}
}

@media only screen and (min-width: 48em) {
	.standard-content.has-image .standard-content__content-wrapper {
		order: 1;
		padding-bottom: 43px;
	}
}

@media screen and (max-width: 768px) {
	.standard-content.has-image .standard-content__content-wrapper {
		max-width: 100%;
		order: 2;
		width: 100%;
		max-width: 100%;
		border-top: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.standard-content.teal {
	background-color: #f5fcfc;
}

.standard-content.teal a {
	color: #133d8d;
}

.standard-content.teal a.ext-link:after {
	background-image: url(images/external-link_blue.svg) !important;
}

.standard-content.teal .info-box a {
	color: #00b3bd;
}

.standard-content.teal .info-box a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.standard-content.teal .info-box.dark a {
	color: #fff;
}

.standard-content.teal .info-box.dark a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.standard-content.teal .info-box.dark:hover a {
	color: #00b3bd;
}

.standard-content.teal .info-box.dark:hover a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.standard-content.teal .info-box:hover a {
	color: #fff;
}

.standard-content.teal .info-box:hover a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.standard-content__content-wrapper {
	width: 100%;
}

.standard-content__content-wrapper ul {
	padding: 0;
	list-style: none;
}

.standard-content__content-wrapper ul {
	margin-left: 8px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ul {
		margin-left: calc(1.5023474178vw + 2.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ul {
		margin-left: 24px;
	}
}

.standard-content__content-wrapper ul li {
	padding-left: 20px;
	position: relative;
}

.standard-content__content-wrapper ul li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ul li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ul li {
		margin-bottom: 25px;
	}
}

.standard-content__content-wrapper ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 4px;
	background: transparent url("images/circle.svg") center no-repeat;
	background-size: contain;
}

.standard-content__content-wrapper ul li:before {
	width: 12px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ul li:before {
		width: calc(-0.3755868545vw + 13.4084507042px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ul li:before {
		width: 8px;
	}
}

.standard-content__content-wrapper ul li:before {
	height: 16px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ul li:before {
		height: calc(0.2816901408vw + 14.9436619718px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ul li:before {
		height: 19px;
	}
}

.standard-content__content-wrapper ul li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ul li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ul li ul {
		margin-top: 25px;
	}
}

.standard-content__content-wrapper ul li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.standard-content__content-wrapper ol {
	margin: 0;
	padding: 0;
	margin-left: 49px;
}

.standard-content__content-wrapper ol li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ol li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ol li {
		margin-bottom: 25px;
	}
}

.standard-content__content-wrapper ol li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.standard-content__content-wrapper ol li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__content-wrapper ol li ul {
		margin-top: 25px;
	}
}

.standard-content__content-wrapper ol li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.standard-content__image-wrapper {
	width: 100%;
}

.standard-content__image-wrapper {
	max-width: 275px;
}

@media screen and (min-width: 769px) {
	.standard-content__image-wrapper {
		max-width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__image-wrapper {
		max-width: 439px;
	}
}

@media only screen and (min-width: 48em) {
	.standard-content__image-wrapper {
		order: 2;
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	.standard-content__image-wrapper {
		order: 1;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
	}
}

.standard-content__image {
	width: 439px;
	height: 374px;
	border-radius: 15px;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
}

.standard-content__image {
	width: 275px;
}

@media screen and (min-width: 769px) {
	.standard-content__image {
		width: calc(24.4411326379vw + 87.0476900149px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content__image {
		width: 439px;
	}
}

@media screen and (max-width: 768px) {
	.standard-content__image {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		height: 250px;
	}
}

.standard-content__image img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.standard-content + .icon-boxes {
	margin-top: -15px;
}

@media screen and (min-width: 375px) {
	.standard-content + .icon-boxes {
		margin-top: calc(-5.1643192488vw + 4.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content + .icon-boxes {
		margin-top: -70px;
	}
}

.standard-content + .flexible-content {
	margin-top: -10px;
}

@media screen and (min-width: 375px) {
	.standard-content + .flexible-content {
		margin-top: calc(-5.1643192488vw + 9.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.standard-content + .flexible-content {
		margin-top: -65px;
	}
}

.flexible-content.teal {
	background-color: #f5fcfc;
	padding-bottom: 45px;
}

.flexible-content.teal {
	padding-top: 72px;
}

@media screen and (min-width: 375px) {
	.flexible-content.teal {
		padding-top: calc(5.6338028169vw + 50.8732394366px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content.teal {
		padding-top: 132px;
	}
}

.flexible-content.teal a {
	color: #133d8d;
}

.flexible-content.teal a.ext-link:after {
	background-image: url(images/external-link_blue.svg) !important;
}

.flexible-content.teal .info-box a {
	color: #00b3bd;
}

.flexible-content.teal .info-box a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.flexible-content.teal .info-box.dark a {
	color: #fff;
}

.flexible-content.teal .info-box.dark a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.flexible-content.teal .info-box.dark:hover a {
	color: #00b3bd;
}

.flexible-content.teal .info-box.dark:hover a.ext-link:after {
	background-image: url(images/external-link_teal.svg) !important;
}

.flexible-content.teal .info-box:hover a {
	color: #fff;
}

.flexible-content.teal .info-box:hover a.ext-link:after {
	background-image: url(images/external-link_white.svg) !important;
}

.flexible-content.teal .flexible-content__wrapper {
	padding-top: 0;
	border-top: none;
}

.flexible-content__wrapper {
	border-top: 1px solid #efefef;
	width: 100%;
	max-width: 727px;
}

.flexible-content__wrapper {
	padding-bottom: 20px;
}

@media screen and (min-width: 375px) {
	.flexible-content__wrapper {
		padding-bottom: calc(1.8779342723vw + 12.9577464789px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__wrapper {
		padding-bottom: 40px;
	}
}

.flexible-content__wrapper {
	padding-top: 34px;
}

@media screen and (min-width: 375px) {
	.flexible-content__wrapper {
		padding-top: calc(0.5633802817vw + 31.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__wrapper {
		padding-top: 40px;
	}
}

.flexible-content__wrapper iframe,
.flexible-content__wrapper .wp-video-shortcode {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.flexible-content__wrapper iframe,
.flexible-content__wrapper .wp-video-shortcode {
	width: 335px;
}

@media screen and (min-width: 375px) {
	.flexible-content__wrapper iframe,
	.flexible-content__wrapper .wp-video-shortcode {
		width: calc(36.8075117371vw + 196.971830986px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__wrapper iframe,
	.flexible-content__wrapper .wp-video-shortcode {
		width: 727px;
	}
}

.flexible-content__wrapper iframe,
.flexible-content__wrapper .wp-video-shortcode {
	height: 200px;
}

@media screen and (min-width: 375px) {
	.flexible-content__wrapper iframe,
	.flexible-content__wrapper .wp-video-shortcode {
		height: calc(19.7183098592vw + 126.056338028px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__wrapper iframe,
	.flexible-content__wrapper .wp-video-shortcode {
		height: 410px;
	}
}

.flexible-content:last-child .flexible-content__wrapper {
	border-bottom: 1px solid #efefef;
	margin-bottom: 85px;
}

.flexible-content__title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.72px;
	color: #133d8d;
	display: inline-flex;
	align-items: center;
}

.flexible-content__title {
	font-size: 28px;
}

@media screen and (min-width: 375px) {
	.flexible-content__title {
		font-size: calc(0.7511737089vw + 25.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__title {
		font-size: 36px;
	}
}

.flexible-content__title {
	line-height: 35px;
}

@media screen and (min-width: 375px) {
	.flexible-content__title {
		line-height: calc(0.8450704225vw + 31.8309859155px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__title {
		line-height: 44px;
	}
}

.flexible-content__icon-wrapper {
	flex-grow: 0;
	background-color: #00b3bd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexible-content__icon-wrapper {
	min-width: 24px;
}

@media screen and (min-width: 375px) {
	.flexible-content__icon-wrapper {
		min-width: calc(3.0046948357vw + 12.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__icon-wrapper {
		min-width: 56px;
	}
}

.flexible-content__icon-wrapper {
	width: 24px;
}

@media screen and (min-width: 375px) {
	.flexible-content__icon-wrapper {
		width: calc(3.0046948357vw + 12.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__icon-wrapper {
		width: 56px;
	}
}

.flexible-content__icon-wrapper {
	height: 24px;
}

@media screen and (min-width: 375px) {
	.flexible-content__icon-wrapper {
		height: calc(3.0046948357vw + 12.7323943662px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__icon-wrapper {
		height: 56px;
	}
}

.flexible-content__icon-wrapper {
	margin-right: 16px;
}

@media screen and (min-width: 375px) {
	.flexible-content__icon-wrapper {
		margin-right: calc(2.2535211268vw + 7.5492957746px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content__icon-wrapper {
		margin-right: 40px;
	}
}

.flexible-content__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 5px;
}

.flexible-content__lists {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding: 0;
	list-style: none;
}

.flexible-content__list-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}

.flexible-content__list-item p {
	margin-bottom: 0;
}

.flexible-content__list-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 28px;
	left: 0;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.flexible-content__list-item.down:before {
	background-image: url(images/file-download_teal.svg);
}

.flexible-content__list-item.link:before {
	background-image: url(images/external-link-square_teal.svg);
}

.flexible-content ul:not(.flexible-content__lists) {
	padding: 0;
	list-style: none;
}

.flexible-content ul:not(.flexible-content__lists) {
	margin-left: 8px;
}

@media screen and (min-width: 375px) {
	.flexible-content ul:not(.flexible-content__lists) {
		margin-left: calc(1.5023474178vw + 2.3661971831px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ul:not(.flexible-content__lists) {
		margin-left: 24px;
	}
}

.flexible-content ul:not(.flexible-content__lists) li {
	padding-left: 20px;
	position: relative;
}

.flexible-content ul:not(.flexible-content__lists) li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.flexible-content ul:not(.flexible-content__lists) li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ul:not(.flexible-content__lists) li {
		margin-bottom: 25px;
	}
}

.flexible-content ul:not(.flexible-content__lists) li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 4px;
	background: transparent url("images/circle.svg") center no-repeat;
	background-size: contain;
}

.flexible-content ul:not(.flexible-content__lists) li:before {
	width: 12px;
}

@media screen and (min-width: 375px) {
	.flexible-content ul:not(.flexible-content__lists) li:before {
		width: calc(-0.3755868545vw + 13.4084507042px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ul:not(.flexible-content__lists) li:before {
		width: 8px;
	}
}

.flexible-content ul:not(.flexible-content__lists) li:before {
	height: 16px;
}

@media screen and (min-width: 375px) {
	.flexible-content ul:not(.flexible-content__lists) li:before {
		height: calc(0.2816901408vw + 14.9436619718px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ul:not(.flexible-content__lists) li:before {
		height: 19px;
	}
}

.flexible-content ul:not(.flexible-content__lists) li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.flexible-content ul:not(.flexible-content__lists) li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ul:not(.flexible-content__lists) li ul {
		margin-top: 25px;
	}
}

.flexible-content ul:not(.flexible-content__lists) li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

.flexible-content ol {
	margin: 0;
	padding: 0;
	margin-left: 49px;
}

.flexible-content ol li {
	margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
	.flexible-content ol li {
		margin-bottom: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ol li {
		margin-bottom: 25px;
	}
}

.flexible-content ol li ul {
	margin-top: 15px;
}

@media screen and (min-width: 375px) {
	.flexible-content ol li ul {
		margin-top: calc(0.9389671362vw + 11.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.flexible-content ol li ul {
		margin-top: 25px;
	}
}

.flexible-content ol li ul li:before {
	background: transparent url("images/circle_border.svg") center no-repeat;
	background-size: contain;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.apna-post {
	margin-top: 15px;
}

@media only screen and (min-width: 48em) {
	.apna-post__image-wrapper {
		order: 2;
		margin-left: 40px;
		max-width: 276px;
		padding-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.apna-post__image-wrapper {
		order: 1;
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
		padding-top: 40px;
		border-top: 1px solid #efefef;
	}
}

.apna-post__content-wrapper {
	max-width: 410px;
}

@media screen and (min-width: 769px) {
	.apna-post__content-wrapper {
		max-width: calc(47.2429210134vw + 46.7019374069px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__content-wrapper {
		max-width: 727px;
	}
}

@media only screen and (min-width: 48em) {
	.apna-post__content-wrapper {
		order: 1;
		border-top: 1px solid #efefef;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	.apna-post__content-wrapper {
		max-width: 100%;
		order: 2;
		width: 100%;
		max-width: 100%;
		border-top: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.apna-post__content-wrapper iframe,
.apna-post__content-wrapper .wp-video-shortcode {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.apna-post__content-wrapper iframe,
.apna-post__content-wrapper .wp-video-shortcode {
	width: 335px;
}

@media screen and (min-width: 375px) {
	.apna-post__content-wrapper iframe,
	.apna-post__content-wrapper .wp-video-shortcode {
		width: calc(36.8075117371vw + 196.971830986px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__content-wrapper iframe,
	.apna-post__content-wrapper .wp-video-shortcode {
		width: 727px;
	}
}

.apna-post__content-wrapper iframe,
.apna-post__content-wrapper .wp-video-shortcode {
	height: 200px;
}

@media screen and (min-width: 375px) {
	.apna-post__content-wrapper iframe,
	.apna-post__content-wrapper .wp-video-shortcode {
		height: calc(19.7183098592vw + 126.056338028px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__content-wrapper iframe,
	.apna-post__content-wrapper .wp-video-shortcode {
		height: 410px;
	}
}

.apna-post__featured-image {
	display: block;
	margin-bottom: 30px;
}

.apna-post__featured-image {
	height: 128px;
}

@media screen and (min-width: 375px) {
	.apna-post__featured-image {
		height: calc(31.0432569975vw + 11.5877862595px);
	}
}

@media screen and (min-width: 768px) {
	.apna-post__featured-image {
		height: 250px;
	}
}

@media only screen and (min-width: 48em) {
	.apna-post__featured-image {
		width: 276px;
		height: 235px;
	}
}

@media screen and (max-width: 768px) {
	.apna-post__featured-image {
		width: 100%;
	}
}

.apna-post__featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.apna-post__featured-image img {
		box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	}
}

.apna-post__title {
	margin-bottom: 24px;
}

.apna-post__title a {
	color: #133d8d;
	text-decoration: none;
}

.apna-post__readmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border: solid 2px #00b3bd;
	background-color: #fff;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #00b3bd;
	text-decoration: none;
	position: relative;
	transition: all 0.1s ease;
}

.apna-post__readmore {
	width: 132px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		width: calc(5.0704225352vw + 112.985915493px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		width: 186px;
	}
}

.apna-post__readmore {
	height: 42px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		height: calc(2.441314554vw + 32.8450704225px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		height: 68px;
	}
}

.apna-post__readmore {
	border-radius: 12px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		border-radius: calc(0.3755868545vw + 10.5915492958px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		border-radius: 16px;
	}
}

.apna-post__readmore {
	font-size: 14px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		font-size: calc(0.5633802817vw + 11.8873239437px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		font-size: 20px;
	}
}

.apna-post__readmore {
	line-height: 18px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		line-height: calc(0.9389671362vw + 14.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		line-height: 28px;
	}
}

.apna-post__readmore {
	padding: 12px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		padding: calc(0.7511737089vw + 9.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		padding: 20px;
	}
}

.apna-post__readmore {
	padding-left: 35px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore {
		padding-left: calc(1.4084507042vw + 29.7183098592px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore {
		padding-left: 50px;
	}
}

.apna-post__readmore:visited {
	color: #00b3bd;
}

.apna-post__readmore:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	background: transparent url(images/arrow-right_teal.svg) center no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.1s ease;
}

.apna-post__readmore:before {
	height: 18px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore:before {
		height: calc(0.9389671362vw + 14.4788732394px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore:before {
		height: 28px;
	}
}

.apna-post__readmore:before {
	left: 12px;
}

@media screen and (min-width: 375px) {
	.apna-post__readmore:before {
		left: calc(0.7511737089vw + 9.1830985915px);
	}
}

@media screen and (min-width: 1440px) {
	.apna-post__readmore:before {
		left: 20px;
	}
}

.apna-post__readmore:hover {
	background-color: #00b3bd;
	color: #fff;
	transition: all 0.2s ease;
}

.apna-post__readmore:hover:before {
	background: transparent url(images/arrow-right.svg) center no-repeat;
	transition: all 0.2s ease;
}

.apna-post:nth-child(2) .apna-post__content-wrapper {
	border: none;
}

.apna-post:last-child .apna-post__content-wrapper {
	padding-bottom: 60px;
	border-bottom: 1px solid #efefef;
}

.apna-post__filter-container {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-top: 48px;
	padding-bottom: 48px;
}

.apna-post__filter-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.apna-post__filter-static {
	margin-right: 40px;
	color: #0d2b63;
}

.apna-post__filter-button {
	background-color: #f3f5f9;
	color: #0d2b63;
	border-radius: 48px;
	padding: 12px 24px;
	margin: 4px 0;
	cursor: pointer;
}

.apna-post__filter-button:hover,
.apna-post__filter-button:active,
.apna-post__filter-button--active {
	background-color: #0d2b63;
	color: white !important;
}

.apna-post__filter-button:not(:last-child) {
	margin-right: 12px;
}

.apna-post__filter-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.apna-post__filter-results {
	margin-top: 16px;
}

.entry-header {
	margin-bottom: 60px;
}

.hidden {
	display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	min-height: 150px;
	background-color: #00b3bd;
	padding-top: 16px;
	padding-bottom: 24px;
}

.site-footer__row {
	max-width: 1440px;
}

.site-footer__left {
	max-width: 166px;
}

.site-footer__right {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
	.site-footer__right {
		justify-content: flex-end;
		text-align: right;
	}
}

.footer-logo {
	display: flex;
	flex-wrap: wrap;
}

.footer-logo__image {
	width: 100%;
	margin-bottom: 9px;
}

@media only screen and (min-width: 64em) {
	.footer-logo__image {
		margin-bottom: 24px;
	}
}

.footer-logo__link {
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-decoration: none;
	position: relative;
	display: block;
	padding-left: 16px;
}

.footer-logo__link:hover,
.footer-logo__link:focus,
.footer-logo__link:visited {
	color: #fff;
}

.footer-logo__link:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	background: transparent url("images/arrow-left.svg") center no-repeat;
	background-size: contain;
}

.footer-social {
	width: 100%;
}

.footer-social__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 64em) {
	.footer-social__list {
		justify-content: flex-end;
	}
}

.footer-social__item {
	margin-top: 23px;
	margin-bottom: 20px;
}

.footer-social__item:not(:first-child) {
	margin-left: 16px;
}

@media only screen and (min-width: 64em) {
	.footer-social__item {
		margin-top: 10px;
	}
}

.footer-social__icon {
	width: 40px;
	height: 40px;
	display: block;
	background-color: transparent;
	background-size: contain;
}

.footer-social__icon.facebook {
	background-image: url("images/round_facebook.svg");
}

.footer-social__icon.twitter {
	background-image: url("images/round_twitter.svg");
}

.footer-social__icon.instagram {
	background-image: url("images/round_instagram.svg");
}

.footer-copyright {
	width: 100%;
}

.footer-copyright p {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	margin-top: 0;
	margin-bottom: 8px;
}

.go-top {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	display: block;
	background: transparent url("images/arrow-circle-up.svg") center no-repeat;
	background-size: contain;
}

.go-top {
	bottom: 304px;
}

@media screen and (min-width: 375px) {
	.go-top {
		bottom: calc(-10.7042253521vw + 344.14084507px);
	}
}

@media screen and (min-width: 1440px) {
	.go-top {
		bottom: 190px;
	}
}

.go-top {
	right: 9px;
}

@media screen and (min-width: 375px) {
	.go-top {
		right: calc(1.5962441315vw + 3.014084507px);
	}
}

@media screen and (min-width: 1440px) {
	.go-top {
		right: 26px;
	}
}

.go-top {
	width: 32px;
}

@media screen and (min-width: 375px) {
	.go-top {
		width: calc(2.6291079812vw + 22.1408450704px);
	}
}

@media screen and (min-width: 1440px) {
	.go-top {
		width: 60px;
	}
}

.go-top {
	height: 32px;
}

@media screen and (min-width: 375px) {
	.go-top {
		height: calc(2.6291079812vw + 22.1408450704px);
	}
}

@media screen and (min-width: 1440px) {
	.go-top {
		height: 60px;
	}
}

.go-top.show {
	opacity: 1;
	visibility: visible;
}

/*# sourceMappingURL=style.css.map */
