/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?fotl93");
	src: url("../fonts/icomoon/icomoon.eot?fotl93#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?fotl93") format("truetype"), url("../fonts/icomoon/icomoon.woff?fotl93") format("woff"), url("../fonts/icomoon/icomoon.svg?fotl93#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-arrow-up:before {
	content: "\e901";
}

.icon-check:before {
	content: "\e902";
}

.icon-check-circle:before {
	content: "\e903";
}

.work-block .note-list,
.community-block .links,
.curriculum-block .module-list,
.curriculum-block .module-list .detail-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #434851;
	background: #fff;
	font: 16px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #479df2;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {
	font-weight: 300;
}

h1 {
	margin-bottom: 24px;
	line-height: 56px;
	font-weight: 300;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #479df2;
}

h3 {
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 11px;
	line-height: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

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

.text-left {
	text-align: left;
}

.holder {
	max-width: 990px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	font-weight: 600;
	padding: .4em .7em;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	min-width: 222px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: none;
	line-height: 35px;
}

.btn.btn-primary {
	background: #479df2;
	color: #f7f8f9;
}

.btn.btn-primary:hover {
	background: #1784ef;
}

.two-columns {
	font-size: 0;
	line-height: 0;
}

.two-columns .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
}

.three-columns {
	font-size: 0;
	line-height: 0;
}

.three-columns .col {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: -1;
}

.intro {
	background: #f7f8f9;
	overflow: hidden;
}

.intro .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro .description {
	width: 47%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	line-height: 28px;
	padding: 20px 0;
}

.intro .description p {
	margin-bottom: 42px;
}

.intro .image-holder {
	width: 53%;
	text-align: center;
	padding-right: 1.2%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.intro .image-holder img {
	vertical-align: top;
}

.offer-block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.offer-block .three-columns {
	margin: 0 -77px;
}

.offer-block .col {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 20px 77px;
}

.offer-block .image-holder {
	margin-bottom: 14px;
}

.offer-block .image-holder img {
	vertical-align: top;
}

.work-block {
	padding: 23px 0 6px;
}

.work-block .two-columns {
	padding: 49px 0 10px;
}

.work-block .row {
	margin: 0 -38px;
}

.work-block .row + .row {
	margin-top: 69px;
}

.work-block .col {
	padding: 20px 38px;
}

.work-block .image-holder {
	margin-bottom: 21px;
	min-height: 47px;
}

.work-block .image-holder img {
	vertical-align: top;
}

.work-block .para {
	overflow: hidden;
	min-height: 136px;
}

.work-block h3 {
	margin-bottom: 15px;
}

.work-block .note-list {
	padding-right: 20px;
	overflow: hidden;
}

.work-block .note-list li {
	font-size: 14px;
	line-height: 24px;
	color: #212429;
	position: relative;
	padding: 0 13px;
}

.work-block .note-list li:before {
	content: "â€¢";
	position: absolute;
	top: 0;
	left: 0;
}

.community-block {
	position: relative;
	color: #fff;
	padding: 20px 0;
}

.community-block .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 336px;
}

.community-block .community-content {
	max-width: 640px;
	margin: 0 auto;
}

.community-block h2 {
	margin-bottom: 13px;
	color: #fff;
}

.community-block .links {
	padding: 24px 0 0;
}

.community-block .links li {
	font-size: 14px;
	line-height: 24px;
}

.community-block .links a {
	color: #fff;
	text-decoration: none;
}

.community-block .links a:hover {
	text-decoration: underline;
}

.curriculum-block {
	padding: 55px 0 15px;
}

.curriculum-block .para {
	padding: 2px 8%;
	text-align: center;
}

.curriculum-block .module-list {
	counter-reset: newCounter;
}

.curriculum-block .module-list > li {
	display: list-item;
	position: relative;
	padding: 23px 0 47px;
	margin-bottom: 28px;
	border-bottom: 2px solid #ebedf0;
}

.curriculum-block .module-list > li:before {
	content: "";
	counter-increment: newCounter;
	content: "#" counters(newCounter, ".") " ";
	position: absolute;
	top: 45px;
	left: 0;
	font-size: 100px;
	line-height: 1;
	color: #f0f2f5;
	z-index: -1;
}

