<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &lt; 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: "avenirnextltpro";
	src: url("../fonts/avenirnextltpro-demi-webfont.eot");
	src: url("../fonts/avenirnextltpro-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-demi-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-demi-webfont.woff") format("woff"), url("../fonts/avenirnextltpro-demi-webfont.svg#webfontregular") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "avenirnextltpro";
	src: url("../fonts/avenirnextltpro-light-webfont.eot");
	src: url("../fonts/avenirnextltpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-light-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-light-webfont.woff") format("woff"), url("../fonts/avenirnextltpro-light-webfont.svg#webfontregular") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "avenirnextltpro";
	src: url("../fonts/avenirnextltpro-regular-webfont.eot");
	src: url("../fonts/avenirnextltpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-regular-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-regular-webfont.woff") format("woff"), url("../fonts/avenirnextltpro-regular-webfont.svg#webfontregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?n4u5w4");
	src: url("../fonts/icomoon.eot?n4u5w4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?n4u5w4") format("truetype"), url("../fonts/icomoon.woff?n4u5w4") format("woff"), url("../fonts/icomoon.svg?n4u5w4#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-card:before {
	content: "\e900";
}

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

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

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

.icon-dongle:before {
	content: "\e904";
}

.icon-features:before {
	content: "\e905";
}

.icon-fully-managed:before {
	content: "\e906";
}

.icon-imac:before {
	content: "\e907";
}

.icon-managed-plus:before {
	content: "\e908";
}

.icon-managed-pro:before {
	content: "\e909";
}

.icon-motherboard:before {
	content: "\e90a";
}

.icon-nas:before {
	content: "\e90b";
}

.icon-point:before {
	content: "\e90c";
}

.icon-router:before {
	content: "\e90d";
}

.icon-switches:before {
	content: "\e90e";
}

.icon-unmanaged:before {
	content: "\e90f";
}

.icon-workstation:before {
	content: "\e910";
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	width: 300px;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide &gt; * {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
	display: none !important;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs &gt; ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs &gt; ul &gt; li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs &gt; ul &gt; li &gt; img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs &gt; ul &gt; li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.clearfix:after,
.container:after,
.intro: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: #262626;
	background: #fff;
	font: 18px/1.25 "avenirnextltpro", "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: 24px;
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none;
	color: #39f;
	text-decoration: none;
}

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 #f1f0f0;
	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: #f1f0f0;
}

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: #f1f0f0;
}

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: #f1f0f0;
}

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: #f1f0f0;
}

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

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;
}

.header {
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .btn {
	float: right;
	width: 120px;
}

.logo {
	float: left;
	width: 117px;
}

.logo img {
	display: block;
	width: 100%;
}

body {
	font-size: 14px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1480px;
	padding: 0 15px;
	margin: 0 auto;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #73389b;
	border-radius: 20px;
	font-size: 11px;
	line-height: 15px;
	font-weight: 600;
	padding: 7px 12px;
	text-align: center;
	color: #fff;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.btn:hover {
	background: #8e49bd;
}

.btn.btn-lg {
	font-size: 15px;
	padding: 12px 30px;
	letter-spacing: 1.5px;
}

.intro {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.intro h1 {
	color: #fff;
	font-weight: 300;
	margin: 0 0 10px;
	font-size: 30px;
}

.intro .visual {
	display: block;
	float: right;
	max-width: 550px;
	width: 100%;
}

.why {
	background: #f1f0f0;
	padding: 30px 0;
	color: #2c262d;
}

.why .visual {
	display: block;
	margin: 0 auto 30px;
}

.why h2 {
	padding: 0 0 24px;
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: 300;
	position: relative;
}

.why h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 38%;
	height: 1px;
	background: #2c262d;
}

.why p {
	margin: 0;
}

.why p:not(:last-child) {
	margin: 0 0 23px;
}

.cabling {
	padding: 30px 0;
	text-align: center;
	color: #2c262d;
}

.cabling h2 {
	font-weight: 300;
	font-size: 25px;
	margin: 0 0 40px;
}

.cat {
	position: relative;
	margin: 0 0 50px;
}

.cat img {
	display: inline-block;
	vertical-align: top;
}

.cat .text-holder {
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	text-align: center;
}

.cat .name {
	display: block;
	margin: 0 0 30px;
}

.cat .value {
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cabling-table {
	width: 100%;
	table-layout: fixed;
	color: #2c262d;
	max-width: 1000px;
	margin: 0 auto;
}

.cabling-table th {
	font-size: 14px;
	font-weight: 600;
	border-right: 1px solid #d3d3d3;
	padding: 10px 5px;
}

.cabling-table th:first-child {
	width: 60px;
}

.cabling-table td {
	font-size: 15px;
	color: #d3d3d3;
	font-weight: 600;
	border-right: 1px solid #d3d3d3;
	padding: 10px 5px;
}

.cabling-table td:first-child {
	font-size: 14px;
	color: #2c262d;
	font-weight: normal;
	text-align: right;
}

.cabling-table .icon-checkmark {
	color: #95258a;
	font-size: 15px;
}

.cabling-table .icon-delete {
	color: #d3d3d3;
	font-size: 15px;
}

.difference {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.difference .container {
	max-width: 570px;
}

.difference h2 {
	padding: 0 0 22px;
	margin: 0 0 27px;
	font-size: 25px;
	font-weight: 300;
	position: relative;
}

.difference h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 322px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #fff;
}

.difference p {
	margin: 0;
}

.difference p:not(:last-child) {
	margin: 0 0 18px;
}

.speed {
	color: #2c262d;
	text-align: center;
	padding: 30px 0;
	background: #f1f0f0;
}

.speed h2 {
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: 300;
	position: relative;
}

.speed .visual {
	display: inline-block;
	vertical-align: top;
}

.photo {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 70px 0 7px;
}

.photo .visual {
	max-width: 470px;
	width: 100%;
}

.steps {
	padding: 30px 0;
	color: #262626;
}

.steps .container {
	max-width: 585px;
}

.steps h2 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: normal;
}

.steps .topic {
	margin: 0 0 6px;
}

.steps .topic p {
	margin: 0;
}

.step-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: newCounter;
}

.step-list li {
	padding: 17px 0;
}

.step-list li:not(:last-child) {
	border-bottom: 1px solid #d3d3d3;
}

.step-list li:before {
	counter-increment: newCounter;
	content: "STEP " counters(newCounter, ".") " ";
	font-size: 15px;
	text-transform: uppercase;
	color: #662e88;
	display: block;
	margin: 0 0 11px;
	font-weight: 600;
	letter-spacing: 1px;
}

.portfolio {
	padding: 30px 0;
	background: #f1f0f0;
}

.portfolio h2 {
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
}

.portfolio .btn-holder {
	text-align: center;
}

.portfolio-info {
	position: relative;
}

.portfolio-box {
	text-align: center;
	position: relative;
	padding: 40px 0 8px;
	margin-bottom: -1px;
}

.portfolio-box:after,
.portfolio-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -60px;
	right: -60px;
	height: 1px;
	background: #d3d3d3;
}

.portfolio-box:before {
	bottom: auto;
	top: 0;
}

.portfolio-box .visual-holder {
	margin: 0 0 30px;
}

.portfolio-box .visual {
	display: inline-block;
	vertical-align: top;
}

.portfolio-box .slide {
	padding: 0 0 40px;
}

.portfolio-box .name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #2c262d;
	display: block;
	margin: 0 0 12px;
}

.portfolio-box .buy {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #95258a;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 33px;
}

.portfolio-box .buy:after {
	width: 4px;
	height: 4px;
	content: "";
	display: inline-block;
	vertical-align: top;
	border-width: 1px 1px 0 0;
	border-color: #95258a;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 6px 0 0 6px;
}