.curriculum-block .module-list > li .title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #479df2;
	margin-bottom: 7px;
}

.curriculum-block .module-list > li.open-close .brief-content {
	margin-bottom: 0;
	-webkit-transition: margin .25s linear;
	transition: margin .25s linear;
}

.curriculum-block .module-list > li.open-close.active .brief-content {
	margin-bottom: -24px;
	-webkit-transition: margin .25s linear;
	transition: margin .25s linear;
}

.curriculum-block .module-list > li.open-close.active .brief-content .link-explore {
	visibility: hidden;
}

.curriculum-block .module-list > li.open-close.active .detail-content .link-explore {
	visibility: visible;
}

.curriculum-block .module-list .brief-content {
	overflow: hidden;
	padding-bottom: 13px;
}

.curriculum-block .module-list .brief-content h2 {
	margin-bottom: 46px;
	font-size: 26px;
	line-height: 32px;
	color: #212429;
	text-align: left;
	text-transform: none;
}

.curriculum-block .module-list .brief-holder {
	overflow: hidden;
}

.curriculum-block .module-list .module-title {
	width: 30%;
	float: left;
	padding-right: 70px;
}

.curriculum-block .module-list .module-description {
	width: 70%;
	float: right;
	padding-left: 41px;
}

.curriculum-block .module-list .row {
	overflow: hidden;
	padding: 0 0 31px;
}

.curriculum-block .module-list .row + .row {
	padding-top: 22px;
}

.curriculum-block .module-list .detail-content {
	padding-bottom: 35px;
}

.curriculum-block .module-list .detail-content .module-title {
	padding-right: 60px;
}

.curriculum-block .module-list .detail-content .module-description {
	padding-top: 3px;
}

.module-description p strong {
	font-weight: 500;
}

.curriculum-block .module-list .detail-content h3 {
	line-height: 32px;
	text-transform: none;
}

.curriculum-block .module-list .detail-content ul li {
	position: relative;
	letter-spacing: -.1px;
}

.curriculum-block .module-list .detail-content ul li:before {
	content: "â€¢";
	position: absolute;
	top: 0;
	left: -15px;
}

.curriculum-block .module-list .detail-content ul li + li {
	margin-top: 24px;
}

.curriculum-block .module-list .detail-content .link-explore:after {
	content: "\e901";
}

.curriculum-block .module-list .link-explore {
	position: relative;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
}

.curriculum-block .module-list .link-explore:after {
	content: "\e900";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 7px;
	right: -22px;
	font-size: 12px;
	line-height: 1;
}

.curriculum-plus {
	padding: 12px 0 32px;
}

.curriculum-plus h2 sup {
	font-size: 12px;
	line-height: inherit;
	font-weight: bold;
	color: #212429;
	display: inline-block;
	vertical-align: top;
	margin-right: -45px;
}

.curriculum-plus .para {
	text-align: center;
	padding: 1px 7% 10px;
}

.curriculum-plus .para p {
	margin-bottom: 14px;
}

.curriculum-plus .legend {
	padding: 0 12%;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.curriculum-plus .legend .legend-title {
	font-weight: 600;
	color: #479df2;
}

.curriculum-plus .three-columns {
	margin: 0 -12px;
	font-size: 0;
	line-height: 0;
}

.curriculum-plus .col {
	padding: 21px 12px;
	font-size: 14px;
	line-height: 24px;
}

.curriculum-plus .col .preview {
	margin-bottom: 23px;
	position: relative;
}

.curriculum-plus .col .preview img {
	vertical-align: top;
	border-radius: 5px;
}

.curriculum-plus .col .preview .grad {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	padding: 7px 5px;
	background: #479df2;
	color: #fff;
	min-width: 60px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 4px 0;
}

.curriculum-plus .col h4 .grad {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: inherit;
	font-weight: 600;
	text-transform: none;
	position: relative;
	padding: 1px 5px;
	color: #fff;
	min-width: 49px;
	margin-left: 5px;
	text-align: center;
}

.curriculum-plus .col h4 .grad:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #479df2;
	-webkit-transform: skew(-22deg);
	-ms-transform: skew(-22deg);
	transform: skew(-22deg);
	border-radius: 3px;
	z-index: -1;
}

.block {
	padding: 32px 0;
	margin-bottom: 1px;
}

.block .image-holder {
	margin-bottom: 20px;
}

.block .image-holder img {
	vertical-align: top;
}

.block .para {
	padding: 2px 16.5%;
}

.block .features {
	margin: 0 -38px;
}

.block .features .col {
	padding: 24px 38px;
	font-size: 14px;
	line-height: 24px;
}

.block .features .check {
	width: 32px;
	height: 32px;
	background: #479df2;
	color: #fff;
	margin: 0 auto 15px;
	border-radius: 100px;
}

.block .features .check i {
	font-size: 10px;
	line-height: 32px;
}

.block .investment {
	padding: 34px 0 8px;
	margin: 0 -81px;
}

.block .investment .col {
	padding: 24px 81px 0;
	font-size: 13px;
	line-height: 20px;
}

.block .investment .col .heading {
	padding: 0 15px;
	margin-bottom: 24px;
}

.block .investment .col .heading h3 {
	margin-bottom: 1px;
	color: #212429;
}

.block .investment .col .heading h4 {
	margin-bottom: 0;
	color: #479df2;
}

.block .value-briefing {
	border-top: 2px solid #ebedf0;
	position: relative;
}

.block .value-briefing:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #ebedf0;
}

.block .value-briefing .col {
	padding: 39px 59px 36px;
	overflow: hidden;
}

.block .value-briefing .col .total-value {
	max-width: 265px;
}

.block .value-briefing .col .price {
	max-width: 266px;
	font-size: 14px;
	line-height: 24px;
	float: right;
	padding: 0 44px;
}

.block .value-briefing .col .price h3 {
	color: #479df2;
}

.block .value-briefing h3 {
	margin-bottom: 15px;
	font-size: 27px;
	line-height: 30px;
	color: #212429;
}

.block .value-briefing h3 .number {
	display: block;
}

.trial-info {
	padding: 33px 0;
}

.trial-info h2 .pre-text {
	display: block;
}

.trial-info p {
	margin-bottom: 27px;
}

.trial-info .text-holder {
	font-size: 17px;
	line-height: 26px;
	max-width: 491px;
	margin: 0 auto;
	padding: 2px 0 28px;
}

.trial-info .tagline {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}

.trial-info .tagline p {
	margin-bottom: 26px;
}

.trial-info .btn {
	font-size: 18px;
	line-height: 42px;
	min-width: 304px;
}

.trial-info .facility-holder {
	font-size: 0;
	line-height: 0;
	padding: 31px 0 24px;
	margin: 0 -48px;
}

.trial-info .facility-holder .facility {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 14px;
	line-height: 24px;
	padding: 23px 48px;
	margin-bottom: 26px;
}

.trial-info .facility-holder .facility .check {
	margin-bottom: 2px;
}

.trial-info .facility-holder .facility .check i {
	font-size: 24px;
	line-height: 1;
	color: #479df2;
}

.trial-info .facility-holder .facility h3 {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	color: #212429;
}

.trial-info .facility-holder .facility a {
	font-weight: 600;
}

.trial-info .facility-holder .facility p {
	margin-bottom: 0;
}

.trial-info .facility-holder .facility.add {
	font-size: 16px;
	line-height: 20px;
	padding-top: 77px;
}

.trial-info .facility-holder .facility.add h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
}

.trial-info .facility-holder .facility.add a {
	font-weight: 600;
}

#footer {
	padding: 33px 0;
	color: #868b96;
	font-size: 12px;
	line-height: 20px;
}

#footer .logo {
	width: 99px;
	height: 96px;
	margin: 0 auto 29px;
}

.doc {
	margin-bottom: 20px;
}

.copyright {
	margin-bottom: 10px;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) and (min-width: 480px) {
	.work-block .note-list li + li {
		margin-top: 4px;
	}
}