.portfolio-box .opener {
	font-size: 12px;
	color: #a5a5a5;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.portfolio-box .row {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.2;
	color: #2c262d;
	font-weight: 600;
}

.portfolio-box .row + .row {
	margin: 10px 0 0;
}

.portfolio-box .row li {
	position: relative;
}

.portfolio-box .row li + li {
	margin: 13px 0 0;
}

.portfolio-box .option {
	display: block;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.portfolio-box.topic {
	display: none;
}

.portfolio-box.topic .option {
	display: block !important;
}

.portfolio-box .value {
	font-size: 15px;
	display: block;
	font-weight: 400;
}

.portfolio-box .icon-checkmark {
	display: block;
	font-weight: 600;
	font-size: 13px;
	margin: 8px 0 0;
}

.portfolio-box .open-state {
	display: none;
}

.portfolio-box.active .open-state {
	display: inline-block;
	vertical-align: top;
}

.portfolio-box.active .close-state {
	display: none;
}

.managements {
	position: relative;
	padding: 30px 0;
}

.managements .container {
	max-width: 584px;
	width: 100%;
}

.managements .container:after {
	display: none;
}

.manage-box {
	position: relative;
}

.manage-box + .manage-box {
	margin: 50px 0 0;
}

.manage-box .topic {
	background: #662e88;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.manage-box .topic [class*="icon-"] {
	display: block;
	margin: 0 0 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff;
	position: relative;
	text-align: center;
}

.manage-box .topic [class*="icon-"]:before {
	font-size: 50px;
}

.manage-box .topic .text-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.manage-box .topic p {
	margin: 0;
}

.manage-box h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

.manage-box .inner-area {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d3d3d3;
	padding: 15px;
	color: #262626;
}

.manage-box .title {
	margin: 0 0 20px;
}

.manage-box .title p {
	margin: 0;
}

.manage-box h3 {
	font-size: 18px;
	position: relative;
	color: #2c262d;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.manage-box h3 [class*="icon-"] {
	color: #95258a;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 35px;
	margin: 0 25px 0 0;
}

.manage-box .two-columns {
	margin: 0 0 28px;
}

.manage-box .btn {
	min-width: 190px;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.2;
}

.list li {
	position: relative;
	padding: 0 10px 0 15px;
	margin: 0 0 15px;
}

.list li:after {
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	top: 7px;
	left: 2px;
	border-radius: 50%;
	background: #95258a;
}

.viewport-section {
	opacity: 0;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.5, 0, .5, 1), opacity .5s cubic-bezier(.5, 0, .5, 1);
	transition: transform .5s cubic-bezier(.5, 0, .5, 1), opacity .5s cubic-bezier(.5, 0, .5, 1);
}

.viewport-section.in-viewport {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.footer {
	background: #000;
	padding-top: 20px;
	padding-bottom: 25px;
}

.footer-logo {
	width: 115px;
}

.footer-logo img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}

	.container {
		padding: 0 30px;
	}

	.intro {
		padding: 51px 0 47px;
	}

	.intro .text-holder {
		max-width: 60%;
	}

	.intro h1 {
		font-size: 40px;
		margin: 0;
	}

	.intro .visual {
		margin: -34px 14px 0 0;
	}

	.why {
		padding: 78px 0 76px;
		font-size: 20px;
	}

	.why .visual {
		margin: 0 auto 74px;
	}

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

	.cabling {
		padding: 72px 0 78px;
	}

	.cabling h2 {
		font-size: 32px;
		margin: 0 0 64px;
	}

	.cat {
		margin: 0 0 67px;
	}

	.cat .name {
		margin: 0 0 33px;
	}

	.cabling-table tr:last-child td {
		padding-bottom: 35px;
	}

	.cabling-table th {
		font-size: 18px;
		padding: 16px 17px;
	}

	.cabling-table th:first-child {
		width: 100px;
	}

	.cabling-table td {
		font-size: 30px;
		padding: 12px 17px;
	}

	.cabling-table td:first-child {
		font-size: 18px;
	}

	.cabling-table .icon-checkmark {
		font-size: 28px;
	}

	.cabling-table .icon-delete {
		font-size: 27px;
	}

	.difference {
		padding: 72px 0 75px;
	}

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

	.speed {
		padding: 72px 0 75px;
	}

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

	.steps {
		padding: 76px 0 45px;
	}

	.steps h2 {
		font-size: 24px;
		margin: 0 0 32px;
	}

	.steps .topic {
		font-size: 18px;
	}

	.step-list li {
		padding: 27px 0;
	}

	.portfolio {
		padding: 72px 0 82px;
	}

	.portfolio h2 {
		font-size: 32px;
		margin: 0 0 42px;
	}

	.portfolio-box {
		padding: 28px 0 26px;
	}

	.portfolio-box:after,
	.portfolio-box:before {
		left: 0;
		right: 0;
	}

	.portfolio-box .flex-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.portfolio-box .heading {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 233px;
		padding: 0 25px 0 0;
	}

	.portfolio-box .slide {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0;
	}

	.portfolio-box .name {
		margin: 0 0 11px;
	}

	.portfolio-box .opener {
		display: none;
	}

	.portfolio-box .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}

	.portfolio-box .row + .row {
		margin: 23px 0 0;
	}

	.portfolio-box .row li {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 33.333%;
		padding: 0 10px 0 0;
	}

	.portfolio-box .row li + li {
		margin: 0;
	}

	.managements {
		padding: 79px 0;
	}

	.manage-box .topic {
		padding: 28px 52px;
		font-size: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}

	.manage-box .topic [class*="icon-"] {
		width: 100px;
		height: 100px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 3px 50px 0 0;
	}

	.manage-box .topic [class*="icon-"]:before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 100px;
	}

	.manage-box .inner-area {
		padding: 30px 30px;
	}

	.manage-box h3 {
		font-size: 30px;
	}
}