@media (min-width: 768px) {
	.visible-phone {
		display: none !important;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.offer-block h3 {
		margin-bottom: 9px;
		font-size: 16px;
		line-height: 24px;
	}

	.work-block .col {
		font-size: 14px;
		line-height: 24px;
		padding: 19px 23px;
	}

	.block .value-briefing {
		border: none;
	}

	.block .value-briefing:after {
		content: "";
		position: absolute;
		top: 0;
		left: -999px;
		right: -999px;
		height: 2px;
		background: #ebedf0;
	}

	#footer .logo {
		margin-bottom: 28px;
	}
}

@media (max-width: 1023px) {
	h1 {
		margin-bottom: 14px;
	}

	h3 {
		margin-bottom: 15px;
	}

	.holder {
		padding-left: 32px;
		padding-right: 32px;
	}

	.intro .holder {
		position: relative;
	}

	.intro .description {
		width: 53%;
		padding: 69px 0 76px;
	}

	.intro .description p {
		margin-bottom: 31px;
	}

	.intro .image-holder {
		padding-right: 0;
		position: absolute;
		bottom: -1px;
		right: -47px;
	}

	.offer-block .three-columns {
		margin: 0 -17px;
	}

	.offer-block .col {
		padding: 20px 17px;
		font-size: 13px;
		line-height: 20px;
	}

	.offer-block .image-holder {
		margin-bottom: 16px;
	}

	.work-block {
		padding: 33px 0 51px;
	}

	.work-block .row {
		margin: 0 -23px;
	}

	.work-block .row + .row {
		margin-top: 40px;
	}

	.work-block .para {
		min-height: 158px;
	}

	.work-block h3 {
		margin-bottom: 16px;
	}

	.work-block .note-list {
		padding: 7px 6px 7px 0;
	}

	.curriculum-block {
		padding: 46px 0 15px;
	}

	.curriculum-block .para {
		padding: 2px 0;
	}

	.curriculum-block .module-list > li {
		padding-bottom: 31px;
		margin-bottom: 14px;
	}

	.curriculum-block .module-list > li:before {
		display: none;
	}

	.curriculum-block .module-list > li .title {
		margin-bottom: 6px;
	}

	.curriculum-block .module-list .brief-content {
		padding-bottom: 6px;
	}

	.curriculum-block .module-list .brief-content h2 {
		margin-bottom: 13px;
	}

	.curriculum-block .module-list p {
		margin-bottom: 24px;
	}

	.curriculum-block .module-list .module-title {
		width: 100%;
		padding-right: 0;
		float: none;
	}

	.curriculum-block .module-list .module-description {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.curriculum-block .module-list .row {
		padding-bottom: 19px;
	}

	.curriculum-block .module-list .row + .row {
		padding-top: 11px;
	}

	.curriculum-block .module-list .detail-content {
		padding-bottom: 9px;
	}

	.curriculum-block .module-list .detail-content ul li {
		padding-left: 20px;
	}

	.curriculum-block .module-list .detail-content ul li:before {
		left: 1px;
		top: -1px;
	}

	.curriculum-plus {
		padding: 28px 0 32px;
	}

	.curriculum-plus .para {
		padding: 1px 0 0;
	}

	.curriculum-plus .para p {
		margin-bottom: 13px;
	}

	.curriculum-plus .legend {
		padding: 0 7%;
	}

	.curriculum-plus .three-columns {
		margin: 0 -20px;
		padding-right: 48px;
	}

	.curriculum-plus .col {
		padding: 14px 20px 33px;
		width: 50%;
	}

	.block {
		padding: 15px 0 33px;
	}

	.block .para {
		padding: 1px 5%;
	}

	.block .features {
		padding-top: 13px;
		margin: 0 -5px;
	}

	.block .features .col {
		padding: 24px 5px;
		font-size: 13px;
		line-height: 20px;
	}

	.block .features .col .text {
		padding: 1px 23px;
	}

	.block .features .check {
		margin-bottom: 19px;
	}

	.block .investment {
		margin: 0 -16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 26px 0 0;
	}

	.block .investment .col {
		padding: 34px 16px 9px;
	}

	.block .investment .col + .col {
		border-left: 2px solid #ebedf0;
	}

	.block .investment .col .heading {
		padding: 0 9px;
		margin-bottom: 23px;
	}

	.block .value-briefing .col {
		padding: 41px 27px 36px;
	}

	.trial-info {
		padding: 13px 0;
	}

	.trial-info h2 {
		max-width: 425px;
		margin: 0 auto 19px;
	}

	.trial-info .text-holder {
		padding: 2px 0 30px;
	}

	.trial-info .tagline {
		padding-bottom: 22px;
	}

	.trial-info .facility-holder {
		margin: 0 -25px;
		padding: 31px 60px 6px;
	}

	.trial-info .facility-holder .facility {
		width: 50%;
		padding: 23px 25px;
		margin-bottom: 39px;
	}

	.trial-info .facility-holder .facility.add {
		padding-top: 60px;
	}

	#footer {
		padding: 56px 0;
	}
}

@media (max-width: 767px) {
	h1 {
		margin-bottom: 22px;
		line-height: 48px;
	}

	h2 {
		text-align: left;
		line-height: 37px;
	}

	h3 {
		margin-bottom: 11px;
	}

	h4 {
		margin-bottom: 10px;
	}

	.holder {
		padding-left: 30px;
		padding-right: 30px;
	}

	.btn {
		min-width: 240px;
	}

	.two-columns .col {
		width: 100%;
		display: block;
	}

	.three-columns .col {
		width: 100%;
		display: block;
	}

	.intro {
		padding: 65px 0 0;
		text-align: center;
	}

	.intro .holder {
		display: block;
	}

	.intro h1 {
		padding: 0 20px;
	}

	.intro .description {
		width: 100%;
		padding: 0;
	}

	.intro .image-holder {
		width: 100%;
		position: static;
	}

	.offer-block {
		padding-top: 30px;
	}

	.offer-block .three-columns {
		margin: 0;
	}

	.offer-block .col {
		font-size: 16px;
		line-height: 26px;
		border-bottom: 2px solid #ebedf0;
		padding: 10px 0 24px;
		min-height: 174px;
	}

	.offer-block .col + .col {
		margin-top: 22px;
	}

	.offer-block .image-holder {
		margin-bottom: 13px;
	}

	.offer-block p {
		margin-bottom: 10px;
	}

	.work-block {
		padding: 22px 0 2px;
	}

	.work-block .two-columns {
		padding: 9px 0;
	}

	.work-block .row {
		margin: 0;
	}

	.work-block .row + .row {
		margin-top: 0;
	}

	.work-block .col {
		padding: 19px 0;
		margin-bottom: 39px;
	}

	.work-block .para {
		min-height: 0;
	}

	.work-block h2 {
		padding-right: 20%;
	}

	.work-block p {
		margin-bottom: 10px;
	}

	.work-block .note-list {
		padding: 4px 11.8% 4px 0;
	}

	.community-block {
		text-align: left;
	}

	.community-block .holder {
		min-height: 326px;
	}

	.community-block h2 {
		margin-bottom: 20px;
	}

	.community-block .links {
		padding-top: 8px;
	}

	.curriculum-block {
		padding: 43px 0 15px;
	}

	.curriculum-block h2 {
		margin-bottom: 16px;
	}

	.curriculum-block .para {
		text-align: left;
	}

	.curriculum-block .module-list > li {
		padding: 26px 0 31px;
		margin-bottom: 21px;
	}

	.curriculum-block .module-list p {
		margin-bottom: 16px;
	}

	.curriculum-block .module-list .row {
		padding-top: 5px;
	}

	.curriculum-block .module-list .row + .row {
		padding-top: 30px;
	}

	.curriculum-block .module-list .detail-content {
		padding-bottom: 7px;
	}

	.curriculum-block .module-list .detail-content .module-title {
		padding-right: 0;
		padding-bottom: 6px;
	}

	.curriculum-block .module-list .detail-content h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.curriculum-block .module-list .detail-content ul li {
		padding-left: 13px;
	}

	.curriculum-block .module-list .detail-content ul li:before {
		left: 0;
	}

	.curriculum-block .module-list .link-explore:after {
		right: -17px;
	}

	.curriculum-plus {
		padding: 24px 0 2px;
	}

	.curriculum-plus h2 {
		margin-bottom: 16px;
	}

	.curriculum-plus .para {
		text-align: left;
	}

	.curriculum-plus .legend {
		padding: 3px 0;
	}

	.curriculum-plus .three-columns {
		padding-right: 0;
		padding-top: 16px;
		margin: 0;
	}

	.curriculum-plus .col {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		padding: 8px 0;
	}

	.curriculum-plus .col .preview {
		margin-bottom: 17px;
	}

	.curriculum-plus .col .preview img {
		width: 100%;
		max-width: none;
	}

	.curriculum-plus .col h4 {
		font-size: 20px;
		line-height: 24px;
	}

	.curriculum-plus .col h4 .grad {
		display: none;
	}

	.block {
		padding: 8px 0 49px;
	}

	.block h2 {
		margin-bottom: 19px;
		line-height: 1;
	}

	.block h2:not(.add) {
		text-align: center;
	}

	.block h2.add {
		padding-right: 8%;
		margin-bottom: 35px;
	}

	.block .para {
		text-align: left;
		padding: 1px 0;
	}

	.block .features {
		margin: 0;
	}

	.block .features h4 {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 24px;
	}

	.block .features .col {
		padding: 11px 0;
		font-size: 16px;
		line-height: 24px;
	}

	.block .features .col .text {
		padding: 1px 0;
	}

	.block .features .check {
		margin-bottom: 10px;
	}

	.block .investment {
		text-align: left;
		margin: 0;
		padding: 22px 0 8px;
	}

	.block .investment .col {
		padding: 18px 0 17px;
		font-size: 16px;
		line-height: 24px;
	}

	.block .investment .col + .col {
		border: none;
	}

	.block .investment .col .heading {
		padding: 0;
		margin-bottom: 10px;
	}

	.block .investment .col .heading h4 {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
	}

	.block .value-briefing {
		margin-bottom: 7px;
	}

	.block .value-briefing:before {
		display: none;
	}

	.block .value-briefing .col {
		padding: 31px 0 19px;
		text-align: left;
	}

	.block .value-briefing .col + .col {
		border-top: 2px solid #ebedf0;
		padding-top: 37px;
	}

	.block .value-briefing .col .total-value {
		max-width: 300px;
	}

	.block .value-briefing .col .price {
		float: none;
		max-width: 400px;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.block .value-briefing .col .price h3 {
		margin-bottom: 10px;
		font-size: 48px;
		line-height: 56px;
	}

	.block .value-briefing h3 .number {
		display: inline;
	}

	.trial-info {
		padding: 100px 0 70px;
	}

	.trial-info h2 {
		text-align: center;
		margin-bottom: 32px;
	}

	.trial-info h2 .pre-text {
		display: inline;
	}

	.trial-info h2 .post-text {
		display: block;
	}

	.trial-info p {
		margin-bottom: 24px;
	}

	.trial-info .text-holder {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 23px;
	}

	.trial-info .tagline {
		text-align: left;
		padding-bottom: 0;
	}

	.trial-info .tagline p {
		margin-bottom: 19px;
	}

	.trial-info .btn {
		min-width: 240px;
		width: 100%;
	}

	.trial-info .facility-holder {
		margin: 0;
		padding: 36px 0;
	}

	.trial-info .facility-holder .facility {
		width: 100%;
		padding: 25px 0;
		text-align: left;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.trial-info .facility-holder .facility .check {
		float: left;
		margin: 0 8px 0 0;
	}

	.trial-info .facility-holder .facility .check i {
		line-height: 28px;
	}

	.trial-info .facility-holder .facility .headline {
		overflow: hidden;
		margin-bottom: 8px;
	}

	.trial-info .facility-holder .facility h3 {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 24px;
		overflow: hidden;
	}

	.trial-info .facility-holder .facility.add {
		display: none;
	}
}

@media (max-width: 479px) {
	h1 {
		font-size: 34px;
	}

	h3 {
		margin-bottom: 10px;
	}

	.holder {
		padding-left: 20px;
		padding-right: 20px;
	}

	.intro {
		padding-top: 42px;
	}

	.intro h1 {
		padding: 0;
		margin: 0 -10px 32px;
	}

	.intro .description {
		padding-bottom: 31px;
	}

	.intro .description p {
		margin-bottom: 42px;
	}

	.intro .image-holder {
		width: 93.5%;
		margin: 0 auto;
	}

	.offer-block {
		padding-top: 25px;
	}

	.offer-block .col {
		line-height: 24px;
	}

	.offer-block .image-holder {
		margin-bottom: 14px;
	}

	.work-block {
		padding: 37px 0 2px;
	}

	.work-block .two-columns {
		padding-bottom: 12px;
	}

	.work-block .row:last-child .col:last-child {
		margin-bottom: 0;
	}

	.work-block .col {
		margin-bottom: 24px;
	}

	.work-block h2 {
		padding-right: 10%;
		margin-bottom: 28px;
	}

	.work-block .note-list {
		padding: 6px 7% 4px 0;
	}

	.community-block {
		padding: 47px 0 37px;
	}

	.community-block h2 {
		margin-bottom: 19px;
	}

	.community-block .links {
		padding-top: 7px;
	}

	.curriculum-block {
		padding: 48px 0 15px;
	}

	.curriculum-block h2 {
		margin-bottom: 22px;
	}

	.curriculum-block .module-list {
		padding-top: 2px;
	}

	.curriculum-block .module-list > li {
		padding: 36px 0 31px;
		margin-bottom: 0;
	}

	.curriculum-block .module-list > li .title {
		margin-bottom: 7px;
	}

	.curriculum-block .module-list .brief-content h2 {
		margin-bottom: 10px;
	}

	.curriculum-block .module-list p {
		margin-bottom: 14px;
	}

	.curriculum-block .module-list .row {
		padding-bottom: 16px;
	}

	.curriculum-block .module-list .row + .row {
		padding-top: 9px;
	}

	.curriculum-block .module-list .detail-content {
		padding-bottom: 6px;
	}

	.curriculum-block .module-list .detail-content .module-title {
		padding-bottom: 4px;
	}

	.curriculum-plus {
		padding: 33px 0 4px;
	}

	.curriculum-plus h2 sup {
		margin-right: 0;
	}

	.curriculum-plus .legend {
		padding: 0;
	}

	.curriculum-plus .three-columns {
		padding-top: 8px;
	}

	.curriculum-plus .col {
		padding: 14px 0;
	}

	.curriculum-plus .col .preview {
		margin-bottom: 18px;
	}

	.curriculum-plus .col h4 {
		margin-bottom: 11px;
	}

	.block {
		padding-bottom: 45px;
	}

	.block .image-holder {
		margin-bottom: 19px;
	}

	.block h2 {
		margin-bottom: 20px;
	}

	.block h2:not(.add) {
		padding: 0 20px;
	}

	.block h2.add {
		padding-right: 0;
	}

	.block .features {
		padding-top: 21px;
	}

	.block .features h4 {
		margin-bottom: 6px;
	}

	.block .features .col {
		padding: 9px 0;
	}

	.block .features .check {
		margin-bottom: 15px;
	}

	.block .investment {
		padding: 19px 0 20px;
	}

	.block .investment .col {
		padding: 20px 0;
	}

	.block .investment .col .heading {
		margin-bottom: 11px;
	}

	.block .value-briefing .col {
		padding: 32px 0 23px;
	}

	.block .value-briefing .col + .col {
		padding-top: 38px;
	}

	.block .value-briefing .col .price p {
		margin-bottom: 6px;
	}

	.trial-info {
		padding: 36px 0 25px;
	}

	.trial-info h2 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1;
	}

	.trial-info h2 .post-text {
		font-size: 34px;
		line-height: 33px;
	}

	.trial-info .text-holder {
		padding-bottom: 10px;
	}

	.trial-info .tagline p {
		margin-bottom: 23px;
	}

	.trial-info .btn.add {
		font-size: 16px;
		line-height: 35px;
		width: auto;
	}

	.trial-info .facility-holder {
		padding: 39px 0 19px;
	}

	#footer {
		padding: 24px 0;
	}

	#footer .logo {
		margin-bottom: 20px;
		width: 55px;
		height: 54px;
	}
}