@media (min-width: 1024px) {
	.lightbox-demo {
		width: 500px;
	}

	.fancybox-slide &gt; * {
		padding: 24px;
	}

	.header {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.header .btn {
		width: 170px;
		margin-top: 7px;
	}

	.logo {
		width: 213px;
	}

	.container {
		padding: 0 60px;
	}

	.btn {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 1.5px;
		padding: 11px 12px;
	}

	.btn.btn-lg {
		font-size: 15px;
		padding: 12px 30px;
	}

	.intro {
		padding: 62px 0 33px;
	}

	.intro .text-holder {
		max-width: 70%;
	}

	.intro h1 {
		font-size: 65px;
		line-height: 1.2;
	}

	.intro .visual {
		margin: -30px -50px 0 0;
		max-width: 738px;
	}

	.why {
		font-size: 24px;
		padding: 87px 0 92px;
	}

	.why .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.why .container:after {
		display: none;
	}

	.why .visual {
		margin: 25px 35px 0 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.why .text-holder {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.why h2 {
		font-size: 50px;
		padding: 0 0 39px;
		margin: 0 0 37px;
	}

	.why h2:after {
		right: 0;
	}

	.why p:not(:last-child) {
		margin: 0 0 29px;
	}

	.cabling {
		padding: 86px 0 100px;
	}

	.cabling h2 {
		font-size: 50px;
		margin: 0 0 82px;
	}

	.cat {
		margin: 0 0 92px;
	}

	.cat .name {
		font-size: 20px;
		margin: 0 0 40px;
	}

	.cat .value {
		font-size: 18px;
	}

	.cabling-table th {
		font-size: 20px;
	}

	.cabling-table th:first-child {
		width: 137px;
	}

	.cabling-table td:first-child {
		font-size: 20px;
	}

	.difference {
		font-size: 20px;
		padding: 86px 0 92px;
	}

	.difference .container {
		max-width: 800px;
	}

	.difference h2 {
		font-size: 50px;
		padding: 0 0 31px;
		margin: 0 0 29px;
	}

	.speed {
		font-size: 20px;
		padding: 86px 0 101px;
	}

	.speed h2 {
		font-size: 50px;
		margin: 0 0 59px;
	}

	.photo {
		padding: 80px 0 0;
	}

	.photo .visual {
		max-width: 627px;
	}

	.steps {
		padding: 95px 0 68px;
	}

	.steps .container {
		max-width: 800px;
	}

	.steps h2 {
		font-size: 30px;
		line-height: 1.25;
		margin: 0 0 28px;
	}

	.steps .topic {
		margin: 0;
		font-size: 20px;
	}

	.portfolio {
		font-size: 20px;
		padding: 86px 0 101px;
	}

	.portfolio h2 {
		font-size: 50px;
		margin: 0 0 37px;
	}

	.managements {
		padding: 100px 0;
	}

	.managements .container {
		max-width: 790px;
	}

	.manage-box + .manage-box {
		margin: 69px 0 0;
	}

	.manage-box .topic .text-holder {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 400px;
	}

	.manage-box .inner-area {
		padding: 50px 48px;
	}

	.manage-box .title {
		margin: 0 0 40px;
	}

	.manage-box .two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 30px;
	}

	.manage-box .col {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%;
	}

	.footer {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.footer-logo {
		width: 167px;
	}
}

@media (min-width: 1200px) {
	.why .visual {
		margin: 25px 200px 0 0;
	}

	.steps-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.photo {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%;
	}

	.photo .visual {
		position: absolute;
		bottom: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.portfolio-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.portfolio-box {
		padding: 28px 0 50px;
	}

	.portfolio-box:after,
	.portfolio-box:before {
		left: 0;
		right: auto;
		height: auto;
		top: 0;
		width: 1px;
	}

	.portfolio-box:before {
		bottom: 0;
		left: auto;
		right: -1px;
	}

	.portfolio-box .flex-area {
		display: block;
	}

	.portfolio-box .heading {
		width: auto;
		padding: 0 15px;
		margin: 0 0 35px;
	}

	.portfolio-box .visual-holder {
		min-height: 39px;
	}

	.portfolio-box .visual {
		width: 100%;
	}

	.portfolio-box .name {
		margin: 0;
	}

	.portfolio-box .buy {
		margin: 0;
		position: absolute;
		top: 100%;
		left: 15px;
		text-align: left;
		padding: 0 40px 0 0;
		margin: -40px 0 0;
	}

	.portfolio-box .row {
		display: block;
	}

	.portfolio-box .row + .row {
		margin: 15px 0 0;
	}

	.portfolio-box .row li {
		width: auto;
		padding: 0 15px;
	}

	.portfolio-box .row li + li {
		margin: 15px 0 0;
	}

	.portfolio-box .option {
		display: none;
		margin: 0;
	}

	.portfolio-box.topic {
		display: block;
	}

	.portfolio-box .icon-checkmark {
		margin: 0;
	}

	.managements .container {
		max-width: 1100px;
	}

	.manage-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.manage-box .topic {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 320px;
		padding: 49px 20px;
	}

	.manage-box .topic [class*="icon-"] {
		margin: 3px 0 40px 0;
		width: auto;
		height: auto;
		text-align: left;
	}

	.manage-box .topic [class*="icon-"]:before {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.manage-box .inner-area {
		border-width: 1px 1px 1px 0;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.portfolio-box .heading {
		min-height: 0 !important;
	}

	.portfolio-box .row li {
		min-height: 0 !important;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.viewport-section .portfolio-box .buy{
    padding: 0px;
}
</pre></body></html>