@charset "UTF-8";/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
--bs-blue:#0d6efd;
--bs-indigo:#6610f2;
--bs-purple:#6f42c1;
--bs-pink:#d63384;
--bs-red:#dc3545;
--bs-orange:#fd7e14;
--bs-yellow:#ffc107;
--bs-green:#198754;
--bs-teal:#20c997;
--bs-cyan:#0dcaf0;
--bs-white:#fff;
--bs-gray:#6c757d;
--bs-gray-dark:#343a40;
--bs-primary:#0d6efd;
--bs-secondary:#6c757d;
--bs-success:#198754;
--bs-info:#0dcaf0;
--bs-warning:#ffc107;
--bs-danger:#dc3545;
--bs-light:#f8f9fa;
--bs-dark:#212529;
--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}
*, ::after, ::before {
box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
:root {
scroll-behavior:smooth
}
}
body {
	margin:0;
	font-family:var(--bs-font-sans-serif);
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	background-color:#fff;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent
}
hr {
	margin:1rem 0;
	color:inherit;
	background-color:currentColor;
	border:0;
	opacity:.25
}
hr:not([size]) {
height:1px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top:0;
margin-bottom:.5rem;
	font-weight:500;
	line-height:1.2
}
.h1, h1 {
	font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
.h1, h1 {
font-size:2.5rem
}
}
.h2, h2 {
font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
.h2, h2 {
font-size:2rem
}
}
.h3, h3 {
font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
.h3, h3 {
font-size:1.75rem
}
}
.h4, h4 {
font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
.h4, h4 {
font-size:1.5rem
}
}
.h5, h5 {
	font-size:1.25rem
}
.h6, h6 {
	font-size:1rem
}
p {
	margin-top:0;
	margin-bottom:1rem
}
abbr[data-bs-original-title], abbr[title] {
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
	cursor:help;
	-webkit-text-decoration-skip-ink:none;
	text-decoration-skip-ink:none
}
address {
	margin-bottom:1rem;
	font-style:normal;
	line-height:inherit
}
ol, ul {
	padding-left:2rem
}
dl, ol, ul {
	margin-top:0;
	margin-bottom:1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom:0
}
dt {
	font-weight:700
}
dd {
margin-bottom:.5rem;
	margin-left:0
}
blockquote {
	margin:0 0 1rem
}
b, strong {
	font-weight:bolder
}
.small, small {
	font-size:.875em
}
.mark, mark {
	padding:.2em;
	background-color:#fcf8e3
}
sub, sup {
	position:relative;
	font-size:.75em;
	line-height:0;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
a {
	color:#0d6efd;
	text-decoration:underline
}
a:hover {
	color:#0a58ca
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color:inherit;
text-decoration:none
}
code, kbd, pre, samp {
	font-family:var(--bs-font-monospace);
	font-size:1em;
	direction:ltr;
	unicode-bidi:bidi-override
}
pre {
	display:block;
	margin-top:0;
	margin-bottom:1rem;
	overflow:auto;
	font-size:.875em
}
pre code {
	font-size:inherit;
	color:inherit;
	word-break:normal
}
code {
	font-size:.875em;
	color:#d63384;
	word-wrap:break-word
}
a>code {
	color:inherit
}
kbd {
padding:.2rem .4rem;
	font-size:.875em;
	color:#fff;
	background-color:#212529;
border-radius:.2rem
}
kbd kbd {
	padding:0;
	font-size:1em;
	font-weight:700
}
figure {
	margin:0 0 1rem
}
img, svg {
	vertical-align:middle
}
table {
	caption-side:bottom;
	border-collapse:collapse
}
caption {
padding-top:.5rem;
padding-bottom:.5rem;
	color:#6c757d;
	text-align:left
}
th {
	text-align:inherit;
	text-align:-webkit-match-parent
}
tbody, td, tfoot, th, thead, tr {
	border-color:inherit;
	border-style:solid;
	border-width:0
}
label {
	display:inline-block
}
button {
	border-radius:0
}
button:focus:not(:focus-visible) {
outline:0
}
button, input, optgroup, select, textarea {
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button, select {
	text-transform:none
}
[role=button] {
cursor:pointer
}
select {
	word-wrap:normal
}
select:disabled {
	opacity:1
}
[list]::-webkit-calendar-picker-indicator {
display:none
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor:pointer
}
::-moz-focus-inner {
padding:0;
border-style:none
}
textarea {
	resize:vertical
}
fieldset {
	min-width:0;
	padding:0;
	margin:0;
	border:0
}
legend {
	float:left;
	width:100%;
	padding:0;
margin-bottom:.5rem;
font-size:calc(1.275rem + .3vw);
	line-height:inherit
}
@media (min-width:1200px) {
legend {
font-size:1.5rem
}
}
legend+* {
	clear:left
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
padding:0
}
::-webkit-inner-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:textfield
}
::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-color-swatch-wrapper {
padding:0
}
::file-selector-button {
font:inherit
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display:inline-block
}
iframe {
	border:0
}
summary {
	display:list-item;
	cursor:pointer
}
progress {
	vertical-align:baseline
}
[hidden] {
display:none!important
}
.lead {
	font-size:1.25rem;
	font-weight:300
}
.display-1 {
	font-size:calc(1.625rem + 4.5vw);
	font-weight:300;
	line-height:1.2
}
@media (min-width:1200px) {
.display-1 {
font-size:5rem
}
}
.display-2 {
	font-size:calc(1.575rem + 3.9vw);
	font-weight:300;
	line-height:1.2
}
@media (min-width:1200px) {
.display-2 {
font-size:4.5rem
}
}
.display-3 {
	font-size:calc(1.525rem + 3.3vw);
	font-weight:300;
	line-height:1.2
}
@media (min-width:1200px) {
.display-3 {
font-size:4rem
}
}
.display-4 {
	font-size:calc(1.475rem + 2.7vw);
	font-weight:300;
	line-height:1.2
}
@media (min-width:1200px) {
.display-4 {
font-size:3.5rem
}
}
.display-5 {
	font-size:calc(1.425rem + 2.1vw);
	font-weight:300;
	line-height:1.2
}
@media (min-width:1200px) {
.display-5 {
font-size:3rem
}
}
.display-6 {
	font-size:calc(1.375rem + 1.5vw);
	font-weight:300;
	line-height:1.2
}
@media (min-width:1200px) {
.display-6 {
font-size:2.5rem
}
}
.list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline {
	padding-left:0;
	list-style:none
}
.list-inline-item {
	display:inline-block
}
.list-inline-item:not(:last-child) {
margin-right:.5rem
}
.initialism {
	font-size:.875em;
	text-transform:uppercase
}
.blockquote {
	margin-bottom:1rem;
	font-size:1.25rem
}
.blockquote>:last-child {
	margin-bottom:0
}
.blockquote-footer {
	margin-top:-1rem;
	margin-bottom:1rem;
	font-size:.875em;
	color:#6c757d
}
.blockquote-footer::before {
content:"— "
}
.img-fluid {
	max-width:100%;
	height:auto
}
.img-thumbnail {
padding:.25rem;
	background-color:#fff;
	border:1px solid #dee2e6;
border-radius:.25rem;
	max-width:100%;
	height:auto
}
.figure {
	display:inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:.875em;
	color:#6c757d
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width:100%;
padding-right:var(--bs-gutter-x, .75rem);
padding-left:var(--bs-gutter-x, .75rem);
	margin-right:auto;
	margin-left:auto
}
@media (min-width:576px) {
.container, .container-sm {
max-width:540px
}
}
@media (min-width:768px) {
.container, .container-md, .container-sm {
max-width:720px
}
}
@media (min-width:992px) {
.container, .container-lg, .container-md, .container-sm {
max-width:960px
}
}
@media (min-width:1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width:1140px
}
}
@media (min-width:1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width:1320px
}
}
.row {
--bs-gutter-x:1.5rem;
--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;
margin-top:calc(var(--bs-gutter-y) * -1);
	margin-right:calc(var(--bs-gutter-x)/ -2);
	margin-left:calc(var(--bs-gutter-x)/ -2)
}
.row>* {
	flex-shrink:0;
	width:100%;
	max-width:100%;
	padding-right:calc(var(--bs-gutter-x)/ 2);
	padding-left:calc(var(--bs-gutter-x)/ 2);
	margin-top:var(--bs-gutter-y)
}
.col {
	flex:1 0 0%
}
.row-cols-auto>* {
	flex:0 0 auto;
	width:auto
}
.row-cols-1>* {
	flex:0 0 auto;
	width:100%
}
.row-cols-2>* {
	flex:0 0 auto;
	width:50%
}
.row-cols-3>* {
	flex:0 0 auto;
	width:33.3333333333%
}
.row-cols-4>* {
	flex:0 0 auto;
	width:25%
}
.row-cols-5>* {
	flex:0 0 auto;
	width:20%
}
.row-cols-6>* {
	flex:0 0 auto;
	width:16.6666666667%
}
.col-auto {
	flex:0 0 auto;
	width:auto
}
.col-1 {
	flex:0 0 auto;
	width:8.3333333333%
}
.col-2 {
	flex:0 0 auto;
	width:16.6666666667%
}
.col-3 {
	flex:0 0 auto;
	width:25%
}
.col-4 {
	flex:0 0 auto;
	width:33.3333333333%
}
.col-5 {
	flex:0 0 auto;
	width:41.6666666667%
}
.col-6 {
	flex:0 0 auto;
	width:50%
}
.col-7 {
	flex:0 0 auto;
	width:58.3333333333%
}
.col-8 {
	flex:0 0 auto;
	width:66.6666666667%
}
.col-9 {
	flex:0 0 auto;
	width:75%
}
.col-10 {
	flex:0 0 auto;
	width:83.3333333333%
}
.col-11 {
	flex:0 0 auto;
	width:91.6666666667%
}
.col-12 {
	flex:0 0 auto;
	width:100%
}
.offset-1 {
	margin-left:8.3333333333%
}
.offset-2 {
	margin-left:16.6666666667%
}
.offset-3 {
	margin-left:25%
}
.offset-4 {
	margin-left:33.3333333333%
}
.offset-5 {
	margin-left:41.6666666667%
}
.offset-6 {
	margin-left:50%
}
.offset-7 {
	margin-left:58.3333333333%
}
.offset-8 {
	margin-left:66.6666666667%
}
.offset-9 {
	margin-left:75%
}
.offset-10 {
	margin-left:83.3333333333%
}
.offset-11 {
	margin-left:91.6666666667%
}
.g-0, .gx-0 {
--bs-gutter-x:0
}
.g-0, .gy-0 {
--bs-gutter-y:0
}
.g-1, .gx-1 {
--bs-gutter-x:0.25rem
}
.g-1, .gy-1 {
--bs-gutter-y:0.25rem
}
.g-2, .gx-2 {
--bs-gutter-x:0.5rem
}
.g-2, .gy-2 {
--bs-gutter-y:0.5rem
}
.g-3, .gx-3 {
--bs-gutter-x:1rem
}
.g-3, .gy-3 {
--bs-gutter-y:1rem
}
.g-4, .gx-4 {
--bs-gutter-x:1.5rem
}
.g-4, .gy-4 {
--bs-gutter-y:1.5rem
}
.g-5, .gx-5 {
--bs-gutter-x:3rem
}
.g-5, .gy-5 {
--bs-gutter-y:3rem
}
@media (min-width:576px) {
.col-sm {
flex:1 0 0%
}
.row-cols-sm-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-sm-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-sm-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-sm-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-sm-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-sm-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-sm-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-sm-auto {
flex:0 0 auto;
width:auto
}
.col-sm-1 {
flex:0 0 auto;
width:8.3333333333%
}
.col-sm-2 {
flex:0 0 auto;
width:16.6666666667%
}
.col-sm-3 {
flex:0 0 auto;
width:25%
}
.col-sm-4 {
flex:0 0 auto;
width:33.3333333333%
}
.col-sm-5 {
flex:0 0 auto;
width:41.6666666667%
}
.col-sm-6 {
flex:0 0 auto;
width:50%
}
.col-sm-7 {
flex:0 0 auto;
width:58.3333333333%
}
.col-sm-8 {
flex:0 0 auto;
width:66.6666666667%
}
.col-sm-9 {
flex:0 0 auto;
width:75%
}
.col-sm-10 {
flex:0 0 auto;
width:83.3333333333%
}
.col-sm-11 {
flex:0 0 auto;
width:91.6666666667%
}
.col-sm-12 {
flex:0 0 auto;
width:100%
}
.offset-sm-0 {
margin-left:0
}
.offset-sm-1 {
margin-left:8.3333333333%
}
.offset-sm-2 {
margin-left:16.6666666667%
}
.offset-sm-3 {
margin-left:25%
}
.offset-sm-4 {
margin-left:33.3333333333%
}
.offset-sm-5 {
margin-left:41.6666666667%
}
.offset-sm-6 {
margin-left:50%
}
.offset-sm-7 {
margin-left:58.3333333333%
}
.offset-sm-8 {
margin-left:66.6666666667%
}
.offset-sm-9 {
margin-left:75%
}
.offset-sm-10 {
margin-left:83.3333333333%
}
.offset-sm-11 {
margin-left:91.6666666667%
}
.g-sm-0, .gx-sm-0 {
--bs-gutter-x:0
}
.g-sm-0, .gy-sm-0 {
--bs-gutter-y:0
}
.g-sm-1, .gx-sm-1 {
--bs-gutter-x:0.25rem
}
.g-sm-1, .gy-sm-1 {
--bs-gutter-y:0.25rem
}
.g-sm-2, .gx-sm-2 {
--bs-gutter-x:0.5rem
}
.g-sm-2, .gy-sm-2 {
--bs-gutter-y:0.5rem
}
.g-sm-3, .gx-sm-3 {
--bs-gutter-x:1rem
}
.g-sm-3, .gy-sm-3 {
--bs-gutter-y:1rem
}
.g-sm-4, .gx-sm-4 {
--bs-gutter-x:1.5rem
}
.g-sm-4, .gy-sm-4 {
--bs-gutter-y:1.5rem
}
.g-sm-5, .gx-sm-5 {
--bs-gutter-x:3rem
}
.g-sm-5, .gy-sm-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:768px) {
.col-md {
flex:1 0 0%
}
.row-cols-md-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-md-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-md-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-md-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-md-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-md-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-md-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-md-auto {
flex:0 0 auto;
width:auto
}
.col-md-1 {
flex:0 0 auto;
width:8.3333333333%
}
.col-md-2 {
flex:0 0 auto;
width:16.6666666667%
}
.col-md-3 {
flex:0 0 auto;
width:25%
}
.col-md-4 {
flex:0 0 auto;
width:33.3333333333%
}
.col-md-5 {
flex:0 0 auto;
width:41.6666666667%
}
.col-md-6 {
flex:0 0 auto;
width:50%
}
.col-md-7 {
flex:0 0 auto;
width:58.3333333333%
}
.col-md-8 {
flex:0 0 auto;
width:66.6666666667%
}
.col-md-9 {
flex:0 0 auto;
width:75%
}
.col-md-10 {
flex:0 0 auto;
width:83.3333333333%
}
.col-md-11 {
flex:0 0 auto;
width:91.6666666667%
}
.col-md-12 {
flex:0 0 auto;
width:100%
}
.offset-md-0 {
margin-left:0
}
.offset-md-1 {
margin-left:8.3333333333%
}
.offset-md-2 {
margin-left:16.6666666667%
}
.offset-md-3 {
margin-left:25%
}
.offset-md-4 {
margin-left:33.3333333333%
}
.offset-md-5 {
margin-left:41.6666666667%
}
.offset-md-6 {
margin-left:50%
}
.offset-md-7 {
margin-left:58.3333333333%
}
.offset-md-8 {
margin-left:66.6666666667%
}
.offset-md-9 {
margin-left:75%
}
.offset-md-10 {
margin-left:83.3333333333%
}
.offset-md-11 {
margin-left:91.6666666667%
}
.g-md-0, .gx-md-0 {
--bs-gutter-x:0
}
.g-md-0, .gy-md-0 {
--bs-gutter-y:0
}
.g-md-1, .gx-md-1 {
--bs-gutter-x:0.25rem
}
.g-md-1, .gy-md-1 {
--bs-gutter-y:0.25rem
}
.g-md-2, .gx-md-2 {
--bs-gutter-x:0.5rem
}
.g-md-2, .gy-md-2 {
--bs-gutter-y:0.5rem
}
.g-md-3, .gx-md-3 {
--bs-gutter-x:1rem
}
.g-md-3, .gy-md-3 {
--bs-gutter-y:1rem
}
.g-md-4, .gx-md-4 {
--bs-gutter-x:1.5rem
}
.g-md-4, .gy-md-4 {
--bs-gutter-y:1.5rem
}
.g-md-5, .gx-md-5 {
--bs-gutter-x:3rem
}
.g-md-5, .gy-md-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:992px) {
.col-lg {
flex:1 0 0%
}
.row-cols-lg-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-lg-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-lg-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-lg-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-lg-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-lg-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-lg-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-lg-auto {
flex:0 0 auto;
width:auto
}
.col-lg-1 {
flex:0 0 auto;
width:8.3333333333%
}
.col-lg-2 {
flex:0 0 auto;
width:16.6666666667%
}
.col-lg-3 {
flex:0 0 auto;
width:25%
}
.col-lg-4 {
flex:0 0 auto;
width:33.3333333333%
}
.col-lg-5 {
flex:0 0 auto;
width:41.6666666667%
}
.col-lg-6 {
flex:0 0 auto;
width:50%
}
.col-lg-7 {
flex:0 0 auto;
width:58.3333333333%
}
.col-lg-8 {
flex:0 0 auto;
width:66.6666666667%
}
.col-lg-9 {
flex:0 0 auto;
width:75%
}
.col-lg-10 {
flex:0 0 auto;
width:83.3333333333%
}
.col-lg-11 {
flex:0 0 auto;
width:91.6666666667%
}
.col-lg-12 {
flex:0 0 auto;
width:100%
}
.offset-lg-0 {
margin-left:0
}
.offset-lg-1 {
margin-left:8.3333333333%
}
.offset-lg-2 {
margin-left:16.6666666667%
}
.offset-lg-3 {
margin-left:25%
}
.offset-lg-4 {
margin-left:33.3333333333%
}
.offset-lg-5 {
margin-left:41.6666666667%
}
.offset-lg-6 {
margin-left:50%
}
.offset-lg-7 {
margin-left:58.3333333333%
}
.offset-lg-8 {
margin-left:66.6666666667%
}
.offset-lg-9 {
margin-left:75%
}
.offset-lg-10 {
margin-left:83.3333333333%
}
.offset-lg-11 {
margin-left:91.6666666667%
}
.g-lg-0, .gx-lg-0 {
--bs-gutter-x:0
}
.g-lg-0, .gy-lg-0 {
--bs-gutter-y:0
}
.g-lg-1, .gx-lg-1 {
--bs-gutter-x:0.25rem
}
.g-lg-1, .gy-lg-1 {
--bs-gutter-y:0.25rem
}
.g-lg-2, .gx-lg-2 {
--bs-gutter-x:0.5rem
}
.g-lg-2, .gy-lg-2 {
--bs-gutter-y:0.5rem
}
.g-lg-3, .gx-lg-3 {
--bs-gutter-x:1rem
}
.g-lg-3, .gy-lg-3 {
--bs-gutter-y:1rem
}
.g-lg-4, .gx-lg-4 {
--bs-gutter-x:1.5rem
}
.g-lg-4, .gy-lg-4 {
--bs-gutter-y:1.5rem
}
.g-lg-5, .gx-lg-5 {
--bs-gutter-x:3rem
}
.g-lg-5, .gy-lg-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:1200px) {
.col-xl {
flex:1 0 0%
}
.row-cols-xl-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-xl-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-xl-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-xl-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-xl-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-xl-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-xl-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-xl-auto {
flex:0 0 auto;
width:auto
}
.col-xl-1 {
flex:0 0 auto;
width:8.3333333333%
}
.col-xl-2 {
flex:0 0 auto;
width:16.6666666667%
}
.col-xl-3 {
flex:0 0 auto;
width:25%
}
.col-xl-4 {
flex:0 0 auto;
width:33.3333333333%
}
.col-xl-5 {
flex:0 0 auto;
width:41.6666666667%
}
.col-xl-6 {
flex:0 0 auto;
width:50%
}
.col-xl-7 {
flex:0 0 auto;
width:58.3333333333%
}
.col-xl-8 {
flex:0 0 auto;
width:66.6666666667%
}
.col-xl-9 {
flex:0 0 auto;
width:75%
}
.col-xl-10 {
flex:0 0 auto;
width:83.3333333333%
}
.col-xl-11 {
flex:0 0 auto;
width:91.6666666667%
}
.col-xl-12 {
flex:0 0 auto;
width:100%
}
.offset-xl-0 {
margin-left:0
}
.offset-xl-1 {
margin-left:8.3333333333%
}
.offset-xl-2 {
margin-left:16.6666666667%
}
.offset-xl-3 {
margin-left:25%
}
.offset-xl-4 {
margin-left:33.3333333333%
}
.offset-xl-5 {
margin-left:41.6666666667%
}
.offset-xl-6 {
margin-left:50%
}
.offset-xl-7 {
margin-left:58.3333333333%
}
.offset-xl-8 {
margin-left:66.6666666667%
}
.offset-xl-9 {
margin-left:75%
}
.offset-xl-10 {
margin-left:83.3333333333%
}
.offset-xl-11 {
margin-left:91.6666666667%
}
.g-xl-0, .gx-xl-0 {
--bs-gutter-x:0
}
.g-xl-0, .gy-xl-0 {
--bs-gutter-y:0
}
.g-xl-1, .gx-xl-1 {
--bs-gutter-x:0.25rem
}
.g-xl-1, .gy-xl-1 {
--bs-gutter-y:0.25rem
}
.g-xl-2, .gx-xl-2 {
--bs-gutter-x:0.5rem
}
.g-xl-2, .gy-xl-2 {
--bs-gutter-y:0.5rem
}
.g-xl-3, .gx-xl-3 {
--bs-gutter-x:1rem
}
.g-xl-3, .gy-xl-3 {
--bs-gutter-y:1rem
}
.g-xl-4, .gx-xl-4 {
--bs-gutter-x:1.5rem
}
.g-xl-4, .gy-xl-4 {
--bs-gutter-y:1.5rem
}
.g-xl-5, .gx-xl-5 {
--bs-gutter-x:3rem
}
.g-xl-5, .gy-xl-5 {
--bs-gutter-y:3rem
}
}
@media (min-width:1400px) {
.col-xxl {
flex:1 0 0%
}
.row-cols-xxl-auto>* {
flex:0 0 auto;
width:auto
}
.row-cols-xxl-1>* {
flex:0 0 auto;
width:100%
}
.row-cols-xxl-2>* {
flex:0 0 auto;
width:50%
}
.row-cols-xxl-3>* {
flex:0 0 auto;
width:33.3333333333%
}
.row-cols-xxl-4>* {
flex:0 0 auto;
width:25%
}
.row-cols-xxl-5>* {
flex:0 0 auto;
width:20%
}
.row-cols-xxl-6>* {
flex:0 0 auto;
width:16.6666666667%
}
.col-xxl-auto {
flex:0 0 auto;
width:auto
}
.col-xxl-1 {
flex:0 0 auto;
width:8.3333333333%
}
.col-xxl-2 {
flex:0 0 auto;
width:16.6666666667%
}
.col-xxl-3 {
flex:0 0 auto;
width:25%
}
.col-xxl-4 {
flex:0 0 auto;
width:33.3333333333%
}
.col-xxl-5 {
flex:0 0 auto;
width:41.6666666667%
}
.col-xxl-6 {
flex:0 0 auto;
width:50%
}
.col-xxl-7 {
flex:0 0 auto;
width:58.3333333333%
}
.col-xxl-8 {
flex:0 0 auto;
width:66.6666666667%
}
.col-xxl-9 {
flex:0 0 auto;
width:75%
}
.col-xxl-10 {
flex:0 0 auto;
width:83.3333333333%
}
.col-xxl-11 {
flex:0 0 auto;
width:91.6666666667%
}
.col-xxl-12 {
flex:0 0 auto;
width:100%
}
.offset-xxl-0 {
margin-left:0
}
.offset-xxl-1 {
margin-left:8.3333333333%
}
.offset-xxl-2 {
margin-left:16.6666666667%
}
.offset-xxl-3 {
margin-left:25%
}
.offset-xxl-4 {
margin-left:33.3333333333%
}
.offset-xxl-5 {
margin-left:41.6666666667%
}
.offset-xxl-6 {
margin-left:50%
}
.offset-xxl-7 {
margin-left:58.3333333333%
}
.offset-xxl-8 {
margin-left:66.6666666667%
}
.offset-xxl-9 {
margin-left:75%
}
.offset-xxl-10 {
margin-left:83.3333333333%
}
.offset-xxl-11 {
margin-left:91.6666666667%
}
.g-xxl-0, .gx-xxl-0 {
--bs-gutter-x:0
}
.g-xxl-0, .gy-xxl-0 {
--bs-gutter-y:0
}
.g-xxl-1, .gx-xxl-1 {
--bs-gutter-x:0.25rem
}
.g-xxl-1, .gy-xxl-1 {
--bs-gutter-y:0.25rem
}
.g-xxl-2, .gx-xxl-2 {
--bs-gutter-x:0.5rem
}
.g-xxl-2, .gy-xxl-2 {
--bs-gutter-y:0.5rem
}
.g-xxl-3, .gx-xxl-3 {
--bs-gutter-x:1rem
}
.g-xxl-3, .gy-xxl-3 {
--bs-gutter-y:1rem
}
.g-xxl-4, .gx-xxl-4 {
--bs-gutter-x:1.5rem
}
.g-xxl-4, .gy-xxl-4 {
--bs-gutter-y:1.5rem
}
.g-xxl-5, .gx-xxl-5 {
--bs-gutter-x:3rem
}
.g-xxl-5, .gy-xxl-5 {
--bs-gutter-y:3rem
}
}
.table {
--bs-table-bg:transparent;
--bs-table-striped-color:#212529;
--bs-table-striped-bg:rgba(0, 0, 0, 0.05);
--bs-table-active-color:#212529;
--bs-table-active-bg:rgba(0, 0, 0, 0.1);
--bs-table-hover-color:#212529;
--bs-table-hover-bg:rgba(0, 0, 0, 0.075);
	width:100%;
	margin-bottom:1rem;
	color:#212529;
	vertical-align:top;
	border-color:#dee2e6
}
.table>:not(caption)>*>* {
padding:.5rem .5rem;
background-color:var(--bs-table-bg);
border-bottom-width:1px;
box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table>tbody {
	vertical-align:inherit
}
.table>thead {
	vertical-align:bottom
}
.table>:not(:last-child)>:last-child>* {
border-bottom-color:currentColor
}
.caption-top {
	caption-side:top
}
.table-sm>:not(caption)>*>* {
padding:.25rem .25rem
}
.table-bordered>:not(caption)>* {
border-width:1px 0
}
.table-bordered>:not(caption)>*>* {
border-width:0 1px
}
.table-borderless>:not(caption)>*>* {
border-bottom-width:0
}
.table-striped>tbody>tr:nth-of-type(odd) {
--bs-table-accent-bg:var(--bs-table-striped-bg);
color:var(--bs-table-striped-color)
}
.table-active {
--bs-table-accent-bg:var(--bs-table-active-bg);
	color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover {
--bs-table-accent-bg:var(--bs-table-hover-bg);
	color:var(--bs-table-hover-color)
}
.table-primary {
--bs-table-bg:#cfe2ff;
--bs-table-striped-bg:#c5d7f2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bacbe6;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfd1ec;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#bacbe6
}
.table-secondary {
--bs-table-bg:#e2e3e5;
--bs-table-striped-bg:#d7d8da;
--bs-table-striped-color:#000;
--bs-table-active-bg:#cbccce;
--bs-table-active-color:#000;
--bs-table-hover-bg:#d1d2d4;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#cbccce
}
.table-success {
--bs-table-bg:#d1e7dd;
--bs-table-striped-bg:#c7dbd2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bcd0c7;
--bs-table-active-color:#000;
--bs-table-hover-bg:#c1d6cc;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#bcd0c7
}
.table-info {
--bs-table-bg:#cff4fc;
--bs-table-striped-bg:#c5e8ef;
--bs-table-striped-color:#000;
--bs-table-active-bg:#badce3;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfe2e9;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#badce3
}
.table-warning {
--bs-table-bg:#fff3cd;
--bs-table-striped-bg:#f2e7c3;
--bs-table-striped-color:#000;
--bs-table-active-bg:#e6dbb9;
--bs-table-active-color:#000;
--bs-table-hover-bg:#ece1be;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#e6dbb9
}
.table-danger {
--bs-table-bg:#f8d7da;
--bs-table-striped-bg:#eccccf;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfc2c4;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5c7ca;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#dfc2c4
}
.table-light {
--bs-table-bg:#f8f9fa;
--bs-table-striped-bg:#ecedee;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfe0e1;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5e6e7;
--bs-table-hover-color:#000;
	color:#000;
	border-color:#dfe0e1
}
.table-dark {
--bs-table-bg:#212529;
--bs-table-striped-bg:#2c3034;
--bs-table-striped-color:#fff;
--bs-table-active-bg:#373b3e;
--bs-table-active-color:#fff;
--bs-table-hover-bg:#323539;
--bs-table-hover-color:#fff;
	color:#fff;
	border-color:#373b3e
}
.table-responsive {
	overflow-x:auto;
	-webkit-overflow-scrolling:touch
}
@media (max-width:575.98px) {
.table-responsive-sm {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:767.98px) {
.table-responsive-md {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
@media (max-width:1399.98px) {
.table-responsive-xxl {
overflow-x:auto;
-webkit-overflow-scrolling:touch
}
}
.form-label {
margin-bottom:.5rem
}
.col-form-label {
padding-top:calc(.375rem + 1px);
padding-bottom:calc(.375rem + 1px);
	margin-bottom:0;
	font-size:inherit;
	line-height:1.5
}
.col-form-label-lg {
padding-top:calc(.5rem + 1px);
padding-bottom:calc(.5rem + 1px);
	font-size:1.25rem
}
.col-form-label-sm {
padding-top:calc(.25rem + 1px);
padding-bottom:calc(.25rem + 1px);
font-size:.875rem
}
.form-text {
margin-top:.25rem;
	font-size:.875em;
	color:#6c757d
}
.form-control {
	display:block;
	width:100%;
padding:.375rem .75rem;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced4da;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
border-radius:.25rem;
transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
transition:none
}
}
.form-control[type=file] {
	overflow:hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor:pointer
}
.form-control:focus {
	color:#212529;
	background-color:#fff;
	border-color:#86b7fe;
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-control::-webkit-date-and-time-value {
height:1.5em
}
.form-control::-moz-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color:#e9ecef;
	opacity:1
}
.form-control::file-selector-button {
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control::file-selector-button {
transition:none
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color:#dde0e3
}
.form-control::-webkit-file-upload-button {
padding:.375rem .75rem;
margin:-.375rem -.75rem;
-webkit-margin-end:.75rem;
margin-inline-end:.75rem;
color:#212529;
background-color:#e9ecef;
pointer-events:none;
border-color:inherit;
border-style:solid;
border-width:0;
border-inline-end-width:1px;
border-radius:0;
-webkit-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition:none;
transition:none
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color:#dde0e3
}
.form-control-plaintext {
	display:block;
	width:100%;
padding:.375rem 0;
	margin-bottom:0;
	line-height:1.5;
	color:#212529;
	background-color:transparent;
	border:solid transparent;
	border-width:1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right:0;
	padding-left:0
}
.form-control-sm {
min-height:calc(1.5em + .5rem + 2px);
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.form-control-sm::file-selector-button {
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-sm::-webkit-file-upload-button {
padding:.25rem .5rem;
margin:-.25rem -.5rem;
-webkit-margin-end:.5rem;
margin-inline-end:.5rem
}
.form-control-lg {
	min-height:calc(1.5em + 1rem + 2px);
padding:.5rem 1rem;
	font-size:1.25rem;
border-radius:.3rem
}
.form-control-lg::file-selector-button {
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
.form-control-lg::-webkit-file-upload-button {
padding:.5rem 1rem;
margin:-.5rem -1rem;
-webkit-margin-end:1rem;
margin-inline-end:1rem
}
textarea.form-control {
min-height:calc(1.5em + .75rem + 2px)
}
textarea.form-control-sm {
min-height:calc(1.5em + .5rem + 2px)
}
textarea.form-control-lg {
	min-height:calc(1.5em + 1rem + 2px)
}
.form-control-color {
	max-width:3rem;
	height:auto;
padding:.375rem
}
.form-control-color:not(:disabled):not([readonly]) {
cursor:pointer
}
.form-control-color::-moz-color-swatch {
height:1.5em;
border-radius:.25rem
}
.form-control-color::-webkit-color-swatch {
height:1.5em;
border-radius:.25rem
}
.form-select {
	display:block;
	width:100%;
padding:.375rem 2.25rem .375rem .75rem;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	background-color:#fff;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat:no-repeat;
background-position:right .75rem center;
	background-size:16px 12px;
	border:1px solid #ced4da;
border-radius:.25rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.form-select:focus {
	border-color:#86b7fe;
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right:.75rem;
background-image:none
}
.form-select:disabled {
	background-color:#e9ecef
}
.form-select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #212529
}
.form-select-sm {
padding-top:.25rem;
padding-bottom:.25rem;
padding-left:.5rem;
font-size:.875rem
}
.form-select-lg {
padding-top:.5rem;
padding-bottom:.5rem;
	padding-left:1rem;
	font-size:1.25rem
}
.form-check {
	display:block;
	min-height:1.5rem;
	padding-left:1.5em;
margin-bottom:.125rem
}
.form-check .form-check-input {
	float:left;
	margin-left:-1.5em
}
.form-check-input {
	width:1em;
	height:1em;
	margin-top:.25em;
	vertical-align:top;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:1px solid rgba(0, 0, 0, .25);
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-print-color-adjust:exact;
	color-adjust:exact
}
.form-check-input[type=checkbox] {
	border-radius:.25em
}
.form-check-input[type=radio] {
	border-radius:50%
}
.form-check-input:active {
	filter:brightness(90%)
}
.form-check-input:focus {
	border-color:#86b7fe;
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-check-input:checked {
	background-color:#0d6efd;
	border-color:#0d6efd
}
.form-check-input:checked[type=checkbox] {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio] {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
	background-color:#0d6efd;
	border-color:#0d6efd;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
	pointer-events:none;
	filter:none;
	opacity:.5
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
opacity:.5
}
.form-switch {
	padding-left:2.5em
}
.form-switch .form-check-input {
	width:2em;
	margin-left:-2.5em;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position:left center;
	border-radius:2em;
transition:background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-switch .form-check-input {
transition:none
}
}
.form-switch .form-check-input:focus {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
	background-position:right center;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-inline {
	display:inline-block;
	margin-right:1rem
}
.btn-check {
	position:absolute;
	clip:rect(0,0,0,0);
	pointer-events:none
}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
	pointer-events:none;
	filter:none;
	opacity:.65
}
.form-range {
	width:100%;
	height:1.5rem;
	padding:0;
	background-color:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.form-range:focus {
	outline:0
}
.form-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.form-range::-moz-focus-outer {
border:0
}
.form-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#0d6efd;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.form-range::-webkit-slider-thumb:active {
background-color:#b6d4fe
}
.form-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.form-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#0d6efd;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
@media (prefers-reduced-motion:reduce) {
.form-range::-moz-range-thumb {
-moz-transition:none;
transition:none
}
}
.form-range::-moz-range-thumb:active {
background-color:#b6d4fe
}
.form-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.form-range:disabled {
	pointer-events:none
}
.form-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.form-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.form-floating {
	position:relative
}
.form-floating>.form-control, .form-floating>.form-select {
	height:calc(3.5rem + 2px);
padding:1rem .75rem
}
.form-floating>label {
	position:absolute;
	top:0;
	left:0;
	height:100%;
padding:1rem .75rem;
	pointer-events:none;
	border:1px solid transparent;
	transform-origin:0 0;
transition:opacity .1s ease-in-out, transform .1s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-floating>label {
transition:none
}
}
.form-floating>.form-control::-moz-placeholder {
color:transparent
}
.form-floating>.form-control::placeholder {
color:transparent
}
.form-floating>.form-control:not(:-moz-placeholder-shown) {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:-webkit-autofill {
padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-select {
	padding-top:1.625rem;
padding-bottom:.625rem
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:-webkit-autofill~label {
opacity:.65;
transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
.input-group {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width:100%
}
.input-group>.form-control, .input-group>.form-select {
	position:relative;
	flex:1 1 auto;
	width:1%;
	min-width:0
}
.input-group>.form-control:focus, .input-group>.form-select:focus {
	z-index:3
}
.input-group .btn {
	position:relative;
	z-index:2
}
.input-group .btn:focus {
	z-index:3
}
.input-group-text {
	display:flex;
	align-items:center;
padding:.375rem .75rem;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:center;
	white-space:nowrap;
	background-color:#e9ecef;
	border:1px solid #ced4da;
border-radius:.25rem
}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
padding:.5rem 1rem;
	font-size:1.25rem;
border-radius:.3rem
}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right:3rem
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left:-1px;
border-top-left-radius:0;
border-bottom-left-radius:0
}
.valid-feedback {
	display:none;
	width:100%;
margin-top:.25rem;
	font-size:.875em;
	color:#198754
}
.valid-tooltip {
	position:absolute;
	top:100%;
	z-index:5;
	display:none;
	max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	color:#fff;
	background-color:rgba(25, 135, 84, .9);
border-radius:.25rem
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
display:block
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#198754;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#198754;
box-shadow:0 0 0 .25rem rgba(25, 135, 84, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.form-select.is-valid, .was-validated .form-select:valid {
border-color:#198754;
padding-right:4.125rem;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position:right .75rem center, center right 2.25rem;
background-size:16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
border-color:#198754;
box-shadow:0 0 0 .25rem rgba(25, 135, 84, .25)
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
border-color:#198754
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
background-color:#198754
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
box-shadow:0 0 0 .25rem rgba(25, 135, 84, .25)
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#198754
}
.form-check-inline .form-check-input~.valid-feedback {
margin-left:.5em
}
.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
z-index:3
}
.invalid-feedback {
	display:none;
	width:100%;
margin-top:.25rem;
	font-size:.875em;
	color:#dc3545
}
.invalid-tooltip {
	position:absolute;
	top:100%;
	z-index:5;
	display:none;
	max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
	color:#fff;
	background-color:rgba(220, 53, 69, .9);
border-radius:.25rem
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
display:block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#dc3545;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right calc(.375em + .1875rem) center;
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .25rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.form-select.is-invalid, .was-validated .form-select:invalid {
border-color:#dc3545;
padding-right:4.125rem;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position:right .75rem center, center right 2.25rem;
background-size:16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .25rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
border-color:#dc3545
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
background-color:#dc3545
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
box-shadow:0 0 0 .25rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.form-check-inline .form-check-input~.invalid-feedback {
margin-left:.5em
}
.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
z-index:3
}
.btn {
	display:inline-block;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background-color:transparent;
	border:1px solid transparent;
padding:.375rem .75rem;
	font-size:1rem;
border-radius:.25rem;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.btn {
transition:none
}
}
.btn:hover {
	color:#212529
}
.btn-check:focus+.btn, .btn:focus {
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25)
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events:none;
	opacity:.65
}
.btn-primary {
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd
}
.btn-primary:hover {
	color:#fff;
	background-color:#0b5ed7;
	border-color:#0a58ca
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	color:#fff;
	background-color:#0b5ed7;
	border-color:#0a58ca;
box-shadow:0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color:#fff;
	background-color:#0a58ca;
	border-color:#0a53be
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd
}
.btn-secondary {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-secondary:hover {
	color:#fff;
	background-color:#5c636a;
	border-color:#565e64
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color:#fff;
	background-color:#5c636a;
	border-color:#565e64;
box-shadow:0 0 0 .25rem rgba(130, 138, 145, .5)
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color:#fff;
	background-color:#565e64;
	border-color:#51585e
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-success {
	color:#fff;
	background-color:#198754;
	border-color:#198754
}
.btn-success:hover {
	color:#fff;
	background-color:#157347;
	border-color:#146c43
}
.btn-check:focus+.btn-success, .btn-success:focus {
	color:#fff;
	background-color:#157347;
	border-color:#146c43;
box-shadow:0 0 0 .25rem rgba(60, 153, 110, .5)
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
	color:#fff;
	background-color:#146c43;
	border-color:#13653f
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(60, 153, 110, .5)
}
.btn-success.disabled, .btn-success:disabled {
	color:#fff;
	background-color:#198754;
	border-color:#198754
}
.btn-info {
	color:#000;
	background-color:#0dcaf0;
	border-color:#0dcaf0
}
.btn-info:hover {
	color:#000;
	background-color:#31d2f2;
	border-color:#25cff2
}
.btn-check:focus+.btn-info, .btn-info:focus {
	color:#000;
	background-color:#31d2f2;
	border-color:#25cff2;
box-shadow:0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
	color:#000;
	background-color:#3dd5f3;
	border-color:#25cff2
}
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(11, 172, 204, .5)
}
.btn-info.disabled, .btn-info:disabled {
	color:#000;
	background-color:#0dcaf0;
	border-color:#0dcaf0
}
.btn-warning {
	color:#000;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-warning:hover {
	color:#000;
	background-color:#ffca2c;
	border-color:#ffc720
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
	color:#000;
	background-color:#ffca2c;
	border-color:#ffc720;
box-shadow:0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
	color:#000;
	background-color:#ffcd39;
	border-color:#ffc720
}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(217, 164, 6, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color:#000;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-danger {
	color:#fff;
	background-color:#dc3545;
	border-color:#dc3545
}
.btn-danger:hover {
	color:#fff;
	background-color:#bb2d3b;
	border-color:#b02a37
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
	color:#fff;
	background-color:#bb2d3b;
	border-color:#b02a37;
box-shadow:0 0 0 .25rem rgba(225, 83, 97, .5)
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
	color:#fff;
	background-color:#b02a37;
	border-color:#a52834
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color:#fff;
	background-color:#dc3545;
	border-color:#dc3545
}
.btn-light {
	color:#000;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-light:hover {
	color:#000;
	background-color:#f9fafb;
	border-color:#f9fafb
}
.btn-check:focus+.btn-light, .btn-light:focus {
	color:#000;
	background-color:#f9fafb;
	border-color:#f9fafb;
box-shadow:0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
	color:#000;
	background-color:#f9fafb;
	border-color:#f9fafb
}
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(211, 212, 213, .5)
}
.btn-light.disabled, .btn-light:disabled {
	color:#000;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-dark {
	color:#fff;
	background-color:#212529;
	border-color:#212529
}
.btn-dark:hover {
	color:#fff;
	background-color:#1c1f23;
	border-color:#1a1e21
}
.btn-check:focus+.btn-dark, .btn-dark:focus {
	color:#fff;
	background-color:#1c1f23;
	border-color:#1a1e21;
box-shadow:0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
	color:#fff;
	background-color:#1a1e21;
	border-color:#191c1f
}
.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow:0 0 0 .25rem rgba(66, 70, 73, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color:#fff;
	background-color:#212529;
	border-color:#212529
}
.btn-outline-primary {
	color:#0d6efd;
	border-color:#0d6efd
}
.btn-outline-primary:hover {
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color:#0d6efd;
	background-color:transparent
}
.btn-outline-secondary {
	color:#6c757d;
	border-color:#6c757d
}
.btn-outline-secondary:hover {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
box-shadow:0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
	color:#fff;
	background-color:#6c757d;
	border-color:#6c757d
}
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
box-shadow:0 0 0 .25rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color:#6c757d;
	background-color:transparent
}
.btn-outline-success {
	color:#198754;
	border-color:#198754
}
.btn-outline-success:hover {
	color:#fff;
	background-color:#198754;
	border-color:#198754
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
box-shadow:0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
	color:#fff;
	background-color:#198754;
	border-color:#198754
}
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
box-shadow:0 0 0 .25rem rgba(25, 135, 84, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color:#198754;
	background-color:transparent
}
.btn-outline-info {
	color:#0dcaf0;
	border-color:#0dcaf0
}
.btn-outline-info:hover {
	color:#000;
	background-color:#0dcaf0;
	border-color:#0dcaf0
}
.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
box-shadow:0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
	color:#000;
	background-color:#0dcaf0;
	border-color:#0dcaf0
}
.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
box-shadow:0 0 0 .25rem rgba(13, 202, 240, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color:#0dcaf0;
	background-color:transparent
}
.btn-outline-warning {
	color:#ffc107;
	border-color:#ffc107
}
.btn-outline-warning:hover {
	color:#000;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
box-shadow:0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
	color:#000;
	background-color:#ffc107;
	border-color:#ffc107
}
.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
box-shadow:0 0 0 .25rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color:#ffc107;
	background-color:transparent
}
.btn-outline-danger {
	color:#dc3545;
	border-color:#dc3545
}
.btn-outline-danger:hover {
	color:#fff;
	background-color:#dc3545;
	border-color:#dc3545
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
box-shadow:0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color:#fff;
	background-color:#dc3545;
	border-color:#dc3545
}
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
box-shadow:0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color:#dc3545;
	background-color:transparent
}
.btn-outline-light {
	color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-outline-light:hover {
	color:#000;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
box-shadow:0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
	color:#000;
	background-color:#f8f9fa;
	border-color:#f8f9fa
}
.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
box-shadow:0 0 0 .25rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color:#f8f9fa;
	background-color:transparent
}
.btn-outline-dark {
	color:#212529;
	border-color:#212529
}
.btn-outline-dark:hover {
	color:#fff;
	background-color:#212529;
	border-color:#212529
}
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
box-shadow:0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
	color:#fff;
	background-color:#212529;
	border-color:#212529
}
.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
box-shadow:0 0 0 .25rem rgba(33, 37, 41, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color:#212529;
	background-color:transparent
}
.btn-link {
	font-weight:400;
	color:#0d6efd;
	text-decoration:underline
}
.btn-link:hover {
	color:#0a58ca
}
.btn-link.disabled, .btn-link:disabled {
	color:#6c757d
}
.btn-group-lg>.btn, .btn-lg {
padding:.5rem 1rem;
	font-size:1.25rem;
border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm {
padding:.25rem .5rem;
font-size:.875rem;
border-radius:.2rem
}
.fade {
transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
.fade {
transition:none
}
}
.fade:not(.show) {
opacity:0
}
.collapse:not(.show) {
display:none
}
.collapsing {
	height:0;
	overflow:hidden;
transition:height .35s ease
}
@media (prefers-reduced-motion:reduce) {
.collapsing {
transition:none
}
}
.dropdown, .dropend, .dropstart, .dropup {
	position:relative
}
.dropdown-toggle {
	white-space:nowrap
}
.dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid;
border-right:.3em solid transparent;
border-bottom:0;
border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
margin-left:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	z-index:1000;
	display:none;
	min-width:10rem;
padding:.5rem 0;
	margin:0;
	font-size:1rem;
	color:#212529;
	text-align:left;
	list-style:none;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .15);
border-radius:.25rem
}
.dropdown-menu[data-bs-popper] {
	left:0;
margin-top:.125rem
}
.dropdown-menu-start {
--bs-position:start
}
.dropdown-menu-start[data-bs-popper] {
	right:auto;
	left:0
}
.dropdown-menu-end {
--bs-position:end
}
.dropdown-menu-end[data-bs-popper] {
	right:0;
	left:auto
}
@media (min-width:576px) {
.dropdown-menu-sm-start {
--bs-position:start
}
.dropdown-menu-sm-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-sm-end {
--bs-position:end
}
.dropdown-menu-sm-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-start {
--bs-position:start
}
.dropdown-menu-md-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-md-end {
--bs-position:end
}
.dropdown-menu-md-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-start {
--bs-position:start
}
.dropdown-menu-lg-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-lg-end {
--bs-position:end
}
.dropdown-menu-lg-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-start {
--bs-position:start
}
.dropdown-menu-xl-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-xl-end {
--bs-position:end
}
.dropdown-menu-xl-end[data-bs-popper] {
right:0;
left:auto
}
}
@media (min-width:1400px) {
.dropdown-menu-xxl-start {
--bs-position:start
}
.dropdown-menu-xxl-start[data-bs-popper] {
right:auto;
left:0
}
.dropdown-menu-xxl-end {
--bs-position:end
}
.dropdown-menu-xxl-end[data-bs-popper] {
right:0;
left:auto
}
}
.dropup .dropdown-menu[data-bs-popper] {
	top:auto;
	bottom:100%;
	margin-top:0;
margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:0;
border-right:.3em solid transparent;
border-bottom:.3em solid;
border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
margin-left:0
}
.dropend .dropdown-menu {
	top:0;
	right:auto;
	left:100%
}
.dropend .dropdown-menu[data-bs-popper] {
	margin-top:0;
margin-left:.125rem
}
.dropend .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:0;
border-bottom:.3em solid transparent;
border-left:.3em solid
}
.dropend .dropdown-toggle:empty::after {
margin-left:0
}
.dropend .dropdown-toggle::after {
vertical-align:0
}
.dropstart .dropdown-menu {
	top:0;
	right:100%;
	left:auto
}
.dropstart .dropdown-menu[data-bs-popper] {
	margin-top:0;
margin-right:.125rem
}
.dropstart .dropdown-toggle::after {
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:""
}
.dropstart .dropdown-toggle::after {
display:none
}
.dropstart .dropdown-toggle::before {
display:inline-block;
margin-right:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid transparent;
border-right:.3em solid;
border-bottom:.3em solid transparent
}
.dropstart .dropdown-toggle:empty::after {
margin-left:0
}
.dropstart .dropdown-toggle::before {
vertical-align:0
}
.dropdown-divider {
	height:0;
margin:.5rem 0;
	overflow:hidden;
	border-top:1px solid rgba(0, 0, 0, .15)
}
.dropdown-item {
	display:block;
	width:100%;
padding:.25rem 1rem;
	clear:both;
	font-weight:400;
	color:#212529;
	text-align:inherit;
	text-decoration:none;
	white-space:nowrap;
	background-color:transparent;
	border:0
}
.dropdown-item:focus, .dropdown-item:hover {
	color:#1e2125;
	background-color:#e9ecef
}
.dropdown-item.active, .dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#0d6efd
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color:#adb5bd;
	pointer-events:none;
	background-color:transparent
}
.dropdown-menu.show {
	display:block
}
.dropdown-header {
	display:block;
padding:.5rem 1rem;
	margin-bottom:0;
font-size:.875rem;
	color:#6c757d;
	white-space:nowrap
}
.dropdown-item-text {
	display:block;
padding:.25rem 1rem;
	color:#212529
}
.dropdown-menu-dark {
	color:#dee2e6;
	background-color:#343a40;
	border-color:rgba(0, 0, 0, .15)
}
.dropdown-menu-dark .dropdown-item {
	color:#dee2e6
}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
	color:#fff;
	background-color:rgba(255, 255, 255, .15)
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color:#fff;
	background-color:#0d6efd
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color:#adb5bd
}
.dropdown-menu-dark .dropdown-divider {
	border-color:rgba(0, 0, 0, .15)
}
.dropdown-menu-dark .dropdown-item-text {
	color:#dee2e6
}
.dropdown-menu-dark .dropdown-header {
	color:#adb5bd
}
.btn-group, .btn-group-vertical {
	position:relative;
	display:inline-flex;
	vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position:relative;
	flex:1 1 auto
}
.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index:1
}
.btn-toolbar {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start
}
.btn-toolbar .input-group {
	width:auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
margin-left:-1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.dropdown-toggle-split {
padding-right:.5625rem;
padding-left:.5625rem
}
.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
margin-left:0
}
.dropstart .dropdown-toggle-split::before {
margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right:.375rem;
padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right:.75rem;
padding-left:.75rem
}
.btn-group-vertical {
	flex-direction:column;
	align-items:flex-start;
	justify-content:center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width:100%
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
border-top-left-radius:0;
border-top-right-radius:0
}
.nav {
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav-link {
	display:block;
padding:.5rem 1rem;
	text-decoration:none;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.nav-link {
transition:none
}
}
.nav-link.disabled {
	color:#6c757d;
	pointer-events:none;
	cursor:default
}
.nav-tabs {
	border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-link {
	margin-bottom:-1px;
	background:0 0;
	border:1px solid transparent;
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:#e9ecef #e9ecef #dee2e6;
	isolation:isolate
}
.nav-tabs .nav-link.disabled {
	color:#6c757d;
	background-color:transparent;
	border-color:transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color:#495057;
	background-color:#fff;
	border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.nav-pills .nav-link {
	background:0 0;
	border:0;
border-radius:.25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color:#fff;
	background-color:#0d6efd
}
.nav-fill .nav-item, .nav-fill>.nav-link {
	flex:1 1 auto;
	text-align:center
}
.nav-justified .nav-item, .nav-justified>.nav-link {
	flex-basis:0;
	flex-grow:1;
	text-align:center
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width:100%
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.navbar {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	display:flex;
	flex-wrap:inherit;
	align-items:center;
	justify-content:space-between
}
.navbar-brand {
padding-top:.3125rem;
padding-bottom:.3125rem;
	margin-right:1rem;
	font-size:1.25rem;
	text-decoration:none;
	white-space:nowrap
}
.navbar-nav {
	display:flex;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.navbar-nav .nav-link {
	padding-right:0;
	padding-left:0
}
.navbar-nav .dropdown-menu {
	position:static
}
.navbar-text {
padding-top:.5rem;
padding-bottom:.5rem
}
.navbar-collapse {
	flex-basis:100%;
	flex-grow:1;
	align-items:center
}
.navbar-toggler {
padding:.25rem .75rem;
	font-size:1.25rem;
	line-height:1;
	background-color:transparent;
	border:1px solid transparent;
border-radius:.25rem;
transition:box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.navbar-toggler {
transition:none
}
}
.navbar-toggler:hover {
	text-decoration:none
}
.navbar-toggler:focus {
	text-decoration:none;
	outline:0;
box-shadow:0 0 0 .25rem
}
.navbar-toggler-icon {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%
}
.navbar-nav-scroll {
	max-height:var(--bs-scroll-height, 75vh);
	overflow-y:auto
}
@media (min-width:576px) {
.navbar-expand-sm {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-sm .navbar-nav {
flex-direction:row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-sm .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-sm .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-sm .navbar-toggler {
display:none
}
}
@media (min-width:768px) {
.navbar-expand-md {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-md .navbar-nav {
flex-direction:row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-md .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-md .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-md .navbar-toggler {
display:none
}
}
@media (min-width:992px) {
.navbar-expand-lg {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-lg .navbar-nav {
flex-direction:row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-lg .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-lg .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-lg .navbar-toggler {
display:none
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-xl .navbar-nav {
flex-direction:row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xl .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-xl .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-xl .navbar-toggler {
display:none
}
}
@media (min-width:1400px) {
.navbar-expand-xxl {
flex-wrap:nowrap;
justify-content:flex-start
}
.navbar-expand-xxl .navbar-nav {
flex-direction:row
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position:absolute
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow:visible
}
.navbar-expand-xxl .navbar-collapse {
display:flex!important;
flex-basis:auto
}
.navbar-expand-xxl .navbar-toggler {
display:none
}
}
.navbar-expand {
	flex-wrap:nowrap;
	justify-content:flex-start
}
.navbar-expand .navbar-nav {
	flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position:absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right:.5rem;
padding-left:.5rem
}
.navbar-expand .navbar-nav-scroll {
	overflow:visible
}
.navbar-expand .navbar-collapse {
	display:flex!important;
	flex-basis:auto
}
.navbar-expand .navbar-toggler {
	display:none
}
.navbar-light .navbar-brand {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
	color:rgba(0, 0, 0, .55)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color:rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color:rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
	color:rgba(0, 0, 0, .55);
	border-color:rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color:rgba(0, 0, 0, .55)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color:rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
	color:#fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color:#fff
}
.navbar-dark .navbar-nav .nav-link {
	color:rgba(255, 255, 255, .55)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color:rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color:rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color:#fff
}
.navbar-dark .navbar-toggler {
	color:rgba(255, 255, 255, .55);
	border-color:rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color:rgba(255, 255, 255, .55)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color:#fff
}
.card {
	position:relative;
	display:flex;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:border-box;
	border:1px solid rgba(0, 0, 0, .125);
border-radius:.25rem
}
.card>hr {
	margin-right:0;
	margin-left:0
}
.card>.list-group {
	border-top:inherit;
	border-bottom:inherit
}
.card>.list-group:first-child {
	border-top-width:0;
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card>.list-group:last-child {
	border-bottom-width:0;
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top:0
}
.card-body {
	flex:1 1 auto;
	padding:1rem 1rem
}
.card-title {
margin-bottom:.5rem
}
.card-subtitle {
margin-top:-.25rem;
	margin-bottom:0
}
.card-text:last-child {
	margin-bottom:0
}
.card-link:hover {
	text-decoration:none
}
.card-link+.card-link {
	margin-left:1rem
}
.card-header {
padding:.5rem 1rem;
	margin-bottom:0;
	background-color:rgba(0, 0, 0, .03);
	border-bottom:1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
padding:.5rem 1rem;
	background-color:rgba(0, 0, 0, .03);
	border-top:1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right:-.5rem;
margin-bottom:-.5rem;
margin-left:-.5rem;
	border-bottom:0
}
.card-header-pills {
margin-right:-.5rem;
margin-left:-.5rem
}
.card-img-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:1rem;
border-radius:calc(.25rem - 1px)
}
.card-img, .card-img-bottom, .card-img-top {
	width:100%
}
.card-img, .card-img-top {
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.card-group>.card {
margin-bottom:.75rem
}
@media (min-width:576px) {
.card-group {
display:flex;
flex-flow:row wrap
}
.card-group>.card {
flex:1 0 0%;
margin-bottom:0
}
.card-group>.card+.card {
margin-left:0;
border-left:0
}
.card-group>.card:not(:last-child) {
border-top-right-radius:0;
border-bottom-right-radius:0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius:0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius:0
}
.card-group>.card:not(:first-child) {
border-top-left-radius:0;
border-bottom-left-radius:0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius:0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius:0
}
}
.accordion-button {
	position:relative;
	display:flex;
	align-items:center;
	width:100%;
	padding:1rem 1.25rem;
	font-size:1rem;
	color:#212529;
	text-align:left;
	background-color:#fff;
	border:0;
	border-radius:0;
	overflow-anchor:none;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}
@media (prefers-reduced-motion:reduce) {
.accordion-button {
transition:none
}
}
.accordion-button:not(.collapsed) {
color:#0c63e4;
background-color:#e7f1ff;
box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .125)
}
.accordion-button:not(.collapsed)::after {
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform:rotate(180deg)
}
.accordion-button::after {
flex-shrink:0;
width:1.25rem;
height:1.25rem;
margin-left:auto;
content:"";
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-size:1.25rem;
transition:transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.accordion-button::after {
transition:none
}
}
.accordion-button:hover {
	z-index:2
}
.accordion-button:focus {
	z-index:3;
	border-color:#86b7fe;
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25)
}
.accordion-header {
	margin-bottom:0
}
.accordion-item {
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, .125)
}
.accordion-item:first-of-type {
border-top-left-radius:.25rem;
border-top-right-radius:.25rem
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.accordion-item:last-of-type {
	margin-bottom:0;
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius:calc(.25rem - 1px);
border-bottom-left-radius:calc(.25rem - 1px)
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem
}
.accordion-body {
	padding:1rem 1.25rem
}
.accordion-flush .accordion-collapse {
	border-width:0
}
.accordion-flush .accordion-item {
	border-right:0;
	border-left:0;
	border-radius:0
}
.accordion-flush .accordion-item:first-child {
	border-top:0
}
.accordion-flush .accordion-item:last-child {
	border-bottom:0
}
.accordion-flush .accordion-item .accordion-button {
	border-radius:0
}
.breadcrumb {
	display:flex;
	flex-wrap:wrap;
	padding:0 0;
	margin-bottom:1rem;
	list-style:none
}
.breadcrumb-item+.breadcrumb-item {
padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
float:left;
padding-right:.5rem;
color:#6c757d;
content:var(--bs-breadcrumb-divider, "https://themazine.com/")
}
.breadcrumb-item.active {
	color:#6c757d
}
.pagination {
	display:flex;
	padding-left:0;
	list-style:none
}
.page-link {
	position:relative;
	display:block;
	color:#0d6efd;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #dee2e6;
transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.page-link {
transition:none
}
}
.page-link:hover {
	z-index:2;
	color:#0a58ca;
	background-color:#e9ecef;
	border-color:#dee2e6
}
.page-link:focus {
	z-index:3;
	color:#0a58ca;
	background-color:#e9ecef;
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25)
}
.page-item:not(:first-child) .page-link {
margin-left:-1px
}
.page-item.active .page-link {
	z-index:3;
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd
}
.page-item.disabled .page-link {
	color:#6c757d;
	pointer-events:none;
	background-color:#fff;
	border-color:#dee2e6
}
.page-link {
padding:.375rem .75rem
}
.page-item:first-child .page-link {
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
	font-size:1.25rem
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.875rem
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.badge {
	display:inline-block;
	padding:.35em .65em;
	font-size:.75em;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
border-radius:.25rem
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
.alert {
	position:relative;
	padding:1rem 1rem;
	margin-bottom:1rem;
	border:1px solid transparent;
border-radius:.25rem
}
.alert-heading {
	color:inherit
}
.alert-link {
	font-weight:700
}
.alert-dismissible {
	padding-right:3rem
}
.alert-dismissible .btn-close {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	padding:1.25rem 1rem
}
.alert-primary {
	color:#084298;
	background-color:#cfe2ff;
	border-color:#b6d4fe
}
.alert-primary .alert-link {
	color:#06357a
}
.alert-secondary {
	color:#41464b;
	background-color:#e2e3e5;
	border-color:#d3d6d8
}
.alert-secondary .alert-link {
	color:#34383c
}
.alert-success {
	color:#0f5132;
	background-color:#d1e7dd;
	border-color:#badbcc
}
.alert-success .alert-link {
	color:#0c4128
}
.alert-info {
	color:#055160;
	background-color:#cff4fc;
	border-color:#b6effb
}
.alert-info .alert-link {
	color:#04414d
}
.alert-warning {
	color:#664d03;
	background-color:#fff3cd;
	border-color:#ffecb5
}
.alert-warning .alert-link {
	color:#523e02
}
.alert-danger {
	color:#842029;
	background-color:#f8d7da;
	border-color:#f5c2c7
}
.alert-danger .alert-link {
	color:#6a1a21
}
.alert-light {
	color:#636464;
	background-color:#fefefe;
	border-color:#fdfdfe
}
.alert-light .alert-link {
	color:#4f5050
}
.alert-dark {
	color:#141619;
	background-color:#d3d3d4;
	border-color:#bcbebf
}
.alert-dark .alert-link {
	color:#101214
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x:1rem
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x:1rem
}
}
.progress {
	display:flex;
	height:1rem;
	overflow:hidden;
font-size:.75rem;
	background-color:#e9ecef;
border-radius:.25rem
}
.progress-bar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	overflow:hidden;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	background-color:#0d6efd;
transition:width .6s ease
}
@media (prefers-reduced-motion:reduce) {
.progress-bar {
transition:none
}
}
.progress-bar-striped {
	background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size:1rem 1rem
}
.progress-bar-animated {
	-webkit-animation:1s linear infinite progress-bar-stripes;
	animation:1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation:none;
animation:none
}
}
.list-group {
	display:flex;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
border-radius:.25rem
}
.list-group-numbered {
	list-style-type:none;
	counter-reset:section
}
.list-group-numbered>li::before {
content:counters(section, ".") ". ";
counter-increment:section
}
.list-group-item-action {
	width:100%;
	color:#495057;
	text-align:inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index:1;
	color:#495057;
	text-decoration:none;
	background-color:#f8f9fa
}
.list-group-item-action:active {
	color:#212529;
	background-color:#e9ecef
}
.list-group-item {
	position:relative;
	display:block;
padding:.5rem 1rem;
	color:#212529;
	text-decoration:none;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
	border-top-left-radius:inherit;
	border-top-right-radius:inherit
}
.list-group-item:last-child {
	border-bottom-right-radius:inherit;
	border-bottom-left-radius:inherit
}
.list-group-item.disabled, .list-group-item:disabled {
	color:#6c757d;
	pointer-events:none;
	background-color:#fff
}
.list-group-item.active {
	z-index:2;
	color:#fff;
	background-color:#0d6efd;
	border-color:#0d6efd
}
.list-group-item+.list-group-item {
	border-top-width:0
}
.list-group-item+.list-group-item.active {
	margin-top:-1px;
	border-top-width:1px
}
.list-group-horizontal {
	flex-direction:row
}
.list-group-horizontal>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
	border-top-right-radius:0
}
.list-group-horizontal>.list-group-item:last-child {
border-top-right-radius:.25rem;
	border-bottom-left-radius:0
}
.list-group-horizontal>.list-group-item.active {
	margin-top:0
}
.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width:1px;
	border-left-width:0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left:-1px;
	border-left-width:1px
}
@media (min-width:576px) {
.list-group-horizontal-sm {
flex-direction:row
}
.list-group-horizontal-sm>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-sm>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-sm>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
flex-direction:row
}
.list-group-horizontal-md>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-md>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-md>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-md>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-md>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
flex-direction:row
}
.list-group-horizontal-lg>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-lg>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-lg>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
flex-direction:row
}
.list-group-horizontal-xl>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xl>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-xl>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
@media (min-width:1400px) {
.list-group-horizontal-xxl {
flex-direction:row
}
.list-group-horizontal-xxl>.list-group-item:first-child {
border-bottom-left-radius:.25rem;
border-top-right-radius:0
}
.list-group-horizontal-xxl>.list-group-item:last-child {
border-top-right-radius:.25rem;
border-bottom-left-radius:0
}
.list-group-horizontal-xxl>.list-group-item.active {
margin-top:0
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item {
border-top-width:1px;
border-left-width:0
}
.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
margin-left:-1px;
border-left-width:1px
}
}
.list-group-flush {
	border-radius:0
}
.list-group-flush>.list-group-item {
	border-width:0 0 1px
}
.list-group-flush>.list-group-item:last-child {
	border-bottom-width:0
}
.list-group-item-primary {
	color:#084298;
	background-color:#cfe2ff
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color:#084298;
	background-color:#bacbe6
}
.list-group-item-primary.list-group-item-action.active {
	color:#fff;
	background-color:#084298;
	border-color:#084298
}
.list-group-item-secondary {
	color:#41464b;
	background-color:#e2e3e5
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color:#41464b;
	background-color:#cbccce
}
.list-group-item-secondary.list-group-item-action.active {
	color:#fff;
	background-color:#41464b;
	border-color:#41464b
}
.list-group-item-success {
	color:#0f5132;
	background-color:#d1e7dd
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color:#0f5132;
	background-color:#bcd0c7
}
.list-group-item-success.list-group-item-action.active {
	color:#fff;
	background-color:#0f5132;
	border-color:#0f5132
}
.list-group-item-info {
	color:#055160;
	background-color:#cff4fc
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color:#055160;
	background-color:#badce3
}
.list-group-item-info.list-group-item-action.active {
	color:#fff;
	background-color:#055160;
	border-color:#055160
}
.list-group-item-warning {
	color:#664d03;
	background-color:#fff3cd
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color:#664d03;
	background-color:#e6dbb9
}
.list-group-item-warning.list-group-item-action.active {
	color:#fff;
	background-color:#664d03;
	border-color:#664d03
}
.list-group-item-danger {
	color:#842029;
	background-color:#f8d7da
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color:#842029;
	background-color:#dfc2c4
}
.list-group-item-danger.list-group-item-action.active {
	color:#fff;
	background-color:#842029;
	border-color:#842029
}
.list-group-item-light {
	color:#636464;
	background-color:#fefefe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color:#636464;
	background-color:#e5e5e5
}
.list-group-item-light.list-group-item-action.active {
	color:#fff;
	background-color:#636464;
	border-color:#636464
}
.list-group-item-dark {
	color:#141619;
	background-color:#d3d3d4
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color:#141619;
	background-color:#bebebf
}
.list-group-item-dark.list-group-item-action.active {
	color:#fff;
	background-color:#141619;
	border-color:#141619
}
.btn-close {
	box-sizing:content-box;
	width:1em;
	height:1em;
	padding:.25em .25em;
	color:#000;
	background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border:0;
border-radius:.25rem;
	opacity:.5
}
.btn-close:hover {
	color:#000;
	text-decoration:none;
	opacity:.75
}
.btn-close:focus {
	outline:0;
box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity:1
}
.btn-close.disabled, .btn-close:disabled {
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	opacity:.25
}
.btn-close-white {
	filter:invert(1) grayscale(100%) brightness(200%)
}
.toast {
	width:350px;
	max-width:100%;
font-size:.875rem;
	pointer-events:auto;
	background-color:rgba(255, 255, 255, .85);
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .1);
box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);
border-radius:.25rem
}
.toast:not(.showing):not(.show) {
opacity:0
}
.toast.hide {
	display:none
}
.toast-container {
	width:-webkit-max-content;
	width:-moz-max-content;
	width:max-content;
	max-width:100%;
	pointer-events:none
}
.toast-container>:not(:last-child) {
margin-bottom:.75rem
}
.toast-header {
	display:flex;
	align-items:center;
padding:.5rem .75rem;
	color:#6c757d;
	background-color:rgba(255, 255, 255, .85);
	background-clip:padding-box;
	border-bottom:1px solid rgba(0, 0, 0, .05);
border-top-left-radius:calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px)
}
.toast-header .btn-close {
margin-right:-.375rem;
margin-left:.75rem
}
.toast-body {
padding:.75rem;
	word-wrap:break-word
}
.modal-open {
	overflow:hidden
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal {
	position:fixed;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
	outline:0
}
.modal-dialog {
	position:relative;
	width:auto;
margin:.5rem;
	pointer-events:none
}
.modal.fade .modal-dialog {
transition:transform .3s ease-out;
	transform:translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition:none
}
}
.modal.show .modal-dialog {
	transform:none
}
.modal.modal-static .modal-dialog {
	transform:scale(1.02)
}
.modal-dialog-scrollable {
	height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height:100%;
	overflow:hidden
}
.modal-dialog-scrollable .modal-body {
	overflow-y:auto
}
.modal-dialog-centered {
	display:flex;
	align-items:center;
	min-height:calc(100% - 1rem)
}
.modal-content {
	position:relative;
	display:flex;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .2);
border-radius:.3rem;
	outline:0
}
.modal-backdrop {
	position:fixed;
	top:0;
	left:0;
	z-index:1050;
	width:100vw;
	height:100vh;
	background-color:#000
}
.modal-backdrop.fade {
	opacity:0
}
.modal-backdrop.show {
	opacity:.5
}
.modal-header {
	display:flex;
	flex-shrink:0;
	align-items:center;
	justify-content:space-between;
	padding:1rem 1rem;
	border-bottom:1px solid #dee2e6;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .btn-close {
padding:.5rem .5rem;
margin:-.5rem -.5rem -.5rem auto
}
.modal-title {
	margin-bottom:0;
	line-height:1.5
}
.modal-body {
	position:relative;
	flex:1 1 auto;
	padding:1rem
}
.modal-footer {
	display:flex;
	flex-wrap:wrap;
	flex-shrink:0;
	align-items:center;
	justify-content:flex-end;
padding:.75rem;
	border-top:1px solid #dee2e6;
border-bottom-right-radius:calc(.3rem - 1px);
border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>* {
margin:.25rem
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width:500px;
margin:1.75rem auto
}
.modal-dialog-scrollable {
height:calc(100% - 3.5rem)
}
.modal-dialog-centered {
min-height:calc(100% - 3.5rem)
}
.modal-sm {
max-width:300px
}
}
@media (min-width:992px) {
.modal-lg, .modal-xl {
max-width:800px
}
}
@media (min-width:1200px) {
.modal-xl {
max-width:1140px
}
}
.modal-fullscreen {
	width:100vw;
	max-width:none;
	height:100%;
	margin:0
}
.modal-fullscreen .modal-content {
	height:100%;
	border:0;
	border-radius:0
}
.modal-fullscreen .modal-header {
	border-radius:0
}
.modal-fullscreen .modal-body {
	overflow-y:auto
}
.modal-fullscreen .modal-footer {
	border-radius:0
}
@media (max-width:575.98px) {
.modal-fullscreen-sm-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-sm-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-sm-down .modal-header {
border-radius:0
}
.modal-fullscreen-sm-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-sm-down .modal-footer {
border-radius:0
}
}
@media (max-width:767.98px) {
.modal-fullscreen-md-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-md-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-md-down .modal-header {
border-radius:0
}
.modal-fullscreen-md-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-md-down .modal-footer {
border-radius:0
}
}
@media (max-width:991.98px) {
.modal-fullscreen-lg-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-lg-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-lg-down .modal-header {
border-radius:0
}
.modal-fullscreen-lg-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-lg-down .modal-footer {
border-radius:0
}
}
@media (max-width:1199.98px) {
.modal-fullscreen-xl-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-xl-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-xl-down .modal-header {
border-radius:0
}
.modal-fullscreen-xl-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-xl-down .modal-footer {
border-radius:0
}
}
@media (max-width:1399.98px) {
.modal-fullscreen-xxl-down {
width:100vw;
max-width:none;
height:100%;
margin:0
}
.modal-fullscreen-xxl-down .modal-content {
height:100%;
border:0;
border-radius:0
}
.modal-fullscreen-xxl-down .modal-header {
border-radius:0
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y:auto
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius:0
}
}
.tooltip {
	position:absolute;
	z-index:1080;
	display:block;
	margin:0;
	font-family:var(--bs-font-sans-serif);
	font-style:normal;
	font-weight:400;
	line-height:1.5;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	white-space:normal;
	line-break:auto;
font-size:.875rem;
	word-wrap:break-word;
	opacity:0
}
.tooltip.show {
	opacity:.9
}
.tooltip .tooltip-arrow {
	position:absolute;
	display:block;
width:.8rem;
height:.4rem
}
.tooltip .tooltip-arrow::before {
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
bottom:0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
top:-1px;
border-width:.4rem .4rem 0;
border-top-color:#000
}
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
left:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
right:-1px;
border-width:.4rem .4rem .4rem 0;
border-right-color:#000
}
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
padding:.4rem 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
top:0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
bottom:-1px;
border-width:0 .4rem .4rem;
border-bottom-color:#000
}
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
padding:0 .4rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
right:0;
width:.4rem;
height:.8rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
left:-1px;
border-width:.4rem 0 .4rem .4rem;
border-left-color:#000
}
.tooltip-inner {
	max-width:200px;
padding:.25rem .5rem;
	color:#fff;
	text-align:center;
	background-color:#000;
border-radius:.25rem
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1070;
	display:block;
	max-width:276px;
	font-family:var(--bs-font-sans-serif);
	font-style:normal;
	font-weight:400;
	line-height:1.5;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	white-space:normal;
	line-break:auto;
font-size:.875rem;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0, 0, 0, .2);
border-radius:.3rem
}
.popover .popover-arrow {
	position:absolute;
	display:block;
	width:1rem;
height:.5rem
}
.popover .popover-arrow::after, .popover .popover-arrow::before {
position:absolute;
display:block;
content:"";
border-color:transparent;
border-style:solid
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow {
bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
bottom:0;
border-width:.5rem .5rem 0;
border-top-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
bottom:1px;
border-width:.5rem .5rem 0;
border-top-color:#fff
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {
left:calc(-.5rem - 1px);
width:.5rem;
height:1rem
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
left:0;
border-width:.5rem .5rem .5rem 0;
border-right-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
left:1px;
border-width:.5rem .5rem .5rem 0;
border-right-color:#fff
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow {
top:calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
top:0;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
top:1px;
border-width:0 .5rem .5rem .5rem;
border-bottom-color:#fff
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
position:absolute;
top:0;
left:50%;
display:block;
width:1rem;
margin-left:-.5rem;
content:"";
border-bottom:1px solid #f0f0f0
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow {
right:calc(-.5rem - 1px);
width:.5rem;
height:1rem
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
right:0;
border-width:.5rem 0 .5rem .5rem;
border-left-color:rgba(0, 0, 0, .25)
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {
right:1px;
border-width:.5rem 0 .5rem .5rem;
border-left-color:#fff
}
.popover-header {
padding:.5rem 1rem;
	margin-bottom:0;
	font-size:1rem;
	background-color:#f0f0f0;
	border-bottom:1px solid #d8d8d8;
border-top-left-radius:calc(.3rem - 1px);
border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
	display:none
}
.popover-body {
	padding:1rem 1rem;
	color:#212529
}
.carousel {
	position:relative
}
.carousel.pointer-event {
	touch-action:pan-y
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-inner::after {
display:block;
clear:both;
content:""
}
.carousel-item {
	position:relative;
	display:none;
	float:left;
	width:100%;
	margin-right:-100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
transition:transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition:none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display:block
}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
transform:translateX(100%)
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
transform:translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity:0;
	transition-property:opacity;
	transform:none
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
	z-index:1;
	opacity:1
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
	z-index:0;
	opacity:0;
transition:opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
transition:none
}
}
.carousel-control-next, .carousel-control-prev {
	position:absolute;
	top:0;
	bottom:0;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	width:15%;
	padding:0;
	color:#fff;
	text-align:center;
	background:0 0;
	border:0;
	opacity:.5;
transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
transition:none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color:#fff;
	text-decoration:none;
	outline:0;
	opacity:.9
}
.carousel-control-prev {
	left:0
}
.carousel-control-next {
	right:0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display:inline-block;
	width:2rem;
	height:2rem;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:100% 100%
}
.carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	display:flex;
	justify-content:center;
	padding:0;
	margin-right:15%;
	margin-bottom:1rem;
	margin-left:15%;
	list-style:none
}
.carousel-indicators [data-bs-target] {
	box-sizing:content-box;
	flex:0 1 auto;
	width:30px;
	height:3px;
	padding:0;
	margin-right:3px;
	margin-left:3px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#fff;
	background-clip:padding-box;
	border:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	opacity:.5;
transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators [data-bs-target] {
transition:none
}
}
.carousel-indicators .active {
	opacity:1
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:1.25rem;
	left:15%;
	padding-top:1.25rem;
	padding-bottom:1.25rem;
	color:#fff;
	text-align:center
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	filter:invert(1) grayscale(100)
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color:#000
}
.carousel-dark .carousel-caption {
	color:#000
}
@-webkit-keyframes spinner-border {
to {
transform:rotate(360deg)
}
}
@keyframes spinner-border {
to {
transform:rotate(360deg)
}
}
.spinner-border {
	display:inline-block;
	width:2rem;
	height:2rem;
	vertical-align:text-bottom;
	border:.25em solid currentColor;
	border-right-color:transparent;
	border-radius:50%;
-webkit-animation:.75s linear infinite spinner-border;
animation:.75s linear infinite spinner-border
}
.spinner-border-sm {
	width:1rem;
	height:1rem;
	border-width:.2em
}
@-webkit-keyframes spinner-grow {
0% {
transform:scale(0)
}
50% {
opacity:1;
transform:none
}
}
@keyframes spinner-grow {
0% {
transform:scale(0)
}
50% {
opacity:1;
transform:none
}
}
.spinner-grow {
	display:inline-block;
	width:2rem;
	height:2rem;
	vertical-align:text-bottom;
	background-color:currentColor;
	border-radius:50%;
	opacity:0;
-webkit-animation:.75s linear infinite spinner-grow;
animation:.75s linear infinite spinner-grow
}
.spinner-grow-sm {
	width:1rem;
	height:1rem
}
@media (prefers-reduced-motion:reduce) {
.spinner-border, .spinner-grow {
-webkit-animation-duration:1.5s;
animation-duration:1.5s
}
}
.offcanvas {
	position:fixed;
	bottom:0;
	z-index:1040;
	display:flex;
	flex-direction:column;
	max-width:100%;
	visibility:hidden;
	background-color:#fff;
	background-clip:padding-box;
	outline:0;
transition:transform .3s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.offcanvas {
transition:none
}
}
.offcanvas-header {
	display:flex;
	justify-content:space-between;
	padding:1rem 1rem
}
.offcanvas-header .btn-close {
padding:.5rem .5rem;
margin:-.5rem -.5rem -.5rem auto
}
.offcanvas-title {
	margin-bottom:0;
	line-height:1.5
}
.offcanvas-body {
	flex-grow:1;
	padding:1rem 1rem;
	overflow-y:auto
}
.offcanvas-start {
	top:0;
	left:0;
	width:400px;
	border-right:1px solid rgba(0, 0, 0, .2);
	transform:translateX(-100%)
}
.offcanvas-end {
	top:0;
	right:0;
	width:400px;
	border-left:1px solid rgba(0, 0, 0, .2);
	transform:translateX(100%)
}
.offcanvas-bottom {
	right:0;
	left:0;
	height:30vh;
	max-height:100%;
	border-top:1px solid rgba(0, 0, 0, .2);
	transform:translateY(100%)
}
.offcanvas.show {
	transform:none
}
.offcanvas-backdrop::before {
position:fixed;
top:0;
left:0;
z-index:1039;
width:100vw;
height:100vh;
content:"";
background-color:rgba(0, 0, 0, .5)
}
.clearfix::after {
display:block;
clear:both;
content:""
}
.link-primary {
	color:#0d6efd
}
.link-primary:focus, .link-primary:hover {
	color:#0a58ca
}
.link-secondary {
	color:#6c757d
}
.link-secondary:focus, .link-secondary:hover {
	color:#565e64
}
.link-success {
	color:#198754
}
.link-success:focus, .link-success:hover {
	color:#146c43
}
.link-info {
	color:#0dcaf0
}
.link-info:focus, .link-info:hover {
	color:#3dd5f3
}
.link-warning {
	color:#ffc107
}
.link-warning:focus, .link-warning:hover {
	color:#ffcd39
}
.link-danger {
	color:#dc3545
}
.link-danger:focus, .link-danger:hover {
	color:#b02a37
}
.link-light {
	color:#f8f9fa
}
.link-light:focus, .link-light:hover {
	color:#f9fafb
}
.link-dark {
	color:#212529
}
.link-dark:focus, .link-dark:hover {
	color:#1a1e21
}
.ratio {
	position:relative;
	width:100%
}
.ratio::before {
display:block;
padding-top:var(--bs-aspect-ratio);
content:""
}
.ratio>* {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.ratio-1x1 {
--bs-aspect-ratio:100%
}
.ratio-4x3 {
--bs-aspect-ratio:calc(3 / 4 * 100%)
}
.ratio-16x9 {
--bs-aspect-ratio:calc(9 / 16 * 100%)
}
.ratio-21x9 {
--bs-aspect-ratio:calc(9 / 21 * 100%)
}
.fixed-top {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030
}
.fixed-bottom {
	position:fixed;
	right:0;
	bottom:0;
	left:0;
	z-index:1030
}
.sticky-top {
	position:-webkit-sticky;
	position:sticky;
	top:0;
	z-index:1020
}
@media (min-width:576px) {
.sticky-sm-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:768px) {
.sticky-md-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:992px) {
.sticky-lg-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:1200px) {
.sticky-xl-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
@media (min-width:1400px) {
.sticky-xxl-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
position:absolute!important;
width:1px!important;
height:1px!important;
padding:0!important;
margin:-1px!important;
overflow:hidden!important;
clip:rect(0,0,0,0)!important;
white-space:nowrap!important;
border:0!important
}
.stretched-link::after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
content:""
}
.text-truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.align-baseline {
	vertical-align:baseline!important
}
.align-top {
	vertical-align:top!important
}
.align-middle {
	vertical-align:middle!important
}
.align-bottom {
	vertical-align:bottom!important
}
.align-text-bottom {
	vertical-align:text-bottom!important
}
.align-text-top {
	vertical-align:text-top!important
}
.float-start {
	float:left!important
}
.float-end {
	float:right!important
}
.float-none {
	float:none!important
}
.overflow-auto {
	overflow:auto!important
}
.overflow-hidden {
	overflow:hidden!important
}
.overflow-visible {
	overflow:visible!important
}
.overflow-scroll {
	overflow:scroll!important
}
.d-inline {
	display:inline!important
}
.d-inline-block {
	display:inline-block!important
}
.d-block {
	display:block!important
}
.d-grid {
	display:grid!important
}
.d-table {
	display:table!important
}
.d-table-row {
	display:table-row!important
}
.d-table-cell {
	display:table-cell!important
}
.d-flex {
	display:flex!important
}
.d-inline-flex {
	display:inline-flex!important
}
.d-none {
	display:none!important
}
.shadow {
box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-sm {
box-shadow:0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow-lg {
	box-shadow:0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
	box-shadow:none!important
}
.position-static {
	position:static!important
}
.position-relative {
	position:relative!important
}
.position-absolute {
	position:absolute!important
}
.position-fixed {
	position:fixed!important
}
.position-sticky {
	position:-webkit-sticky!important;
	position:sticky!important
}
.top-0 {
	top:0!important
}
.top-50 {
	top:50%!important
}
.top-100 {
	top:100%!important
}
.bottom-0 {
	bottom:0!important
}
.bottom-50 {
	bottom:50%!important
}
.bottom-100 {
	bottom:100%!important
}
.start-0 {
	left:0!important
}
.start-50 {
	left:50%!important
}
.start-100 {
	left:100%!important
}
.end-0 {
	right:0!important
}
.end-50 {
	right:50%!important
}
.end-100 {
	right:100%!important
}
.translate-middle {
	transform:translate(-50%, -50%)!important
}
.translate-middle-x {
	transform:translateX(-50%)!important
}
.translate-middle-y {
	transform:translateY(-50%)!important
}
.border {
	border:1px solid #dee2e6!important
}
.border-0 {
	border:0!important
}
.border-top {
	border-top:1px solid #dee2e6!important
}
.border-top-0 {
	border-top:0!important
}
.border-end {
	border-right:1px solid #dee2e6!important
}
.border-end-0 {
	border-right:0!important
}
.border-bottom {
	border-bottom:1px solid #dee2e6!important
}
.border-bottom-0 {
	border-bottom:0!important
}
.border-start {
	border-left:1px solid #dee2e6!important
}
.border-start-0 {
	border-left:0!important
}
.border-primary {
	border-color:#0d6efd!important
}
.border-secondary {
	border-color:#6c757d!important
}
.border-success {
	border-color:#198754!important
}
.border-info {
	border-color:#0dcaf0!important
}
.border-warning {
	border-color:#ffc107!important
}
.border-danger {
	border-color:#dc3545!important
}
.border-light {
	border-color:#f8f9fa!important
}
.border-dark {
	border-color:#212529!important
}
.border-white {
	border-color:#fff!important
}
.border-1 {
	border-width:1px!important
}
.border-2 {
	border-width:2px!important
}
.border-3 {
	border-width:3px!important
}
.border-4 {
	border-width:4px!important
}
.border-5 {
	border-width:5px!important
}
.w-25 {
	width:25%!important
}
.w-50 {
	width:50%!important
}
.w-75 {
	width:75%!important
}
.w-100 {
	width:100%!important
}
.w-auto {
	width:auto!important
}
.mw-100 {
	max-width:100%!important
}
.vw-100 {
	width:100vw!important
}
.min-vw-100 {
	min-width:100vw!important
}
.h-25 {
	height:25%!important
}
.h-50 {
	height:50%!important
}
.h-75 {
	height:75%!important
}
.h-100 {
	height:100%!important
}
.h-auto {
	height:auto!important
}
.mh-100 {
	max-height:100%!important
}
.vh-100 {
	height:100vh!important
}
.min-vh-100 {
	min-height:100vh!important
}
.flex-fill {
	flex:1 1 auto!important
}
.flex-row {
	flex-direction:row!important
}
.flex-column {
	flex-direction:column!important
}
.flex-row-reverse {
	flex-direction:row-reverse!important
}
.flex-column-reverse {
	flex-direction:column-reverse!important
}
.flex-grow-0 {
	flex-grow:0!important
}
.flex-grow-1 {
	flex-grow:1!important
}
.flex-shrink-0 {
	flex-shrink:0!important
}
.flex-shrink-1 {
	flex-shrink:1!important
}
.flex-wrap {
	flex-wrap:wrap!important
}
.flex-nowrap {
	flex-wrap:nowrap!important
}
.flex-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.gap-0 {
	gap:0!important
}
.gap-1 {
gap:.25rem!important
}
.gap-2 {
gap:.5rem!important
}
.gap-3 {
	gap:1rem!important
}
.gap-4 {
	gap:1.5rem!important
}
.gap-5 {
	gap:3rem!important
}
.justify-content-start {
	justify-content:flex-start!important
}
.justify-content-end {
	justify-content:flex-end!important
}
.justify-content-center {
	justify-content:center!important
}
.justify-content-between {
	justify-content:space-between!important
}
.justify-content-around {
	justify-content:space-around!important
}
.justify-content-evenly {
	justify-content:space-evenly!important
}
.align-items-start {
	align-items:flex-start!important
}
.align-items-end {
	align-items:flex-end!important
}
.align-items-center {
	align-items:center!important
}
.align-items-baseline {
	align-items:baseline!important
}
.align-items-stretch {
	align-items:stretch!important
}
.align-content-start {
	align-content:flex-start!important
}
.align-content-end {
	align-content:flex-end!important
}
.align-content-center {
	align-content:center!important
}
.align-content-between {
	align-content:space-between!important
}
.align-content-around {
	align-content:space-around!important
}
.align-content-stretch {
	align-content:stretch!important
}
.align-self-auto {
	align-self:auto!important
}
.align-self-start {
	align-self:flex-start!important
}
.align-self-end {
	align-self:flex-end!important
}
.align-self-center {
	align-self:center!important
}
.align-self-baseline {
	align-self:baseline!important
}
.align-self-stretch {
	align-self:stretch!important
}
.order-first {
	order:-1!important
}
.order-0 {
	order:0!important
}
.order-1 {
	order:1!important
}
.order-2 {
	order:2!important
}
.order-3 {
	order:3!important
}
.order-4 {
	order:4!important
}
.order-5 {
	order:5!important
}
.order-last {
	order:6!important
}
.m-0 {
	margin:0!important
}
.m-1 {
margin:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.m-3 {
	margin:1rem!important
}
.m-4 {
	margin:1.5rem!important
}
.m-5 {
	margin:3rem!important
}
.m-auto {
	margin:auto!important
}
.mx-0 {
	margin-right:0!important;
	margin-left:0!important
}
.mx-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-3 {
	margin-right:1rem!important;
	margin-left:1rem!important
}
.mx-4 {
	margin-right:1.5rem!important;
	margin-left:1.5rem!important
}
.mx-5 {
	margin-right:3rem!important;
	margin-left:3rem!important
}
.mx-auto {
	margin-right:auto!important;
	margin-left:auto!important
}
.my-0 {
	margin-top:0!important;
	margin-bottom:0!important
}
.my-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-3 {
	margin-top:1rem!important;
	margin-bottom:1rem!important
}
.my-4 {
	margin-top:1.5rem!important;
	margin-bottom:1.5rem!important
}
.my-5 {
	margin-top:3rem!important;
	margin-bottom:3rem!important
}
.my-auto {
	margin-top:auto!important;
	margin-bottom:auto!important
}
.mt-0 {
	margin-top:0!important
}
.mt-1 {
margin-top:.25rem!important
}
.mt-2 {
margin-top:.5rem!important
}
.mt-3 {
	margin-top:1rem!important
}
.mt-4 {
	margin-top:1.5rem!important
}
.mt-5 {
	margin-top:3rem!important
}
.mt-auto {
	margin-top:auto!important
}
.me-0 {
	margin-right:0!important
}
.me-1 {
margin-right:.25rem!important
}
.me-2 {
margin-right:.5rem!important
}
.me-3 {
	margin-right:1rem!important
}
.me-4 {
	margin-right:1.5rem!important
}
.me-5 {
	margin-right:3rem!important
}
.me-auto {
	margin-right:auto!important
}
.mb-0 {
	margin-bottom:0!important
}
.mb-1 {
margin-bottom:.25rem!important
}
.mb-2 {
margin-bottom:.5rem!important
}
.mb-3 {
	margin-bottom:1rem!important
}
.mb-4 {
	margin-bottom:1.5rem!important
}
.mb-5 {
	margin-bottom:3rem!important
}
.mb-auto {
	margin-bottom:auto!important
}
.ms-0 {
	margin-left:0!important
}
.ms-1 {
margin-left:.25rem!important
}
.ms-2 {
margin-left:.5rem!important
}
.ms-3 {
	margin-left:1rem!important
}
.ms-4 {
	margin-left:1.5rem!important
}
.ms-5 {
	margin-left:3rem!important
}
.ms-auto {
	margin-left:auto!important
}
.p-0 {
	padding:0!important
}
.p-1 {
padding:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.p-3 {
	padding:1rem!important
}
.p-4 {
	padding:1.5rem!important
}
.p-5 {
	padding:3rem!important
}
.px-0 {
	padding-right:0!important;
	padding-left:0!important
}
.px-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-3 {
	padding-right:1rem!important;
	padding-left:1rem!important
}
.px-4 {
	padding-right:1.5rem!important;
	padding-left:1.5rem!important
}
.px-5 {
	padding-right:3rem!important;
	padding-left:3rem!important
}
.py-0 {
	padding-top:0!important;
	padding-bottom:0!important
}
.py-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-3 {
	padding-top:1rem!important;
	padding-bottom:1rem!important
}
.py-4 {
	padding-top:1.5rem!important;
	padding-bottom:1.5rem!important
}
.py-5 {
	padding-top:3rem!important;
	padding-bottom:3rem!important
}
.pt-0 {
	padding-top:0!important
}
.pt-1 {
padding-top:.25rem!important
}
.pt-2 {
padding-top:.5rem!important
}
.pt-3 {
	padding-top:1rem!important
}
.pt-4 {
	padding-top:1.5rem!important
}
.pt-5 {
	padding-top:3rem!important
}
.pe-0 {
	padding-right:0!important
}
.pe-1 {
padding-right:.25rem!important
}
.pe-2 {
padding-right:.5rem!important
}
.pe-3 {
	padding-right:1rem!important
}
.pe-4 {
	padding-right:1.5rem!important
}
.pe-5 {
	padding-right:3rem!important
}
.pb-0 {
	padding-bottom:0!important
}
.pb-1 {
padding-bottom:.25rem!important
}
.pb-2 {
padding-bottom:.5rem!important
}
.pb-3 {
	padding-bottom:1rem!important
}
.pb-4 {
	padding-bottom:1.5rem!important
}
.pb-5 {
	padding-bottom:3rem!important
}
.ps-0 {
	padding-left:0!important
}
.ps-1 {
padding-left:.25rem!important
}
.ps-2 {
padding-left:.5rem!important
}
.ps-3 {
	padding-left:1rem!important
}
.ps-4 {
	padding-left:1.5rem!important
}
.ps-5 {
	padding-left:3rem!important
}
.font-monospace {
	font-family:var(--bs-font-monospace)!important
}
.fs-1 {
	font-size:calc(1.375rem + 1.5vw)!important
}
.fs-2 {
font-size:calc(1.325rem + .9vw)!important
}
.fs-3 {
font-size:calc(1.3rem + .6vw)!important
}
.fs-4 {
font-size:calc(1.275rem + .3vw)!important
}
.fs-5 {
	font-size:1.25rem!important
}
.fs-6 {
	font-size:1rem!important
}
.fst-italic {
	font-style:italic!important
}
.fst-normal {
	font-style:normal!important
}
.fw-light {
	font-weight:300!important
}
.fw-lighter {
	font-weight:lighter!important
}
.fw-normal {
	font-weight:400!important
}
.fw-bold {
	font-weight:700!important
}
.fw-bolder {
	font-weight:bolder!important
}
.lh-1 {
	line-height:1!important
}
.lh-sm {
	line-height:1.25!important
}
.lh-base {
	line-height:1.5!important
}
.lh-lg {
	line-height:2!important
}
.text-start {
	text-align:left!important
}
.text-end {
	text-align:right!important
}
.text-center {
	text-align:center!important
}
.text-decoration-none {
	text-decoration:none!important
}
.text-decoration-underline {
	text-decoration:underline!important
}
.text-decoration-line-through {
	text-decoration:line-through!important
}
.text-lowercase {
	text-transform:lowercase!important
}
.text-uppercase {
	text-transform:uppercase!important
}
.text-capitalize {
	text-transform:capitalize!important
}
.text-wrap {
	white-space:normal!important
}
.text-nowrap {
	white-space:nowrap!important
}
.text-break {
	word-wrap:break-word!important;
	word-break:break-word!important
}
.text-primary {
	color:#0d6efd!important
}
.text-secondary {
	color:#6c757d!important
}
.text-success {
	color:#198754!important
}
.text-info {
	color:#0dcaf0!important
}
.text-warning {
	color:#ffc107!important
}
.text-danger {
	color:#dc3545!important
}
.text-light {
	color:#f8f9fa!important
}
.text-dark {
	color:#212529!important
}
.text-white {
	color:#fff!important
}
.text-body {
	color:#212529!important
}
.text-muted {
	color:#6c757d!important
}
.text-black-50 {
	color:rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	color:rgba(255, 255, 255, .5)!important
}
.text-reset {
	color:inherit!important
}
.bg-primary {
	background-color:#0d6efd!important
}
.bg-secondary {
	background-color:#6c757d!important
}
.bg-success {
	background-color:#198754!important
}
.bg-info {
	background-color:#0dcaf0!important
}
.bg-warning {
	background-color:#ffc107!important
}
.bg-danger {
	background-color:#dc3545!important
}
.bg-light {
	background-color:#f8f9fa!important
}
.bg-dark {
	background-color:#212529!important
}
.bg-body {
	background-color:#fff!important
}
.bg-white {
	background-color:#fff!important
}
.bg-transparent {
	background-color:transparent!important
}
.bg-gradient {
	background-image:var(--bs-gradient)!important
}
.user-select-all {
	-webkit-user-select:all!important;
	-moz-user-select:all!important;
	user-select:all!important
}
.user-select-auto {
	-webkit-user-select:auto!important;
	-moz-user-select:auto!important;
	user-select:auto!important
}
.user-select-none {
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	user-select:none!important
}
.pe-none {
	pointer-events:none!important
}
.pe-auto {
	pointer-events:auto!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-0 {
	border-radius:0!important
}
.rounded-1 {
border-radius:.2rem!important
}
.rounded-2 {
border-radius:.25rem!important
}
.rounded-3 {
border-radius:.3rem!important
}
.rounded-circle {
	border-radius:50%!important
}
.rounded-pill {
	border-radius:50rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important;
border-top-right-radius:.25rem!important
}
.rounded-end {
border-top-right-radius:.25rem!important;
border-bottom-right-radius:.25rem!important
}
.rounded-bottom {
border-bottom-right-radius:.25rem!important;
border-bottom-left-radius:.25rem!important
}
.rounded-start {
border-bottom-left-radius:.25rem!important;
border-top-left-radius:.25rem!important
}
.visible {
	visibility:visible!important
}
.invisible {
	visibility:hidden!important
}
@media (min-width:576px) {
.float-sm-start {
float:left!important
}
.float-sm-end {
float:right!important
}
.float-sm-none {
float:none!important
}
.d-sm-inline {
display:inline!important
}
.d-sm-inline-block {
display:inline-block!important
}
.d-sm-block {
display:block!important
}
.d-sm-grid {
display:grid!important
}
.d-sm-table {
display:table!important
}
.d-sm-table-row {
display:table-row!important
}
.d-sm-table-cell {
display:table-cell!important
}
.d-sm-flex {
display:flex!important
}
.d-sm-inline-flex {
display:inline-flex!important
}
.d-sm-none {
display:none!important
}
.flex-sm-fill {
flex:1 1 auto!important
}
.flex-sm-row {
flex-direction:row!important
}
.flex-sm-column {
flex-direction:column!important
}
.flex-sm-row-reverse {
flex-direction:row-reverse!important
}
.flex-sm-column-reverse {
flex-direction:column-reverse!important
}
.flex-sm-grow-0 {
flex-grow:0!important
}
.flex-sm-grow-1 {
flex-grow:1!important
}
.flex-sm-shrink-0 {
flex-shrink:0!important
}
.flex-sm-shrink-1 {
flex-shrink:1!important
}
.flex-sm-wrap {
flex-wrap:wrap!important
}
.flex-sm-nowrap {
flex-wrap:nowrap!important
}
.flex-sm-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-sm-0 {
gap:0!important
}
.gap-sm-1 {
gap:.25rem!important
}
.gap-sm-2 {
gap:.5rem!important
}
.gap-sm-3 {
gap:1rem!important
}
.gap-sm-4 {
gap:1.5rem!important
}
.gap-sm-5 {
gap:3rem!important
}
.justify-content-sm-start {
justify-content:flex-start!important
}
.justify-content-sm-end {
justify-content:flex-end!important
}
.justify-content-sm-center {
justify-content:center!important
}
.justify-content-sm-between {
justify-content:space-between!important
}
.justify-content-sm-around {
justify-content:space-around!important
}
.justify-content-sm-evenly {
justify-content:space-evenly!important
}
.align-items-sm-start {
align-items:flex-start!important
}
.align-items-sm-end {
align-items:flex-end!important
}
.align-items-sm-center {
align-items:center!important
}
.align-items-sm-baseline {
align-items:baseline!important
}
.align-items-sm-stretch {
align-items:stretch!important
}
.align-content-sm-start {
align-content:flex-start!important
}
.align-content-sm-end {
align-content:flex-end!important
}
.align-content-sm-center {
align-content:center!important
}
.align-content-sm-between {
align-content:space-between!important
}
.align-content-sm-around {
align-content:space-around!important
}
.align-content-sm-stretch {
align-content:stretch!important
}
.align-self-sm-auto {
align-self:auto!important
}
.align-self-sm-start {
align-self:flex-start!important
}
.align-self-sm-end {
align-self:flex-end!important
}
.align-self-sm-center {
align-self:center!important
}
.align-self-sm-baseline {
align-self:baseline!important
}
.align-self-sm-stretch {
align-self:stretch!important
}
.order-sm-first {
order:-1!important
}
.order-sm-0 {
order:0!important
}
.order-sm-1 {
order:1!important
}
.order-sm-2 {
order:2!important
}
.order-sm-3 {
order:3!important
}
.order-sm-4 {
order:4!important
}
.order-sm-5 {
order:5!important
}
.order-sm-last {
order:6!important
}
.m-sm-0 {
margin:0!important
}
.m-sm-1 {
margin:.25rem!important
}
.m-sm-2 {
margin:.5rem!important
}
.m-sm-3 {
margin:1rem!important
}
.m-sm-4 {
margin:1.5rem!important
}
.m-sm-5 {
margin:3rem!important
}
.m-sm-auto {
margin:auto!important
}
.mx-sm-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-sm-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-sm-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-sm-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-sm-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-sm-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-sm-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-sm-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-sm-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-sm-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-sm-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-sm-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-sm-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-sm-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-sm-0 {
margin-top:0!important
}
.mt-sm-1 {
margin-top:.25rem!important
}
.mt-sm-2 {
margin-top:.5rem!important
}
.mt-sm-3 {
margin-top:1rem!important
}
.mt-sm-4 {
margin-top:1.5rem!important
}
.mt-sm-5 {
margin-top:3rem!important
}
.mt-sm-auto {
margin-top:auto!important
}
.me-sm-0 {
margin-right:0!important
}
.me-sm-1 {
margin-right:.25rem!important
}
.me-sm-2 {
margin-right:.5rem!important
}
.me-sm-3 {
margin-right:1rem!important
}
.me-sm-4 {
margin-right:1.5rem!important
}
.me-sm-5 {
margin-right:3rem!important
}
.me-sm-auto {
margin-right:auto!important
}
.mb-sm-0 {
margin-bottom:0!important
}
.mb-sm-1 {
margin-bottom:.25rem!important
}
.mb-sm-2 {
margin-bottom:.5rem!important
}
.mb-sm-3 {
margin-bottom:1rem!important
}
.mb-sm-4 {
margin-bottom:1.5rem!important
}
.mb-sm-5 {
margin-bottom:3rem!important
}
.mb-sm-auto {
margin-bottom:auto!important
}
.ms-sm-0 {
margin-left:0!important
}
.ms-sm-1 {
margin-left:.25rem!important
}
.ms-sm-2 {
margin-left:.5rem!important
}
.ms-sm-3 {
margin-left:1rem!important
}
.ms-sm-4 {
margin-left:1.5rem!important
}
.ms-sm-5 {
margin-left:3rem!important
}
.ms-sm-auto {
margin-left:auto!important
}
.p-sm-0 {
padding:0!important
}
.p-sm-1 {
padding:.25rem!important
}
.p-sm-2 {
padding:.5rem!important
}
.p-sm-3 {
padding:1rem!important
}
.p-sm-4 {
padding:1.5rem!important
}
.p-sm-5 {
padding:3rem!important
}
.px-sm-0 {
padding-right:0!important;
padding-left:0!important
}
.px-sm-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-sm-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-sm-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-sm-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-sm-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-sm-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-sm-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-sm-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-sm-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-sm-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-sm-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-sm-0 {
padding-top:0!important
}
.pt-sm-1 {
padding-top:.25rem!important
}
.pt-sm-2 {
padding-top:.5rem!important
}
.pt-sm-3 {
padding-top:1rem!important
}
.pt-sm-4 {
padding-top:1.5rem!important
}
.pt-sm-5 {
padding-top:3rem!important
}
.pe-sm-0 {
padding-right:0!important
}
.pe-sm-1 {
padding-right:.25rem!important
}
.pe-sm-2 {
padding-right:.5rem!important
}
.pe-sm-3 {
padding-right:1rem!important
}
.pe-sm-4 {
padding-right:1.5rem!important
}
.pe-sm-5 {
padding-right:3rem!important
}
.pb-sm-0 {
padding-bottom:0!important
}
.pb-sm-1 {
padding-bottom:.25rem!important
}
.pb-sm-2 {
padding-bottom:.5rem!important
}
.pb-sm-3 {
padding-bottom:1rem!important
}
.pb-sm-4 {
padding-bottom:1.5rem!important
}
.pb-sm-5 {
padding-bottom:3rem!important
}
.ps-sm-0 {
padding-left:0!important
}
.ps-sm-1 {
padding-left:.25rem!important
}
.ps-sm-2 {
padding-left:.5rem!important
}
.ps-sm-3 {
padding-left:1rem!important
}
.ps-sm-4 {
padding-left:1.5rem!important
}
.ps-sm-5 {
padding-left:3rem!important
}
.text-sm-start {
text-align:left!important
}
.text-sm-end {
text-align:right!important
}
.text-sm-center {
text-align:center!important
}
}
@media (min-width:768px) {
.float-md-start {
float:left!important
}
.float-md-end {
float:right!important
}
.float-md-none {
float:none!important
}
.d-md-inline {
display:inline!important
}
.d-md-inline-block {
display:inline-block!important
}
.d-md-block {
display:block!important
}
.d-md-grid {
display:grid!important
}
.d-md-table {
display:table!important
}
.d-md-table-row {
display:table-row!important
}
.d-md-table-cell {
display:table-cell!important
}
.d-md-flex {
display:flex!important
}
.d-md-inline-flex {
display:inline-flex!important
}
.d-md-none {
display:none!important
}
.flex-md-fill {
flex:1 1 auto!important
}
.flex-md-row {
flex-direction:row!important
}
.flex-md-column {
flex-direction:column!important
}
.flex-md-row-reverse {
flex-direction:row-reverse!important
}
.flex-md-column-reverse {
flex-direction:column-reverse!important
}
.flex-md-grow-0 {
flex-grow:0!important
}
.flex-md-grow-1 {
flex-grow:1!important
}
.flex-md-shrink-0 {
flex-shrink:0!important
}
.flex-md-shrink-1 {
flex-shrink:1!important
}
.flex-md-wrap {
flex-wrap:wrap!important
}
.flex-md-nowrap {
flex-wrap:nowrap!important
}
.flex-md-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-md-0 {
gap:0!important
}
.gap-md-1 {
gap:.25rem!important
}
.gap-md-2 {
gap:.5rem!important
}
.gap-md-3 {
gap:1rem!important
}
.gap-md-4 {
gap:1.5rem!important
}
.gap-md-5 {
gap:3rem!important
}
.justify-content-md-start {
justify-content:flex-start!important
}
.justify-content-md-end {
justify-content:flex-end!important
}
.justify-content-md-center {
justify-content:center!important
}
.justify-content-md-between {
justify-content:space-between!important
}
.justify-content-md-around {
justify-content:space-around!important
}
.justify-content-md-evenly {
justify-content:space-evenly!important
}
.align-items-md-start {
align-items:flex-start!important
}
.align-items-md-end {
align-items:flex-end!important
}
.align-items-md-center {
align-items:center!important
}
.align-items-md-baseline {
align-items:baseline!important
}
.align-items-md-stretch {
align-items:stretch!important
}
.align-content-md-start {
align-content:flex-start!important
}
.align-content-md-end {
align-content:flex-end!important
}
.align-content-md-center {
align-content:center!important
}
.align-content-md-between {
align-content:space-between!important
}
.align-content-md-around {
align-content:space-around!important
}
.align-content-md-stretch {
align-content:stretch!important
}
.align-self-md-auto {
align-self:auto!important
}
.align-self-md-start {
align-self:flex-start!important
}
.align-self-md-end {
align-self:flex-end!important
}
.align-self-md-center {
align-self:center!important
}
.align-self-md-baseline {
align-self:baseline!important
}
.align-self-md-stretch {
align-self:stretch!important
}
.order-md-first {
order:-1!important
}
.order-md-0 {
order:0!important
}
.order-md-1 {
order:1!important
}
.order-md-2 {
order:2!important
}
.order-md-3 {
order:3!important
}
.order-md-4 {
order:4!important
}
.order-md-5 {
order:5!important
}
.order-md-last {
order:6!important
}
.m-md-0 {
margin:0!important
}
.m-md-1 {
margin:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.m-md-3 {
margin:1rem!important
}
.m-md-4 {
margin:1.5rem!important
}
.m-md-5 {
margin:3rem!important
}
.m-md-auto {
margin:auto!important
}
.mx-md-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-md-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-md-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-md-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-md-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-md-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-md-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-md-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-md-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-md-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-md-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-md-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-md-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-md-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-md-0 {
margin-top:0!important
}
.mt-md-1 {
margin-top:.25rem!important
}
.mt-md-2 {
margin-top:.5rem!important
}
.mt-md-3 {
margin-top:1rem!important
}
.mt-md-4 {
margin-top:1.5rem!important
}
.mt-md-5 {
margin-top:3rem!important
}
.mt-md-auto {
margin-top:auto!important
}
.me-md-0 {
margin-right:0!important
}
.me-md-1 {
margin-right:.25rem!important
}
.me-md-2 {
margin-right:.5rem!important
}
.me-md-3 {
margin-right:1rem!important
}
.me-md-4 {
margin-right:1.5rem!important
}
.me-md-5 {
margin-right:3rem!important
}
.me-md-auto {
margin-right:auto!important
}
.mb-md-0 {
margin-bottom:0!important
}
.mb-md-1 {
margin-bottom:.25rem!important
}
.mb-md-2 {
margin-bottom:.5rem!important
}
.mb-md-3 {
margin-bottom:1rem!important
}
.mb-md-4 {
margin-bottom:1.5rem!important
}
.mb-md-5 {
margin-bottom:3rem!important
}
.mb-md-auto {
margin-bottom:auto!important
}
.ms-md-0 {
margin-left:0!important
}
.ms-md-1 {
margin-left:.25rem!important
}
.ms-md-2 {
margin-left:.5rem!important
}
.ms-md-3 {
margin-left:1rem!important
}
.ms-md-4 {
margin-left:1.5rem!important
}
.ms-md-5 {
margin-left:3rem!important
}
.ms-md-auto {
margin-left:auto!important
}
.p-md-0 {
padding:0!important
}
.p-md-1 {
padding:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.p-md-3 {
padding:1rem!important
}
.p-md-4 {
padding:1.5rem!important
}
.p-md-5 {
padding:3rem!important
}
.px-md-0 {
padding-right:0!important;
padding-left:0!important
}
.px-md-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-md-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-md-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-md-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-md-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-md-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-md-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-md-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-md-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-md-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-md-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-md-0 {
padding-top:0!important
}
.pt-md-1 {
padding-top:.25rem!important
}
.pt-md-2 {
padding-top:.5rem!important
}
.pt-md-3 {
padding-top:1rem!important
}
.pt-md-4 {
padding-top:1.5rem!important
}
.pt-md-5 {
padding-top:3rem!important
}
.pe-md-0 {
padding-right:0!important
}
.pe-md-1 {
padding-right:.25rem!important
}
.pe-md-2 {
padding-right:.5rem!important
}
.pe-md-3 {
padding-right:1rem!important
}
.pe-md-4 {
padding-right:1.5rem!important
}
.pe-md-5 {
padding-right:3rem!important
}
.pb-md-0 {
padding-bottom:0!important
}
.pb-md-1 {
padding-bottom:.25rem!important
}
.pb-md-2 {
padding-bottom:.5rem!important
}
.pb-md-3 {
padding-bottom:1rem!important
}
.pb-md-4 {
padding-bottom:1.5rem!important
}
.pb-md-5 {
padding-bottom:3rem!important
}
.ps-md-0 {
padding-left:0!important
}
.ps-md-1 {
padding-left:.25rem!important
}
.ps-md-2 {
padding-left:.5rem!important
}
.ps-md-3 {
padding-left:1rem!important
}
.ps-md-4 {
padding-left:1.5rem!important
}
.ps-md-5 {
padding-left:3rem!important
}
.text-md-start {
text-align:left!important
}
.text-md-end {
text-align:right!important
}
.text-md-center {
text-align:center!important
}
}
@media (min-width:992px) {
.float-lg-start {
float:left!important
}
.float-lg-end {
float:right!important
}
.float-lg-none {
float:none!important
}
.d-lg-inline {
display:inline!important
}
.d-lg-inline-block {
display:inline-block!important
}
.d-lg-block {
display:block!important
}
.d-lg-grid {
display:grid!important
}
.d-lg-table {
display:table!important
}
.d-lg-table-row {
display:table-row!important
}
.d-lg-table-cell {
display:table-cell!important
}
.d-lg-flex {
display:flex!important
}
.d-lg-inline-flex {
display:inline-flex!important
}
.d-lg-none {
display:none!important
}
.flex-lg-fill {
flex:1 1 auto!important
}
.flex-lg-row {
flex-direction:row!important
}
.flex-lg-column {
flex-direction:column!important
}
.flex-lg-row-reverse {
flex-direction:row-reverse!important
}
.flex-lg-column-reverse {
flex-direction:column-reverse!important
}
.flex-lg-grow-0 {
flex-grow:0!important
}
.flex-lg-grow-1 {
flex-grow:1!important
}
.flex-lg-shrink-0 {
flex-shrink:0!important
}
.flex-lg-shrink-1 {
flex-shrink:1!important
}
.flex-lg-wrap {
flex-wrap:wrap!important
}
.flex-lg-nowrap {
flex-wrap:nowrap!important
}
.flex-lg-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-lg-0 {
gap:0!important
}
.gap-lg-1 {
gap:.25rem!important
}
.gap-lg-2 {
gap:.5rem!important
}
.gap-lg-3 {
gap:1rem!important
}
.gap-lg-4 {
gap:1.5rem!important
}
.gap-lg-5 {
gap:3rem!important
}
.justify-content-lg-start {
justify-content:flex-start!important
}
.justify-content-lg-end {
justify-content:flex-end!important
}
.justify-content-lg-center {
justify-content:center!important
}
.justify-content-lg-between {
justify-content:space-between!important
}
.justify-content-lg-around {
justify-content:space-around!important
}
.justify-content-lg-evenly {
justify-content:space-evenly!important
}
.align-items-lg-start {
align-items:flex-start!important
}
.align-items-lg-end {
align-items:flex-end!important
}
.align-items-lg-center {
align-items:center!important
}
.align-items-lg-baseline {
align-items:baseline!important
}
.align-items-lg-stretch {
align-items:stretch!important
}
.align-content-lg-start {
align-content:flex-start!important
}
.align-content-lg-end {
align-content:flex-end!important
}
.align-content-lg-center {
align-content:center!important
}
.align-content-lg-between {
align-content:space-between!important
}
.align-content-lg-around {
align-content:space-around!important
}
.align-content-lg-stretch {
align-content:stretch!important
}
.align-self-lg-auto {
align-self:auto!important
}
.align-self-lg-start {
align-self:flex-start!important
}
.align-self-lg-end {
align-self:flex-end!important
}
.align-self-lg-center {
align-self:center!important
}
.align-self-lg-baseline {
align-self:baseline!important
}
.align-self-lg-stretch {
align-self:stretch!important
}
.order-lg-first {
order:-1!important
}
.order-lg-0 {
order:0!important
}
.order-lg-1 {
order:1!important
}
.order-lg-2 {
order:2!important
}
.order-lg-3 {
order:3!important
}
.order-lg-4 {
order:4!important
}
.order-lg-5 {
order:5!important
}
.order-lg-last {
order:6!important
}
.m-lg-0 {
margin:0!important
}
.m-lg-1 {
margin:.25rem!important
}
.m-lg-2 {
margin:.5rem!important
}
.m-lg-3 {
margin:1rem!important
}
.m-lg-4 {
margin:1.5rem!important
}
.m-lg-5 {
margin:3rem!important
}
.m-lg-auto {
margin:auto!important
}
.mx-lg-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-lg-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-lg-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-lg-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-lg-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-lg-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-lg-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-lg-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-lg-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-lg-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-lg-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-lg-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-lg-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-lg-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-lg-0 {
margin-top:0!important
}
.mt-lg-1 {
margin-top:.25rem!important
}
.mt-lg-2 {
margin-top:.5rem!important
}
.mt-lg-3 {
margin-top:1rem!important
}
.mt-lg-4 {
margin-top:1.5rem!important
}
.mt-lg-5 {
margin-top:3rem!important
}
.mt-lg-auto {
margin-top:auto!important
}
.me-lg-0 {
margin-right:0!important
}
.me-lg-1 {
margin-right:.25rem!important
}
.me-lg-2 {
margin-right:.5rem!important
}
.me-lg-3 {
margin-right:1rem!important
}
.me-lg-4 {
margin-right:1.5rem!important
}
.me-lg-5 {
margin-right:3rem!important
}
.me-lg-auto {
margin-right:auto!important
}
.mb-lg-0 {
margin-bottom:0!important
}
.mb-lg-1 {
margin-bottom:.25rem!important
}
.mb-lg-2 {
margin-bottom:.5rem!important
}
.mb-lg-3 {
margin-bottom:1rem!important
}
.mb-lg-4 {
margin-bottom:1.5rem!important
}
.mb-lg-5 {
margin-bottom:3rem!important
}
.mb-lg-auto {
margin-bottom:auto!important
}
.ms-lg-0 {
margin-left:0!important
}
.ms-lg-1 {
margin-left:.25rem!important
}
.ms-lg-2 {
margin-left:.5rem!important
}
.ms-lg-3 {
margin-left:1rem!important
}
.ms-lg-4 {
margin-left:1.5rem!important
}
.ms-lg-5 {
margin-left:3rem!important
}
.ms-lg-auto {
margin-left:auto!important
}
.p-lg-0 {
padding:0!important
}
.p-lg-1 {
padding:.25rem!important
}
.p-lg-2 {
padding:.5rem!important
}
.p-lg-3 {
padding:1rem!important
}
.p-lg-4 {
padding:1.5rem!important
}
.p-lg-5 {
padding:3rem!important
}
.px-lg-0 {
padding-right:0!important;
padding-left:0!important
}
.px-lg-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-lg-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-lg-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-lg-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-lg-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-lg-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-lg-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-lg-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-lg-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-lg-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-lg-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-lg-0 {
padding-top:0!important
}
.pt-lg-1 {
padding-top:.25rem!important
}
.pt-lg-2 {
padding-top:.5rem!important
}
.pt-lg-3 {
padding-top:1rem!important
}
.pt-lg-4 {
padding-top:1.5rem!important
}
.pt-lg-5 {
padding-top:3rem!important
}
.pe-lg-0 {
padding-right:0!important
}
.pe-lg-1 {
padding-right:.25rem!important
}
.pe-lg-2 {
padding-right:.5rem!important
}
.pe-lg-3 {
padding-right:1rem!important
}
.pe-lg-4 {
padding-right:1.5rem!important
}
.pe-lg-5 {
padding-right:3rem!important
}
.pb-lg-0 {
padding-bottom:0!important
}
.pb-lg-1 {
padding-bottom:.25rem!important
}
.pb-lg-2 {
padding-bottom:.5rem!important
}
.pb-lg-3 {
padding-bottom:1rem!important
}
.pb-lg-4 {
padding-bottom:1.5rem!important
}
.pb-lg-5 {
padding-bottom:3rem!important
}
.ps-lg-0 {
padding-left:0!important
}
.ps-lg-1 {
padding-left:.25rem!important
}
.ps-lg-2 {
padding-left:.5rem!important
}
.ps-lg-3 {
padding-left:1rem!important
}
.ps-lg-4 {
padding-left:1.5rem!important
}
.ps-lg-5 {
padding-left:3rem!important
}
.text-lg-start {
text-align:left!important
}
.text-lg-end {
text-align:right!important
}
.text-lg-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.float-xl-start {
float:left!important
}
.float-xl-end {
float:right!important
}
.float-xl-none {
float:none!important
}
.d-xl-inline {
display:inline!important
}
.d-xl-inline-block {
display:inline-block!important
}
.d-xl-block {
display:block!important
}
.d-xl-grid {
display:grid!important
}
.d-xl-table {
display:table!important
}
.d-xl-table-row {
display:table-row!important
}
.d-xl-table-cell {
display:table-cell!important
}
.d-xl-flex {
display:flex!important
}
.d-xl-inline-flex {
display:inline-flex!important
}
.d-xl-none {
display:none!important
}
.flex-xl-fill {
flex:1 1 auto!important
}
.flex-xl-row {
flex-direction:row!important
}
.flex-xl-column {
flex-direction:column!important
}
.flex-xl-row-reverse {
flex-direction:row-reverse!important
}
.flex-xl-column-reverse {
flex-direction:column-reverse!important
}
.flex-xl-grow-0 {
flex-grow:0!important
}
.flex-xl-grow-1 {
flex-grow:1!important
}
.flex-xl-shrink-0 {
flex-shrink:0!important
}
.flex-xl-shrink-1 {
flex-shrink:1!important
}
.flex-xl-wrap {
flex-wrap:wrap!important
}
.flex-xl-nowrap {
flex-wrap:nowrap!important
}
.flex-xl-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-xl-0 {
gap:0!important
}
.gap-xl-1 {
gap:.25rem!important
}
.gap-xl-2 {
gap:.5rem!important
}
.gap-xl-3 {
gap:1rem!important
}
.gap-xl-4 {
gap:1.5rem!important
}
.gap-xl-5 {
gap:3rem!important
}
.justify-content-xl-start {
justify-content:flex-start!important
}
.justify-content-xl-end {
justify-content:flex-end!important
}
.justify-content-xl-center {
justify-content:center!important
}
.justify-content-xl-between {
justify-content:space-between!important
}
.justify-content-xl-around {
justify-content:space-around!important
}
.justify-content-xl-evenly {
justify-content:space-evenly!important
}
.align-items-xl-start {
align-items:flex-start!important
}
.align-items-xl-end {
align-items:flex-end!important
}
.align-items-xl-center {
align-items:center!important
}
.align-items-xl-baseline {
align-items:baseline!important
}
.align-items-xl-stretch {
align-items:stretch!important
}
.align-content-xl-start {
align-content:flex-start!important
}
.align-content-xl-end {
align-content:flex-end!important
}
.align-content-xl-center {
align-content:center!important
}
.align-content-xl-between {
align-content:space-between!important
}
.align-content-xl-around {
align-content:space-around!important
}
.align-content-xl-stretch {
align-content:stretch!important
}
.align-self-xl-auto {
align-self:auto!important
}
.align-self-xl-start {
align-self:flex-start!important
}
.align-self-xl-end {
align-self:flex-end!important
}
.align-self-xl-center {
align-self:center!important
}
.align-self-xl-baseline {
align-self:baseline!important
}
.align-self-xl-stretch {
align-self:stretch!important
}
.order-xl-first {
order:-1!important
}
.order-xl-0 {
order:0!important
}
.order-xl-1 {
order:1!important
}
.order-xl-2 {
order:2!important
}
.order-xl-3 {
order:3!important
}
.order-xl-4 {
order:4!important
}
.order-xl-5 {
order:5!important
}
.order-xl-last {
order:6!important
}
.m-xl-0 {
margin:0!important
}
.m-xl-1 {
margin:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.m-xl-3 {
margin:1rem!important
}
.m-xl-4 {
margin:1.5rem!important
}
.m-xl-5 {
margin:3rem!important
}
.m-xl-auto {
margin:auto!important
}
.mx-xl-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-xl-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-xl-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-xl-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-xl-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-xl-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-xl-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-xl-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-xl-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-xl-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-xl-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-xl-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-xl-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-xl-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-xl-0 {
margin-top:0!important
}
.mt-xl-1 {
margin-top:.25rem!important
}
.mt-xl-2 {
margin-top:.5rem!important
}
.mt-xl-3 {
margin-top:1rem!important
}
.mt-xl-4 {
margin-top:1.5rem!important
}
.mt-xl-5 {
margin-top:3rem!important
}
.mt-xl-auto {
margin-top:auto!important
}
.me-xl-0 {
margin-right:0!important
}
.me-xl-1 {
margin-right:.25rem!important
}
.me-xl-2 {
margin-right:.5rem!important
}
.me-xl-3 {
margin-right:1rem!important
}
.me-xl-4 {
margin-right:1.5rem!important
}
.me-xl-5 {
margin-right:3rem!important
}
.me-xl-auto {
margin-right:auto!important
}
.mb-xl-0 {
margin-bottom:0!important
}
.mb-xl-1 {
margin-bottom:.25rem!important
}
.mb-xl-2 {
margin-bottom:.5rem!important
}
.mb-xl-3 {
margin-bottom:1rem!important
}
.mb-xl-4 {
margin-bottom:1.5rem!important
}
.mb-xl-5 {
margin-bottom:3rem!important
}
.mb-xl-auto {
margin-bottom:auto!important
}
.ms-xl-0 {
margin-left:0!important
}
.ms-xl-1 {
margin-left:.25rem!important
}
.ms-xl-2 {
margin-left:.5rem!important
}
.ms-xl-3 {
margin-left:1rem!important
}
.ms-xl-4 {
margin-left:1.5rem!important
}
.ms-xl-5 {
margin-left:3rem!important
}
.ms-xl-auto {
margin-left:auto!important
}
.p-xl-0 {
padding:0!important
}
.p-xl-1 {
padding:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.p-xl-3 {
padding:1rem!important
}
.p-xl-4 {
padding:1.5rem!important
}
.p-xl-5 {
padding:3rem!important
}
.px-xl-0 {
padding-right:0!important;
padding-left:0!important
}
.px-xl-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-xl-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-xl-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-xl-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-xl-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-xl-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-xl-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-xl-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-xl-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-xl-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-xl-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-xl-0 {
padding-top:0!important
}
.pt-xl-1 {
padding-top:.25rem!important
}
.pt-xl-2 {
padding-top:.5rem!important
}
.pt-xl-3 {
padding-top:1rem!important
}
.pt-xl-4 {
padding-top:1.5rem!important
}
.pt-xl-5 {
padding-top:3rem!important
}
.pe-xl-0 {
padding-right:0!important
}
.pe-xl-1 {
padding-right:.25rem!important
}
.pe-xl-2 {
padding-right:.5rem!important
}
.pe-xl-3 {
padding-right:1rem!important
}
.pe-xl-4 {
padding-right:1.5rem!important
}
.pe-xl-5 {
padding-right:3rem!important
}
.pb-xl-0 {
padding-bottom:0!important
}
.pb-xl-1 {
padding-bottom:.25rem!important
}
.pb-xl-2 {
padding-bottom:.5rem!important
}
.pb-xl-3 {
padding-bottom:1rem!important
}
.pb-xl-4 {
padding-bottom:1.5rem!important
}
.pb-xl-5 {
padding-bottom:3rem!important
}
.ps-xl-0 {
padding-left:0!important
}
.ps-xl-1 {
padding-left:.25rem!important
}
.ps-xl-2 {
padding-left:.5rem!important
}
.ps-xl-3 {
padding-left:1rem!important
}
.ps-xl-4 {
padding-left:1.5rem!important
}
.ps-xl-5 {
padding-left:3rem!important
}
.text-xl-start {
text-align:left!important
}
.text-xl-end {
text-align:right!important
}
.text-xl-center {
text-align:center!important
}
}
@media (min-width:1400px) {
.float-xxl-start {
float:left!important
}
.float-xxl-end {
float:right!important
}
.float-xxl-none {
float:none!important
}
.d-xxl-inline {
display:inline!important
}
.d-xxl-inline-block {
display:inline-block!important
}
.d-xxl-block {
display:block!important
}
.d-xxl-grid {
display:grid!important
}
.d-xxl-table {
display:table!important
}
.d-xxl-table-row {
display:table-row!important
}
.d-xxl-table-cell {
display:table-cell!important
}
.d-xxl-flex {
display:flex!important
}
.d-xxl-inline-flex {
display:inline-flex!important
}
.d-xxl-none {
display:none!important
}
.flex-xxl-fill {
flex:1 1 auto!important
}
.flex-xxl-row {
flex-direction:row!important
}
.flex-xxl-column {
flex-direction:column!important
}
.flex-xxl-row-reverse {
flex-direction:row-reverse!important
}
.flex-xxl-column-reverse {
flex-direction:column-reverse!important
}
.flex-xxl-grow-0 {
flex-grow:0!important
}
.flex-xxl-grow-1 {
flex-grow:1!important
}
.flex-xxl-shrink-0 {
flex-shrink:0!important
}
.flex-xxl-shrink-1 {
flex-shrink:1!important
}
.flex-xxl-wrap {
flex-wrap:wrap!important
}
.flex-xxl-nowrap {
flex-wrap:nowrap!important
}
.flex-xxl-wrap-reverse {
flex-wrap:wrap-reverse!important
}
.gap-xxl-0 {
gap:0!important
}
.gap-xxl-1 {
gap:.25rem!important
}
.gap-xxl-2 {
gap:.5rem!important
}
.gap-xxl-3 {
gap:1rem!important
}
.gap-xxl-4 {
gap:1.5rem!important
}
.gap-xxl-5 {
gap:3rem!important
}
.justify-content-xxl-start {
justify-content:flex-start!important
}
.justify-content-xxl-end {
justify-content:flex-end!important
}
.justify-content-xxl-center {
justify-content:center!important
}
.justify-content-xxl-between {
justify-content:space-between!important
}
.justify-content-xxl-around {
justify-content:space-around!important
}
.justify-content-xxl-evenly {
justify-content:space-evenly!important
}
.align-items-xxl-start {
align-items:flex-start!important
}
.align-items-xxl-end {
align-items:flex-end!important
}
.align-items-xxl-center {
align-items:center!important
}
.align-items-xxl-baseline {
align-items:baseline!important
}
.align-items-xxl-stretch {
align-items:stretch!important
}
.align-content-xxl-start {
align-content:flex-start!important
}
.align-content-xxl-end {
align-content:flex-end!important
}
.align-content-xxl-center {
align-content:center!important
}
.align-content-xxl-between {
align-content:space-between!important
}
.align-content-xxl-around {
align-content:space-around!important
}
.align-content-xxl-stretch {
align-content:stretch!important
}
.align-self-xxl-auto {
align-self:auto!important
}
.align-self-xxl-start {
align-self:flex-start!important
}
.align-self-xxl-end {
align-self:flex-end!important
}
.align-self-xxl-center {
align-self:center!important
}
.align-self-xxl-baseline {
align-self:baseline!important
}
.align-self-xxl-stretch {
align-self:stretch!important
}
.order-xxl-first {
order:-1!important
}
.order-xxl-0 {
order:0!important
}
.order-xxl-1 {
order:1!important
}
.order-xxl-2 {
order:2!important
}
.order-xxl-3 {
order:3!important
}
.order-xxl-4 {
order:4!important
}
.order-xxl-5 {
order:5!important
}
.order-xxl-last {
order:6!important
}
.m-xxl-0 {
margin:0!important
}
.m-xxl-1 {
margin:.25rem!important
}
.m-xxl-2 {
margin:.5rem!important
}
.m-xxl-3 {
margin:1rem!important
}
.m-xxl-4 {
margin:1.5rem!important
}
.m-xxl-5 {
margin:3rem!important
}
.m-xxl-auto {
margin:auto!important
}
.mx-xxl-0 {
margin-right:0!important;
margin-left:0!important
}
.mx-xxl-1 {
margin-right:.25rem!important;
margin-left:.25rem!important
}
.mx-xxl-2 {
margin-right:.5rem!important;
margin-left:.5rem!important
}
.mx-xxl-3 {
margin-right:1rem!important;
margin-left:1rem!important
}
.mx-xxl-4 {
margin-right:1.5rem!important;
margin-left:1.5rem!important
}
.mx-xxl-5 {
margin-right:3rem!important;
margin-left:3rem!important
}
.mx-xxl-auto {
margin-right:auto!important;
margin-left:auto!important
}
.my-xxl-0 {
margin-top:0!important;
margin-bottom:0!important
}
.my-xxl-1 {
margin-top:.25rem!important;
margin-bottom:.25rem!important
}
.my-xxl-2 {
margin-top:.5rem!important;
margin-bottom:.5rem!important
}
.my-xxl-3 {
margin-top:1rem!important;
margin-bottom:1rem!important
}
.my-xxl-4 {
margin-top:1.5rem!important;
margin-bottom:1.5rem!important
}
.my-xxl-5 {
margin-top:3rem!important;
margin-bottom:3rem!important
}
.my-xxl-auto {
margin-top:auto!important;
margin-bottom:auto!important
}
.mt-xxl-0 {
margin-top:0!important
}
.mt-xxl-1 {
margin-top:.25rem!important
}
.mt-xxl-2 {
margin-top:.5rem!important
}
.mt-xxl-3 {
margin-top:1rem!important
}
.mt-xxl-4 {
margin-top:1.5rem!important
}
.mt-xxl-5 {
margin-top:3rem!important
}
.mt-xxl-auto {
margin-top:auto!important
}
.me-xxl-0 {
margin-right:0!important
}
.me-xxl-1 {
margin-right:.25rem!important
}
.me-xxl-2 {
margin-right:.5rem!important
}
.me-xxl-3 {
margin-right:1rem!important
}
.me-xxl-4 {
margin-right:1.5rem!important
}
.me-xxl-5 {
margin-right:3rem!important
}
.me-xxl-auto {
margin-right:auto!important
}
.mb-xxl-0 {
margin-bottom:0!important
}
.mb-xxl-1 {
margin-bottom:.25rem!important
}
.mb-xxl-2 {
margin-bottom:.5rem!important
}
.mb-xxl-3 {
margin-bottom:1rem!important
}
.mb-xxl-4 {
margin-bottom:1.5rem!important
}
.mb-xxl-5 {
margin-bottom:3rem!important
}
.mb-xxl-auto {
margin-bottom:auto!important
}
.ms-xxl-0 {
margin-left:0!important
}
.ms-xxl-1 {
margin-left:.25rem!important
}
.ms-xxl-2 {
margin-left:.5rem!important
}
.ms-xxl-3 {
margin-left:1rem!important
}
.ms-xxl-4 {
margin-left:1.5rem!important
}
.ms-xxl-5 {
margin-left:3rem!important
}
.ms-xxl-auto {
margin-left:auto!important
}
.p-xxl-0 {
padding:0!important
}
.p-xxl-1 {
padding:.25rem!important
}
.p-xxl-2 {
padding:.5rem!important
}
.p-xxl-3 {
padding:1rem!important
}
.p-xxl-4 {
padding:1.5rem!important
}
.p-xxl-5 {
padding:3rem!important
}
.px-xxl-0 {
padding-right:0!important;
padding-left:0!important
}
.px-xxl-1 {
padding-right:.25rem!important;
padding-left:.25rem!important
}
.px-xxl-2 {
padding-right:.5rem!important;
padding-left:.5rem!important
}
.px-xxl-3 {
padding-right:1rem!important;
padding-left:1rem!important
}
.px-xxl-4 {
padding-right:1.5rem!important;
padding-left:1.5rem!important
}
.px-xxl-5 {
padding-right:3rem!important;
padding-left:3rem!important
}
.py-xxl-0 {
padding-top:0!important;
padding-bottom:0!important
}
.py-xxl-1 {
padding-top:.25rem!important;
padding-bottom:.25rem!important
}
.py-xxl-2 {
padding-top:.5rem!important;
padding-bottom:.5rem!important
}
.py-xxl-3 {
padding-top:1rem!important;
padding-bottom:1rem!important
}
.py-xxl-4 {
padding-top:1.5rem!important;
padding-bottom:1.5rem!important
}
.py-xxl-5 {
padding-top:3rem!important;
padding-bottom:3rem!important
}
.pt-xxl-0 {
padding-top:0!important
}
.pt-xxl-1 {
padding-top:.25rem!important
}
.pt-xxl-2 {
padding-top:.5rem!important
}
.pt-xxl-3 {
padding-top:1rem!important
}
.pt-xxl-4 {
padding-top:1.5rem!important
}
.pt-xxl-5 {
padding-top:3rem!important
}
.pe-xxl-0 {
padding-right:0!important
}
.pe-xxl-1 {
padding-right:.25rem!important
}
.pe-xxl-2 {
padding-right:.5rem!important
}
.pe-xxl-3 {
padding-right:1rem!important
}
.pe-xxl-4 {
padding-right:1.5rem!important
}
.pe-xxl-5 {
padding-right:3rem!important
}
.pb-xxl-0 {
padding-bottom:0!important
}
.pb-xxl-1 {
padding-bottom:.25rem!important
}
.pb-xxl-2 {
padding-bottom:.5rem!important
}
.pb-xxl-3 {
padding-bottom:1rem!important
}
.pb-xxl-4 {
padding-bottom:1.5rem!important
}
.pb-xxl-5 {
padding-bottom:3rem!important
}
.ps-xxl-0 {
padding-left:0!important
}
.ps-xxl-1 {
padding-left:.25rem!important
}
.ps-xxl-2 {
padding-left:.5rem!important
}
.ps-xxl-3 {
padding-left:1rem!important
}
.ps-xxl-4 {
padding-left:1.5rem!important
}
.ps-xxl-5 {
padding-left:3rem!important
}
.text-xxl-start {
text-align:left!important
}
.text-xxl-end {
text-align:right!important
}
.text-xxl-center {
text-align:center!important
}
}
@media (min-width:1200px) {
.fs-1 {
font-size:2.5rem!important
}
.fs-2 {
font-size:2rem!important
}
.fs-3 {
font-size:1.75rem!important
}
.fs-4 {
font-size:1.5rem!important
}
}
@media print {
.d-print-inline {
	display:inline!important
}
.d-print-inline-block {
	display:inline-block!important
}
.d-print-block {
	display:block!important
}
.d-print-grid {
	display:grid!important
}
.d-print-table {
	display:table!important
}
.d-print-table-row {
	display:table-row!important
}
.d-print-table-cell {
	display:table-cell!important
}
.d-print-flex {
	display:flex!important
}
.d-print-inline-flex {
	display:inline-flex!important
}
.d-print-none {
	display:none!important
}
}
/*# sourceMappingURL=bootstrap.min.css.map */






















html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height:100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]) {
display:none;
height:0
}
[hidden], template {
display:none
}
a {
	background-color:transparent;
	color:#248a7f;
	text-decoration:none
}
a:active, a:hover {
	outline:0
}
abbr[title] {
	border-bottom:1px dotted
}
b, optgroup, strong {
	font-weight:700
}
dfn {
	font-style:italic
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0;
	vertical-align:middle;
	display:inline-block;
	max-width:100%
}
svg:not(:root) {
overflow:hidden
}
hr {
	box-sizing:content-box;
	height:0
}
pre, textarea {
	overflow:auto
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em
}
button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button, select {
	text-transform:none
}
button, html input[type=button], input[type=reset] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled], html input[disabled] {
	cursor:default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height:normal
}
input[type=checkbox], input[type=radio] {
	box-sizing:border-box;
	padding:0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance:none
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
legend {
	border:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td, th {
	padding:0
}
@font-face {
font-family:webflow-icons;
src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
font-weight:400;
font-style:normal
}
[class*=" w-icon-"], [class^=w-icon-] {
font-family:webflow-icons!important;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.w-icon-slider-right:before {
	content:"\e600"
}
.w-icon-slider-left:before {
	content:"\e601"
}
.w-icon-nav-menu:before {
	content:"\e602"
}
.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
	content:"\e603"
}
.w-icon-file-upload-remove:before {
	content:"\e900"
}
.w-icon-file-upload-icon:before {
	content:"\e903"
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
body {
	margin:0;
	min-height:100%;
	background-color:#fff;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333
}
html.w-mod-touch * {
	background-attachment:scroll!important
}
.w-block {
	display:block
}
.w-inline-block {
	max-width:100%;
	display:inline-block
}
.w-clearfix:after, .w-clearfix:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-clearfix:after {
	clear:both
}
.w-hidden {
	display:none
}
.w-button {
	display:inline-block;
	padding:9px 15px;
	background-color:#3898ec;
	color:#fff;
	border:0;
	line-height:inherit;
	text-decoration:none;
	cursor:pointer;
	border-radius:0
}
input.w-button {
	-webkit-appearance:button
}
html[data-w-dynpage] [data-w-cloak] {
	color:transparent!important
}
.w-webflow-badge, .w-webflow-badge * {
	position:static;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
	z-index:auto;
	display:block;
	visibility:visible;
	overflow:visible;
	overflow-x:visible;
	overflow-y:visible;
	box-sizing:border-box;
	width:auto;
	height:auto;
	max-height:none;
	max-width:none;
	min-height:0;
	min-width:0;
	margin:0;
	padding:0;
	float:none;
	clear:none;
	border:0 transparent;
	border-radius:0;
	background:0 0;
	box-shadow:none;
	opacity:1;
	transform:none;
	transition:none;
	direction:ltr;
	font-family:inherit;
	font-weight:inherit;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	font-style:inherit;
	font-variant:inherit;
	text-align:inherit;
	letter-spacing:inherit;
	text-decoration:inherit;
	text-indent:0;
	text-transform:inherit;
	list-style-type:disc;
	text-shadow:none;
	font-smoothing:auto;
	vertical-align:baseline;
	cursor:inherit;
	white-space:inherit;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal
}
.w-webflow-badge {
	position:fixed!important;
	display:inline-block!important;
	visibility:visible!important;
	z-index:2147483647!important;
	top:auto!important;
	right:12px!important;
	bottom:12px!important;
	left:auto!important;
	color:#aaadb0!important;
	background-color:#fff!important;
	border-radius:3px!important;
	padding:6px 8px 6px 6px!important;
	font-size:12px!important;
	opacity:1!important;
	line-height:14px!important;
	text-decoration:none!important;
	transform:none!important;
	margin:0!important;
	width:auto!important;
	height:auto!important;
	overflow:visible!important;
	white-space:nowrap;
	box-shadow:0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
	cursor:pointer
}
.w-webflow-badge>img {
	display:inline-block!important;
	visibility:visible!important;
	opacity:1!important;
	vertical-align:middle!important
}
figure {
	margin:32px 0
}
.w-list-unstyled {
	padding-left:0;
	list-style:none
}
.w-embed:after, .w-embed:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-embed:after {
	clear:both
}
.w-video {
	width:100%;
	position:relative;
	padding:0
}
.w-video embed, .w-video iframe, .w-video object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none
}
fieldset {
	padding:0;
	margin:0;
	border:0
}
[type=button], [type=reset], button {
border:0;
cursor:pointer;
-webkit-appearance:button
}
.w-form {
	margin:0 0 15px
}
.w-form-done {
	display:none;
	padding:20px;
	text-align:center;
	background-color:#ddd
}
.w-form-fail {
	display:none;
	margin-top:10px;
	padding:10px;
	background-color:#ffdede
}
label {
	display:block;
	margin-bottom:5px;
	font-weight:700
}
.w-input, .w-select {
	display:block;
	width:100%;
	height:38px;
	padding:8px 12px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ccc
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
color:#999
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
color:#999;
opacity:1
}
.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
color:#999
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
color:#999
}
.w-input:focus, .w-select:focus {
	border-color:#3898ec;
	outline:0
}
.w-input[disabled], .w-input[readonly], .w-select[disabled], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
	cursor:not-allowed
}
.w-input[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[disabled]:not(.w-input-disabled), .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
background-color:#eee
}
textarea.w-input, textarea.w-select {
	height:auto
}
.w-select {
	background-color:#f3f3f3
}
.w-select[multiple] {
	height:auto
}
.w-form-label {
	display:inline-block;
	cursor:pointer;
	font-weight:400;
	margin-bottom:0
}
.w-radio {
	display:block;
	margin-bottom:5px;
	padding-left:20px
}
.w-radio:after, .w-radio:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-radio:after {
	clear:both
}
.w-radio-input {
	margin:3px 0 0 -20px;
	line-height:normal;
	float:left
}
.w-file-upload {
	display:block;
	margin-bottom:10px
}
.w-file-upload-input {
	width:.1px;
	height:.1px;
	opacity:0;
	overflow:hidden;
	position:absolute;
	z-index:-100
}
.w-file-upload-default, .w-file-upload-success, .w-file-upload-uploading {
	display:inline-block;
	color:#333
}
.w-file-upload-error {
	display:block;
	margin-top:10px
}
.w-file-upload-default.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden, .w-file-upload-uploading.w-hidden {
	display:none
}
.w-file-upload-uploading-btn {
	display:flex;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
	margin:0;
	padding:8px 12px;
	border:1px solid #ccc;
	background-color:#fafafa
}
.w-file-upload-file {
	display:flex;
	flex-grow:1;
	justify-content:space-between;
	margin:0;
	padding:8px 9px 8px 11px;
	border:1px solid #ccc;
	background-color:#fafafa
}
.w-file-upload-file-name {
	font-size:14px;
	font-weight:400;
	display:block
}
.w-file-remove-link {
	margin-top:3px;
	margin-left:10px;
	width:auto;
	height:auto;
	padding:3px;
	display:block;
	cursor:pointer
}
.w-icon-file-upload-remove {
	margin:auto;
	font-size:10px
}
.w-file-upload-error-msg {
	display:inline-block;
	color:#ea384c;
	padding:2px 0
}
.w-file-upload-info {
	display:inline-block;
	line-height:38px;
	padding:0 12px
}
.w-file-upload-label {
	display:inline-block;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
	margin:0;
	padding:8px 12px;
	border:1px solid #ccc;
	background-color:#fafafa
}
.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
	display:inline-block;
	margin-right:8px;
	width:20px
}
.w-icon-file-upload-uploading {
	height:20px
}
.w-container {
	margin-left:auto;
	margin-right:auto;
	max-width:940px
}
.w-container:after, .w-container:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-container:after {
	clear:both
}
.w-container .w-row {
	margin-left:-10px;
	margin-right:-10px
}
.w-row:after, .w-row:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-row:after {
	clear:both
}
.w-row .w-row {
	margin-left:0;
	margin-right:0
}
.w-col {
	position:relative;
	float:left;
	width:100%;
	min-height:1px;
	padding-left:10px;
	padding-right:10px
}
.w-col .w-col {
	padding-left:0;
	padding-right:0
}
.w-col-1 {
	width:8.33333333%
}
.w-col-2 {
	width:16.66666667%
}
.w-col-3 {
	width:25%
}
.w-col-4 {
	width:33.33333333%
}
.w-col-5 {
	width:41.66666667%
}
.w-col-6 {
	width:50%
}
.w-col-7 {
	width:58.33333333%
}
.w-col-8 {
	width:66.66666667%
}
.w-col-9 {
	width:75%
}
.w-col-10 {
	width:83.33333333%
}
.w-col-11 {
	width:91.66666667%
}
.w-col-12 {
	width:100%
}
.w-hidden-main {
	display:none!important
}
@media screen and (max-width:991px) {
.w-container {
max-width:728px
}
.w-hidden-main {
display:inherit!important
}
.w-hidden-medium {
display:none!important
}
.w-col-medium-1 {
width:8.33333333%
}
.w-col-medium-2 {
width:16.66666667%
}
.w-col-medium-3 {
width:25%
}
.w-col-medium-4 {
width:33.33333333%
}
.w-col-medium-5 {
width:41.66666667%
}
.w-col-medium-6 {
width:50%
}
.w-col-medium-7 {
width:58.33333333%
}
.w-col-medium-8 {
width:66.66666667%
}
.w-col-medium-9 {
width:75%
}
.w-col-medium-10 {
width:83.33333333%
}
.w-col-medium-11 {
width:91.66666667%
}
.w-col-medium-12 {
width:100%
}
.w-col-stack {
width:100%;
left:auto;
right:auto
}
}
@media screen and (max-width:767px) {
.w-hidden-main, .w-hidden-medium {
display:inherit!important
}
.w-hidden-small {
display:none!important
}
.w-container .w-row, .w-row {
margin-left:0;
margin-right:0
}
.w-col {
width:100%;
left:auto;
right:auto
}
.w-col-small-1 {
width:8.33333333%
}
.w-col-small-2 {
width:16.66666667%
}
.w-col-small-3 {
width:25%
}
.w-col-small-4 {
width:33.33333333%
}
.w-col-small-5 {
width:41.66666667%
}
.w-col-small-6 {
width:50%
}
.w-col-small-7 {
width:58.33333333%
}
.w-col-small-8 {
width:66.66666667%
}
.w-col-small-9 {
width:75%
}
.w-col-small-10 {
width:83.33333333%
}
.w-col-small-11 {
width:91.66666667%
}
.w-col-small-12 {
width:100%
}
}
@media screen and (max-width:479px) {
.w-container {
max-width:none
}
.w-hidden-main, .w-hidden-medium, .w-hidden-small {
display:inherit!important
}
.w-hidden-tiny {
display:none!important
}
.w-col {
width:100%
}
.w-col-tiny-1 {
width:8.33333333%
}
.w-col-tiny-2 {
width:16.66666667%
}
.w-col-tiny-3 {
width:25%
}
.w-col-tiny-4 {
width:33.33333333%
}
.w-col-tiny-5 {
width:41.66666667%
}
.w-col-tiny-6 {
width:50%
}
.w-col-tiny-7 {
width:58.33333333%
}
.w-col-tiny-8 {
width:66.66666667%
}
.w-col-tiny-9 {
width:75%
}
.w-col-tiny-10 {
width:83.33333333%
}
.w-col-tiny-11 {
width:91.66666667%
}
.w-col-tiny-12 {
width:100%
}
}
.w-widget {
	position:relative
}
.w-widget-map {
	width:100%;
	height:400px
}
.w-widget-map label {
	width:auto;
	display:inline
}
.w-widget-map img {
	max-width:inherit
}
.w-widget-map .gm-style-iw {
	text-align:center
}
.w-widget-map .gm-style-iw>button {
	display:none!important
}
.w-widget-twitter {
	overflow:hidden
}
.w-widget-twitter-count-shim {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:28px;
	height:20px;
	text-align:center;
	background:#fff;
	border:1px solid #758696;
	border-radius:3px
}
.w-widget-twitter-count-shim * {
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	position:relative;
	font-size:15px;
	line-height:12px;
	text-align:center;
	color:#999;
	font-family:serif
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	position:relative;
	display:block
}
.w-widget-twitter-count-shim.w--large {
	width:36px;
	height:28px
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size:18px;
	line-height:18px
}
.w-widget-twitter-count-shim:not(.w--vertical) {
margin-left:5px;
margin-right:8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
margin-left:6px
}
.w-widget-twitter-count-shim:not(.w--vertical):after, .w-widget-twitter-count-shim:not(.w--vertical):before {
top:50%;
left:0;
border:solid transparent;
content:' ';
height:0;
width:0;
position:absolute;
pointer-events:none
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
border-color:rgba(117, 134, 150, 0);
border-right-color:#5d6c7b;
border-width:4px;
margin-left:-9px;
margin-top:-4px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
border-width:5px;
margin-left:-10px;
margin-top:-5px
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
border-color:rgba(255, 255, 255, 0);
border-right-color:#fff;
border-width:4px;
margin-left:-8px;
margin-top:-4px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
border-width:5px;
margin-left:-9px;
margin-top:-5px
}
.w-widget-twitter-count-shim.w--vertical {
	width:61px;
	height:33px;
	margin-bottom:8px
}
.w-widget-twitter-count-shim.w--vertical:after, .w-widget-twitter-count-shim.w--vertical:before {
	top:100%;
	left:50%;
	border:solid transparent;
	content:' ';
	height:0;
	width:0;
	position:absolute;
	pointer-events:none
}
.w-widget-twitter-count-shim.w--vertical:before {
	border-color:rgba(117, 134, 150, 0);
	border-top-color:#5d6c7b;
	border-width:5px;
	margin-left:-5px
}
.w-widget-twitter-count-shim.w--vertical:after {
	border-color:rgba(255, 255, 255, 0);
	border-top-color:#fff;
	border-width:4px;
	margin-left:-4px
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size:18px;
	line-height:22px
}
.w-widget-twitter-count-shim.w--vertical.w--large {
	width:76px
}
.w-background-video {
	position:relative;
	overflow:hidden;
	height:500px;
	color:#fff
}
.w-background-video>video {
	background-size:cover;
	background-position:50% 50%;
	position:absolute;
	margin:auto;
	width:100%;
	height:100%;
	right:-100%;
	bottom:-100%;
	top:-100%;
	left:-100%;
	object-fit:cover;
	z-index:-100
}
.w-background-video>video::-webkit-media-controls-start-playback-button {
display:none!important;
-webkit-appearance:none
}
.w-background-video--control {
	position:absolute;
	bottom:1em;
	right:1em;
	background-color:transparent;
	padding:0
}
.w-background-video--control>[hidden] {
display:none!important
}
.w-slider {
	position:relative;
	height:300px;
	text-align:center;
	background:#ddd;
	clear:both;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:rgba(0, 0, 0, 0)
}
.w-slider-mask {
	position:relative;
	display:block;
	overflow:hidden;
	z-index:1;
	left:0;
	right:0;
	height:100%;
	white-space:nowrap
}
.w-slide {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:100%;
	white-space:normal;
	text-align:left
}
.w-slider-nav {
	position:absolute;
	z-index:2;
	top:auto;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding-top:10px;
	height:40px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:rgba(0, 0, 0, 0)
}
.w-slider-nav.w-round>div {
	border-radius:100%
}
.w-slider-nav.w-num>div {
	width:auto;
	height:auto;
	padding:.2em .5em;
	font-size:inherit;
	line-height:inherit
}
.w-slider-nav.w-shadow>div {
	box-shadow:0 0 3px rgba(51, 51, 51, .4)
}
.w-slider-nav-invert {
	color:#fff
}
.w-slider-nav-invert>div {
	background-color:rgba(34, 34, 34, .4)
}
.w-slider-nav-invert>div.w-active {
	background-color:#222
}
.w-slider-dot {
	position:relative;
	display:inline-block;
	width:1em;
	height:1em;
	background-color:rgba(255, 255, 255, .4);
	cursor:pointer;
	margin:0 3px .5em;
transition:background-color .1s, color .1s
}
.w-slider-dot.w-active {
	background-color:#fff
}
.w-slider-dot:focus {
	outline:0;
	box-shadow:0 0 0 2px #fff
}
.w-slider-dot:focus.w-active {
	box-shadow:none
}
.w-slider-arrow-left, .w-slider-arrow-right {
	position:absolute;
	width:80px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	cursor:pointer;
	overflow:hidden;
	color:#fff;
	font-size:40px;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.w-slider-arrow-left [class*=' w-icon-'], .w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class*=' w-icon-'], .w-slider-arrow-right [class^=w-icon-] {
position:absolute
}
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
	outline:0
}
.w-slider-arrow-left {
	z-index:3;
	right:auto
}
.w-slider-arrow-right {
	z-index:4;
	left:auto
}
.w-icon-slider-left, .w-icon-slider-right {
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:1em;
	height:1em
}
.w-slider-aria-label {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.w-slider-force-show {
	display:block!important
}
.w-dropdown {
	display:inline-block;
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	z-index:900
}
.w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
	position:relative;
	vertical-align:top;
	text-decoration:none;
	color:#222;
	padding:20px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	white-space:nowrap
}
.w-dropdown-toggle {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:inline-block;
	cursor:pointer;
	padding-right:40px
}
.w-dropdown-toggle:focus {
	outline:0
}
.w-icon-dropdown-toggle {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto 20px auto auto;
	width:1em;
	height:1em
}
.w-dropdown-list {
	position:absolute;
	background:#ddd;
	display:none;
	min-width:100%
}
.w-dropdown-list.w--open {
	display:block
}
.w-dropdown-link {
	padding:10px 20px;
	display:block;
	color:#222
}
.w-dropdown-link.w--current {
	color:#0082f3
}
.w-dropdown-link:focus {
	outline:0
}
@media screen and (max-width:767px) {
.w-nav-brand {
padding-left:10px
}
}
.w-lightbox-backdrop {
	cursor:auto;
	font-style:normal;
	font-variant:normal;
	letter-spacing:normal;
	list-style:disc;
	text-indent:0;
	text-shadow:none;
	text-transform:none;
	visibility:visible;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#fff;
	font-family:"Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
	font-size:17px;
	line-height:1.2;
	font-weight:300;
	text-align:center;
	background:rgba(0, 0, 0, .9);
	z-index:2000;
	outline:0;
	opacity:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-transform:translate(0, 0)
}
.w-lightbox-backdrop, .w-lightbox-container {
	height:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch
}
.w-lightbox-content {
	position:relative;
	height:100vh;
	overflow:hidden
}
.w-lightbox-view {
	position:absolute;
	width:100vw;
	height:100vh;
	opacity:0
}
.w-lightbox-view:before {
	content:"";
	height:100vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
	height:86vh
}
.w-lightbox-frame, .w-lightbox-view:before {
	display:inline-block;
	vertical-align:middle
}
.w-lightbox-figure {
	position:relative;
	margin:0
}
.w-lightbox-group .w-lightbox-figure {
	cursor:pointer
}
.w-lightbox-img {
	width:auto;
	height:auto;
	max-width:none
}
.w-lightbox-image {
	display:block;
	float:none;
	max-width:100vw;
	max-height:100vh
}
.w-lightbox-group .w-lightbox-image {
	max-height:86vh
}
.w-lightbox-caption {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	padding:.5em 1em;
	background:rgba(0, 0, 0, .4);
	text-align:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.w-lightbox-embed {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%
}
.w-lightbox-control {
	position:absolute;
	top:0;
	width:4em;
	background-size:24px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
-webkit-transition:.3s;
transition:.3s
}
.w-lightbox-left {
	display:none;
	bottom:0;
	left:0;
	background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")
}
.w-lightbox-right {
	display:none;
	right:0;
	bottom:0;
	background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")
}
.w-lightbox-close {
	right:0;
	height:2.6em;
	background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
	background-size:18px
}
.w-lightbox-strip {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:0 1vh;
	line-height:0;
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden
}
.w-lightbox-item {
	display:inline-block;
	width:10vh;
	padding:2vh 1vh;
	box-sizing:content-box;
	cursor:pointer;
	-webkit-transform:translate3d(0, 0, 0)
}
.w-lightbox-active {
	opacity:.3
}
.w-lightbox-thumbnail {
	position:relative;
	height:10vh;
	background:#222;
	overflow:hidden
}
.w-lightbox-thumbnail-image {
	position:absolute;
	top:0;
	left:0
}
.w-lightbox-thumbnail .w-lightbox-tall {
	top:50%;
	width:100%;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.w-lightbox-thumbnail .w-lightbox-wide {
	left:50%;
	height:100%;
	-webkit-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0)
}
.w-lightbox-spinner {
	position:absolute;
	top:50%;
	left:50%;
	box-sizing:border-box;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	border:5px solid rgba(0, 0, 0, .4);
	border-radius:50%;
-webkit-animation:.8s linear infinite spin;
animation:.8s linear infinite spin
}
.w-lightbox-spinner:after {
	content:"";
	position:absolute;
	top:-4px;
	right:-4px;
	bottom:-4px;
	left:-4px;
	border:3px solid transparent;
	border-bottom-color:#fff;
	border-radius:50%
}
.w-lightbox-hide {
	display:none
}
.w-lightbox-noscroll {
	overflow:hidden
}
@media (min-width:768px) {
.w-lightbox-content {
height:96vh;
margin-top:2vh
}
.w-lightbox-view, .w-lightbox-view:before {
height:96vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
height:84vh
}
.w-lightbox-image {
max-width:96vw;
max-height:96vh
}
.w-lightbox-group .w-lightbox-image {
max-width:82.3vw;
max-height:84vh
}
.w-lightbox-left, .w-lightbox-right {
display:block;
opacity:.5
}
.w-lightbox-close {
opacity:.8
}
.w-lightbox-control:hover {
opacity:1
}
}
.w-lightbox-inactive, .w-lightbox-inactive:hover {
	opacity:0
}
.w-richtext:after, .w-richtext:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-richtext:after {
	clear:both
}
.w-richtext[contenteditable=true]:after, .w-richtext[contenteditable=true]:before {
	white-space:initial
}
.w-richtext ol, .w-richtext ul {
	overflow:hidden
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=image] div, .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
	outline:#2895f7 solid 2px
}
.w-richtext figure.w-richtext-figure-type-video>div:after, .w-richtext figure[data-rt-type=video]>div:after {
	content:'';
	position:absolute;
	display:none;
	left:0;
	top:0;
	right:0;
	bottom:0
}
.w-richtext figure {
	position:relative;
	max-width:60%
}
.w-richtext figure>div:before {
	cursor:default!important
}
.w-richtext figure img {
	width:100%
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity:.6
}
.w-richtext figure div {
	font-size:0px;
	color:transparent
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
	display:table
}
.w-richtext figure.w-richtext-figure-type-image>div, .w-richtext figure[data-rt-type=image]>div {
	display:inline-block
}
.w-richtext figure.w-richtext-figure-type-image>figcaption, .w-richtext figure[data-rt-type=image]>figcaption {
	display:table-caption;
	caption-side:bottom
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
	width:60%;
	height:0
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type=video] iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.w-richtext figure.w-richtext-figure-type-video>div, .w-richtext figure[data-rt-type=video]>div {
	width:100%
}
.w-richtext figure.w-richtext-align-center {
	margin-right:auto;
	margin-left:auto;
	clear:both
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div, .w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
	max-width:100%
}
.w-richtext figure.w-richtext-align-normal {
	clear:both
}
.w-richtext figure.w-richtext-align-fullwidth {
	width:100%;
	max-width:100%;
	text-align:center;
	clear:both;
	display:block;
	margin-right:auto;
	margin-left:auto
}
.w-richtext figure.w-richtext-align-fullwidth>div {
	display:inline-block;
	padding-bottom:inherit
}
.w-richtext figure.w-richtext-align-fullwidth>figcaption {
	display:block
}
.w-richtext figure.w-richtext-align-floatleft {
	float:left;
	margin-right:15px;
	clear:none
}
.w-richtext figure.w-richtext-align-floatright {
	float:right;
	margin-left:15px;
	clear:none
}
.w-nav {
	position:relative;
	background:#ddd;
	z-index:1000
}
.w-nav:after, .w-nav:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-nav:after {
	clear:both
}
.w-nav-brand {
	position:relative;
	float:left;
	text-decoration:none;
	color:#333
}
.w-nav-link {
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#222;
	padding:20px;
	text-align:left;
	margin-left:auto;
	margin-right:auto
}
.w-nav-link.w--current {
	color:#0082f3
}
.w-nav-menu {
	position:relative;
	float:right
}
[data-nav-menu-open] {
display:block!important;
position:absolute;
top:100%;
left:0;
right:0;
background:#c8c8c8;
text-align:center;
overflow:visible;
min-width:200px
}
.w--nav-link-open {
	display:block;
	position:relative
}
.w-nav-overlay {
	position:absolute;
	overflow:hidden;
	display:none;
	top:100%;
	left:0;
	right:0;
	width:100%
}
.w-nav-overlay [data-nav-menu-open] {
	top:0
}
.w-nav[data-animation=over-left] .w-nav-overlay {
	width:auto
}
.w-nav[data-animation=over-left] .w-nav-overlay, .w-nav[data-animation=over-left] [data-nav-menu-open] {
	right:auto;
	z-index:1;
	top:0
}
.w-nav[data-animation=over-right] .w-nav-overlay {
	width:auto
}
.w-nav[data-animation=over-right] .w-nav-overlay, .w-nav[data-animation=over-right] [data-nav-menu-open] {
	left:auto;
	z-index:1;
	top:0
}
.w-nav-button {
	position:relative;
	float:right;
	padding:18px;
	font-size:24px;
	display:none;
	cursor:pointer;
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.w-nav-button:focus {
	outline:0
}
.w-nav-button.w--open {
	background-color:#c8c8c8;
	color:#fff
}
.w-nav[data-collapse=all] .w-nav-menu {
	display:none
}
.w--nav-dropdown-open, .w--nav-dropdown-toggle-open, .w-nav[data-collapse=all] .w-nav-button {
	display:block
}
.w--nav-dropdown-list-open {
	position:static
}
@media screen and (max-width:991px) {
.w-nav[data-collapse=medium] .w-nav-menu {
display:none
}
.w-nav[data-collapse=medium] .w-nav-button {
display:block
}
}
@media screen and (max-width:767px) {
.w-nav[data-collapse=small] .w-nav-menu {
display:none
}
.w-nav[data-collapse=small] .w-nav-button {
display:block
}
.w-nav-brand {
padding-left:10px
}
}
.w-tabs {
	position:relative
}
.w-tabs:after, .w-tabs:before {
	content:" ";
	display:table;
	grid-column-start:1;
	grid-row-start:1;
	grid-column-end:2;
	grid-row-end:2
}
.w-tabs:after {
	clear:both
}
.w-tab-menu {
	position:relative
}
.w-tab-link {
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	padding:9px 30px;
	text-align:left;
	cursor:pointer;
	color:#222;
	background-color:#ddd
}
.w-tab-link.w--current {
	background-color:#c8c8c8
}
.w-tab-link:focus {
	outline:0
}
.w-tab-content {
	position:relative;
	display:block;
	overflow:hidden
}
.w-tab-pane {
	position:relative;
	display:none
}
.w--tab-active {
	display:block
}
@media screen and (max-width:479px) {
.w-nav[data-collapse=tiny] .w-nav-menu {
display:none
}
.w-nav[data-collapse=tiny] .w-nav-button, .w-tab-link {
display:block
}
}
.w-ix-emptyfix:after {
	content:""
}
@keyframes spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.w-dyn-empty {
	padding:10px;
	background-color:#ddd
}
.w-condition-invisible, .w-dyn-bind-empty, .w-dyn-hide {
	display:none!important
}
.wf-layout-layout {
	display:grid!important
}
.w-pagination-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.w-pagination-previous {
	display:block;
	color:#333;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	padding:9px 20px;
	background-color:#fafafa;
	border-width:1px;
	border-color:#ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-style:solid;
	border-radius:2px
}
.w-pagination-previous-icon {
	margin-right:4px
}
.w-pagination-next {
	display:block;
	color:#333;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	padding:9px 20px;
	background-color:#fafafa;
	border-width:1px;
	border-color:#ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-style:solid;
	border-radius:2px
}
.w-pagination-next-icon {
	margin-left:4px
}
.w-checkbox {
	display:block;
	margin-bottom:5px;
	padding-left:20px
}
.w-checkbox::before {
content:' ';
display:table;
-ms-grid-column-span:1;
grid-column-end:2;
-ms-grid-column:1;
grid-column-start:1;
-ms-grid-row-span:1;
grid-row-end:2;
-ms-grid-row:1;
grid-row-start:1
}
.w-checkbox::after {
content:' ';
display:table;
-ms-grid-column-span:1;
grid-column-end:2;
-ms-grid-column:1;
grid-column-start:1;
-ms-grid-row-span:1;
grid-row-end:2;
-ms-grid-row:1;
grid-row-start:1;
clear:both
}
.w-checkbox-input {
	float:left;
	margin:4px 0 0 -20px;
	line-height:normal
}
.w-checkbox-input--inputType-custom {
	border-width:1px;
	border-color:#ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-style:solid;
	width:12px;
	height:12px;
	border-radius:2px
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color:#3898ec;
	border-color:#3898ec;
	background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow:0 0 3px 1px #3898ec
}
h1 {
	margin:40px 0 24px;
	font-size:60px;
	line-height:72px;
	font-weight:700
}
h2 {
	margin-top:40px;
	margin-bottom:16px;
	font-size:40px;
	line-height:48px;
	font-weight:700
}
h3 {
	display:block;
	margin-top:32px;
	margin-bottom:16px;
	font-size:32px;
	line-height:40px;
	font-weight:700
}
h4 {
	margin-top:32px;
	margin-bottom:16px;
	color:#252525;
	font-size:22px;
	line-height:32px;
	font-weight:700
}
h5 {
	margin-top:32px;
	margin-bottom:16px;
	font-size:20px;
	line-height:28px;
	font-weight:700
}
h6 {
	display:block;
	margin-top:32px;
	margin-bottom:16px;
	font-size:16px;
	line-height:24px;
	font-weight:700
}
p {
	margin-top:16px;
	margin-bottom:16px;
	color:#61646d;
	font-size:15px;
	line-height:24px
}
ul {
	display:block;
	margin-top:0;
	margin-bottom:8px;
	padding-left:40px
}
ol {
	margin-top:0;
	margin-bottom:8px;
	padding-left:40px
}
blockquote {
	margin:32px 0;
	padding:8px 24px;
	border-left:3px solid #ffa535;
	font-size:22px;
	line-height:32px
}
figcaption {
	margin-top:9px;
	color:#9096a4;
	font-size:14px;
	line-height:20px;
	text-align:center
}
.body {
	font-family:Lato, sans-serif;
	color:#2e323c;
	font-size:16px;
	line-height:28px
}
.section {
	display:block;
	overflow:hidden;
	margin-top:0;
	padding:75px 10%;
	background-color:#f8efe9;
	text-align:center
}
.section.testimonials-color-image {
	background-color:#7567f8;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(117, 103, 248, .85)), to(rgba(117, 103, 248, .85))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1113350c50_sergey-zolkin-192937.jpg");
	background-image:linear-gradient(180deg, rgba(117, 103, 248, .85), rgba(117, 103, 248, .85)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1113350c50_sergey-zolkin-192937.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.section.grey-section {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f8efe9
}
.section.grey-section.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section.grey-section.homepage {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:6%;
	padding-bottom:20px;
	padding-left:6%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-image:none;
	text-align:left
}
.section.grey-section.homepage.systemgreenbg {
	padding-bottom:40px;
	background-color:#d3e4e0
}
.section.grey-section.homepage.systemgreenbg-dvfa {
	padding-bottom:40px;
	background-color:#f1e7de
}
.section.grey-section.morebottom {
	padding-bottom:120px;
	background-color:#f1e6de
}
.section.grey-section.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section.grey-section.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section.grey-section.teamusabg {
	background-color:#f0e7e1
}
.section.grey-section.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.section.grey-section.homepage-vidteampage {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:80px 5%;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-image:none;
	text-align:left
}
.section.grey-section.homepage-vidteampage.systemgreenbg {
	padding-bottom:40px;
	background-color:#d3e4e0
}
.section.grey-section.homepage-vidteampage.systemgreenbg-dvfa {
	padding-bottom:40px;
	background-color:#f1e7de
}
.section.no-side-paddings {
	padding-right:0;
	padding-left:0
}
.section.no-bottom-padding {
	padding-bottom:0
}
.section.no-top-padding {
	padding-top:0
}
.section.no-top-padding.no-bottom-padding {
	background-color:#f8efe9
}
.section.testimonials-image {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.section.services-color-bg-section {
	background-color:#7567f8
}
.section.no-paddings {
	padding:0
}
.section.contact-image {
	position:relative;
	z-index:2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .2)), to(rgba(46, 50, 60, .2))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .2), rgba(46, 50, 60, .2)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.section.contact-image.scroll-bg {
	background-image:-webkit-gradient(linear, left top, left bottom, from(null), to(null)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, null, null), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-attachment:scroll, scroll
}
.section.dark-grey-section {
	display:block;
	padding-top:0;
	padding-right:10%;
	padding-left:10%;
	background-color:#edf4f3
}
.section.beigebg {
	background-color:#eee2da
}
.section.beigedarkbg {
	margin-top:0;
	padding:40px 7% 80px;
	background-color:#eee1d9
}
.section.beigedarkbg.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section.beigedarkbg.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section.beigedarkbg.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.section.beigedarkbg.morebottom {
	background-color:#f1e6de
}
.section.beigedarkbg.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section.beigedarkbg.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section.beigedarkbg.teamusabg {
	background-color:#f0e7e1
}
.section.beigedarkbg.teamlandingpage {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:50px;
	padding-bottom:60px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-o-object-position:50% 0%;
	object-position:50% 0%
}
.section.beigedarkbg.teamlandingpage.meetleaderstopmargin {
	padding-top:56px
}
.section.grey-section-copy {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f8efe9
}
.section.grey-section-copy.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section.grey-section-copy.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section.grey-section-copy.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.section.grey-section-copy.morebottom {
	background-color:#f1e6de
}
.section.grey-section-copy.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section.grey-section-copy.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section.grey-section-copy.teamusabg {
	background-color:#f0e7e1
}
.section.grey-section-copy.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.section._5stepssection {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f1e7de
}
.section._5stepssection.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section._5stepssection.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section._5stepssection.homepage.systemgreenbg {
	padding-bottom:40px;
	background-color:#d3e4e0
}
.section._5stepssection.morebottom {
	padding-bottom:120px;
	background-color:#f1e6de
}
.section._5stepssection.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section._5stepssection.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section._5stepssection.teamusabg {
	background-color:#f0e7e1
}
.section._5stepssection.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.section.beigedarkbg-vidnav {
	display:none;
	margin-top:0;
	padding:30px 0 0;
	background-color:#2f5f5b
}
.section.beigedarkbg-vidnav.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section.beigedarkbg-vidnav.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section.beigedarkbg-vidnav.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.section.beigedarkbg-vidnav.morebottom {
	background-color:#f1e6de
}
.section.beigedarkbg-vidnav.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section.beigedarkbg-vidnav.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section.beigedarkbg-vidnav.teamusabg {
	background-color:#f0e7e1
}
.section.beigedarkbg-vidnav.teamlandingpage {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:50px;
	padding-bottom:60px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-o-object-position:50% 0%;
	object-position:50% 0%
}
.section.beigedarkbg-vidnav.teamlandingpage.meetleaderstopmargin {
	padding-top:56px
}
.wrapper {
	display:block;
	max-width:1200px;
	padding-right:0;
	padding-left:0;
	background-color:transparent
}
.wrapper.nav-bar-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.wrapper.services-big-cards {
	display:inline;
	margin-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.wrapper.services-big-cards.platformcardlower {
	margin-top:120px
}
.button {
	height:48px;
	padding:20px 40px 44px;
	border-radius:4px;
	background-color:transparent;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b);
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	font-size:15px;
	line-height:24px;
	font-weight:700
}
.button:hover {
	background-image:linear-gradient(100deg, #2d5e5a, #54958b);
	box-shadow:0 5px 18px 0 rgba(0, 0, 0, .31);
	-webkit-transform:translate(0, -1px);
	-ms-transform:translate(0, -1px);
	transform:translate(0, -1px)
}
.button.testimonials-button {
	margin-top:16px
}
.button.contact-button {
	margin-top:16px;
	padding-top:20px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #54958b)
}
.button.contact-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.button.contact-ready-button {
	margin-top:24px;
	margin-bottom:-80px;
	padding:15px 30px 41px
}
.button.footer-big-subscribe-button {
	margin-right:6px;
	margin-left:24px;
	padding:12px 40px 30px;
	border:1px solid #4d8a81;
	border-radius:50px;
	background-image:none;
	color:#347a70
}
.button.footer-subscribe-button {
	margin-top:14px;
	margin-bottom:24px;
	padding:10px 32px;
	background-color:#54958b;
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	height:40px;
	border-radius:4px;
	background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b);
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:20px
}
.button.footer-subscribe-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5);
	box-shadow:0 5px 18px 0 rgba(70, 70, 70, .5)
}
.button.footer-subscribe-button.w--current {
	background-image:-webkit-gradient(linear, left top, right top, color-stop(1%, #2d5e5a), color-stop(100%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a 1%, #54958b 100%, #54958b)
}
.button.footer-subscribe-button.allin-button {
	height:56px;
	margin-top:0;
	margin-bottom:16px;
	padding-top:18px;
	font-family:Lato, sans-serif;
	font-size:12px
}
.button.hero-side-button {
	margin-top:20px
}
.button.subscribe-button {
	margin-left:24px
}
.button.services-simple-button {
	margin-top:72px
}
.button.services-simple-button.advantagesbutton {
	margin-top:40px;
	margin-bottom:20px
}
.button.services-simple-button.systempagebutton {
	margin-top:0;
	margin-right:20px;
	margin-left:20px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.button.services-simple-button.systempagebutton.ebbokbutton2 {
	margin-top:0;
	margin-left:0;
	float:left
}
.button.works-v3-button {
	position:relative;
	top:-10px;
	height:44px;
	margin-top:20px;
	margin-bottom:0;
	padding:9px 24px 30px;
	border:1px solid rgba(84, 149, 139, .67);
	border-radius:40px;
	background-color:transparent;
	background-image:none;
	color:#54958b;
	font-size:13px;
	font-weight:700
}
.button.works-v3-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.button.works-v3-button.big-button-stroked {
	padding:17px 34px 40px;
	border-radius:4px;
	font-size:14px
}
.button.works-v3-button.big-button-stroked:hover {
	background-color:#fff
}
.button.works-v3-button.big-button-stroked.branding-button {
	width:150px;
	min-width:150px;
	margin-right:5px;
	margin-left:5px;
	padding:13px 5px 36px;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start;
	font-size:12px
}
.button.works-v3-button.big-button-stroked.branding-button.newbutton {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	min-width:150px;
	padding-top:24px;
	padding-bottom:26px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-color:#f34568;
	background-color:#f34568;
	color:#fff;
	line-height:14px
}
.button.posts-v3-button, .button.service-cards-button, .button.works-v4-button {
	margin-top:80px
}
.button.works-v5-button {
	margin-top:64px
}
.button.form-button {
	padding-top:7px
}
.button.form-button.passwordbutton {
	padding-top:14px;
	padding-bottom:38px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b)
}
.button.ghost-button {
	background-color:transparent;
	background-image:none;
	box-shadow:inset 0 0 0 2px #fff;
-webkit-transition:box-shadow .3s, background-color .3s, color .3s;
transition:box-shadow .3s, background-color .3s, color .3s
}
.button.ghost-button:hover {
	background-color:#fff;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	color:#2e323c
}
.button.ghost-button.hero-promo-button {
	margin:40px
}
.button.ghost-button.coming-soon-contact-button {
	position:absolute;
	right:32px;
	bottom:40px
}
.button.sidebar-subscribe-button {
	padding-top:8px
}
.button.full-screen-button {
	position:absolute;
	right:40px;
	bottom:40px
}
.button.pricing-table-button {
	margin-top:40px
}
.button._404-home-button {
	margin-top:24px;
	margin-bottom:-64px
}
.button.style-guide-button {
	margin-top:64px
}
.button.float-subscribe-button {
	margin-left:16px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.button.whitepillbutton {
	height:60px;
	margin-top:24px;
	margin-bottom:24px;
	padding:19px 40px 20px;
	border-radius:40px;
	background-color:#fff;
	background-image:-webkit-gradient(linear, left top, right top, from(#e4ae23), to(#e6c74c));
	background-image:linear-gradient(90deg, #e4ae23, #e6c74c)
}
.button.whitepillbutton:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.button.beigebutton {
	border:1px solid #fff;
	background-image:none
}
.button.ebookbutton {
	display:inline-block;
	padding-top:40px;
	float:left;
	text-align:center
}
.nav-bar {
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:200;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-left:0;
	padding-right:20px;
	padding-left:24px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	grid-auto-columns:1fr;
	grid-column-gap:16px;
	grid-row-gap:16px;
	-ms-grid-columns:1fr 1fr;
	grid-template-columns:1fr 1fr;
	-ms-grid-rows:auto auto;
	grid-template-rows:auto auto;
	background-color:transparent
}
.nav-bar.ghost-nav-bar {
	width:100%;
	background-color:transparent;
	box-shadow:none
}
.logo {
	position:relative;
	max-width:170px;
	margin-top:0;
	margin-bottom:0;
	color:#2e323c;
	font-size:25px;
	line-height:24px;
	font-weight:700
}
.logo-link {
	padding:25px 16px 23px 14px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.logo-link.full-screen-logo {
	position:absolute;
	left:25px;
	top:0
}
.logo-line {
	width:62%;
	height:2px;
	background-color:#ffa535;
	background-image:-webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
	background-image:linear-gradient(90deg, #ff753e, #ffb731)
}
.logo-line.white-line {
	background-color:#fff;
	background-image:none
}
.logo-text {
	display:inline-block;
	margin-left:8px;
	padding-bottom:4px;
	float:left;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#a5aab6;
	font-size:14px;
	line-height:24px
}
.nav-link {
	position:static;
	display:block;
	padding:16px 33px 18px 14px;
	-webkit-transition:color 150ms;
	transition:color 150ms;
	color:hsla(0, 0%, 100%, .83);
	font-size:15px;
	line-height:24px;
	text-align:center
}
.nav-link:hover {
	color:#fff
}
.nav-link.w--current {
	color:#2e323c
}
.nav-link.dropdown {
	padding-right:36px
}
.nav-link.nodrop {
	position:static;
	top:0;
	display:block;
	margin-top:0;
	padding-top:16px;
	padding-right:20px;
	padding-left:20px
}
.hero-table-section {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	height:100vh;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#f5f6f9;
	background-image:radial-gradient(circle farthest-side at 50% 50%, #59998f, #21504b)
}
.hero-table-intro {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-height:300px;
	max-width:570px;
	margin-top:18%;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#9096a4;
	font-size:22px;
	text-align:center
}
.hero-intro-line {
	width:70px;
	height:3px;
	margin-top:8px;
	margin-bottom:14px;
	background-image:-webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
	background-image:linear-gradient(90deg, #ff753e, #ffb731)
}
.service-side-text {
	padding-right:32px;
	color:#9096a4
}
.paragraph-big {
	width:60%;
	margin-top:6px;
	margin-bottom:32px;
	color:#fff;
	font-size:20px;
	line-height:28px
}
.paragraph-big.hero-split-text {
	margin-top:8px;
	margin-bottom:36px;
	color:#9096a4
}
.paragraph-big.paragraph-big-white {
	width:90%;
	color:hsla(0, 0%, 100%, .8)
}
.scroll-down-link {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	display:block;
	max-width:160px;
	margin-right:auto;
	margin-left:auto;
	padding:16px 24px 32px;
	opacity:.4;
-webkit-transition:opacity .3s;
transition:opacity .3s;
	color:#5d6371;
	font-size:11px;
	line-height:16px;
	font-weight:700;
	text-align:center;
	letter-spacing:1.5px;
	text-transform:uppercase
}
.scroll-down-link:hover {
	opacity:1
}
.hero-imac {
	position:absolute;
	left:0;
	top:16%;
	right:0;
	z-index:5;
	display:block;
	margin-right:auto;
	margin-left:auto
}
.hero-plant-small {
	position:absolute;
	left:4%;
	top:18%;
	z-index:3
}
.hero-headphones {
	position:absolute;
	left:0;
	right:1000px;
	bottom:6%;
	z-index:2;
	display:block;
	margin-right:auto;
	margin-left:auto
}
.hero-plant-big {
	position:absolute;
	top:16%;
	right:-110px
}
.hero-pencils {
	position:absolute;
	top:39%;
	right:8%;
	z-index:7
}
.hero-mouse {
	position:absolute;
	left:760px;
	right:0;
	bottom:11%;
	display:block;
	margin-right:auto;
	margin-left:auto;
	-webkit-transform:rotate(7deg);
	-ms-transform:rotate(7deg);
	transform:rotate(7deg)
}
.hero-pencil {
	position:absolute;
	right:5%;
	bottom:25%;
	-webkit-transform:rotate(16deg);
	-ms-transform:rotate(16deg);
	transform:rotate(16deg)
}
.hero-arrow-down-icon {
	margin-top:6px
}
.section-header-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding-bottom:4px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.section-header-wrapper.subscribe-header-wrapper {
	padding-bottom:0
}
.section-header-wrapper.advantagesheader, .section-header-wrapper.homepagetitleconstellation, .section-header-wrapper.resources-header {
	margin-bottom:40px
}
.section-header-wrapper.marginusa {
	margin-bottom:-10px
}
.section-small-header {
	display:block;
	width:100%;
	padding-bottom:10px;
	padding-left:0;
	color:#188f85;
	font-size:12px;
	line-height:20px;
	font-weight:700;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase
}
.section-small-header.white-text {
	padding-bottom:16px
}
.section-small-header.white-text.headeroverphoto.whitesmallheader {
	color:#fff
}
.section-small-header.headeroverphoto {
	margin-top:20px;
	color:#36a59c
}
.section-small-header.findleader {
	width:360px;
	margin-left:18px;
	font-family:Lato, sans-serif
}
.section-small-header.filterletter {
	position:relative;
	top:16px;
	display:inline;
	padding-top:0;
	padding-right:12px;
	padding-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	font-family:Lato, sans-serif
}
.section-small-header.leftalignsmallheader {
	text-align:left
}
.section-small-header.underemails {
	padding-top:30px
}
.section-small-header.leftalignsmallheader-dvfa {
	padding-bottom:0;
	text-align:left
}
.section-header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:0;
	margin-bottom:12px;
	-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;
	font-family:Lato, sans-serif;
	font-size:30px;
	font-weight:700;
	letter-spacing:.5px;
	text-transform:none
}
.section-header.pagenotfound {
	color:#fff
}
.section-header.homepageheader {
	margin-bottom:38px
}
.section-header.teamusasectionheader {
	font-size:36px;
	letter-spacing:-.5px
}
.section-header.leaderstitleheader {
	margin-bottom:33px;
	font-size:34px
}
.section-description {
	margin-top:0;
	margin-bottom:40px;
	font-family:Lato, sans-serif;
	color:#61646d;
	font-size:16px;
	line-height:24px
}
.section-description._404subtitle {
	color:#fff;
	font-size:18px
}
.section-description.allinheaderdescription {
	margin-right:0;
	margin-bottom:20px;
	color:#fff;
	font-size:15px;
	font-weight:300
}
.section-description.platformleadin {
	margin-bottom:60px
}
.section-description.prospectingheader {
	width:50%
}
.service-card-big {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:100px;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.service-card-big.reversed {
	margin-bottom:100px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.service-image {
	width:66.66666667%;
	height:560px;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	border-radius:8px;
	background-color:#e1e3ea
}
.service-image.service-image-1 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2c40350d3d_technology.jpg");
	background-position:100% 50%;
	background-size:960px;
	background-repeat:no-repeat
}
.service-image.service-image-1._360image {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5f9306d934a0a48e8b6b31dd_5c68d1713ca6bd73bd350d2b_podcastscreenUPDATED-102320.jpg");
	background-position:50% 50%;
	background-size:960px
}
.service-image.service-image-1.tfacard {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5512350d31_tfa-wwsite.jpg");
	background-position:100% 50%;
	background-size:920px
}
.service-image.service-image-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdd46b350d29_hmwscreen4.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-image.service-image-2.wwcard {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bddff4350d32_wft-wwsite.jpg")
}
.service-image.service-image-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4a65350c97_autumn-goodman-242825.jpg");
	background-position:50% 50%;
	background-size:cover
}
.service-image.service-image-4 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde5c6350c74_william-iven-11250.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-color-card {
	position:relative;
	left:16.6666666%;
	z-index:1;
	width:50%;
	margin-top:auto;
	margin-bottom:auto;
	padding:64px 100px 56px 64px;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	border-radius:8px;
	background-color:#3c5e5b;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .27);
	color:#fff;
	text-align:left
}
.service-color-card.service-card-right {
	left:auto;
	right:16.6666666%
}
.service-color-card.service-card-right.color-2 {
	background-color:#57958b
}
.service-color-card.service-card-right.color-2.bluecard {
	background-color:#226983
}
.service-color-card.service-card-right.limecard {
	background-color:#a3b16e
}
.service-color-card.service-card-right.orangecard {
	background-color:#ff9b43
}
.service-color-card.redcard {
	background-color:#fa5455
}
.service-color-card.bluecard {
	background-color:#226983
}
.service-color-card.orangecard {
	background-color:#ff9b43
}
.link-arrow-icon {
	margin-top:-3px;
	margin-left:8px
}
.link-arrow-text {
	display:inline-block;
	margin-top:9px;
	margin-right:0;
	margin-left:0;
	clear:left;
	text-align:left
}
.link-arrow-text.white-text {
	line-height:16px
}
.link-arrow-text.linktexthome {
	color:#000
}
.link-arrow-text.linktexthome:hover {
	color:#188f85
}
.white-text {
	color:#fff
}
.service-color-card-icon {
	margin-bottom:12px;
	margin-left:-2px
}
.color-2 {
	background-color:#f34568
}
.color-3 {
	background-color:#7567f8
}
.color-4 {
	background-color:#df4798
}
.color-5 {
	background-color:#329eff
}
.color-6 {
	background-color:#0dd290
}
.service-simple {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33333333%;
	padding-right:10px;
	padding-bottom:24px;
	padding-left:10px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	text-align:left
}
.paragraph-small {
	padding-right:16px;
	padding-left:16px;
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:24px
}
.paragraph-small.footerpara {
	padding-right:16px;
	padding-left:0;
	font-size:14px
}
.service-simple-header {
	margin-top:12px;
	padding-left:16px;
	color:#2e323c
}
.service-color-card-text {
	margin-bottom:24px;
	color:#fff
}
.section-header-icon {
	margin-top:-4px
}
.service-simple-icon {
	float:left
}
.service-simple-info {
	position:relative;
	overflow:hidden;
	padding-left:16px;
	color:#9096a4
}
.services-simple {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:0;
	margin-bottom:0;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.grey-section {
	background-color:#f5f6f9;
	text-align:center
}
.works-v1 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-32px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.work-v1 {
	width:50%
}
.work-card-v1 {
	display:block;
	margin:0 15px 32px;
	padding:40px;
	border-radius:8px;
	background-color:transparent;
-webkit-transition:background-color .3s, box-shadow .3s, -webkit-transform .3s;
transition:background-color .3s, box-shadow .3s, transform .3s, -webkit-transform .3s;
	color:#9096a4;
	text-align:center
}
.work-card-v1:hover {
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09);
	-webkit-transform:translate(0, -4px);
	-ms-transform:translate(0, -4px);
	transform:translate(0, -4px)
}
.work-card-v1-image {
	border-radius:8px
}
.work-card-v1-category {
	position:relative;
	z-index:1;
	display:block;
	width:80px;
	height:80px;
	margin:-40px auto -8px;
	border-radius:50%;
	background-color:#2e323c;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:50% 50%;
	background-size:32px;
	background-repeat:no-repeat;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .18)
}
.work-card-v1-header {
	margin-bottom:20px;
	color:#2e323c
}
.work-card-v1-description {
	padding-right:40px;
	padding-left:40px
}
.testimonials-color-cards {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.review-color-card {
	margin-bottom:32px;
	padding:40px;
	-webkit-flex-basis:40%;
	-ms-flex-preferred-size:40%;
	flex-basis:40%;
	border-radius:8px;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .18);
	color:#fff
}
.review-color-card.color-3 {
	background-color:#3c5e5b
}
.review-color-card.color-4 {
	background-color:#fa5455
}
.review-color-card.color-6 {
	margin-top:80px;
	background-color:#226983
}
.review-color-card.color-5 {
	background-color:#57958b
}
.review-color-card.color7 {
	margin-top:80px;
	background-color:#ff9b43
}
.review-color-card.color8 {
	background-color:#a3b16e
}
.review-color-card.colo9 {
	background-color:#2d5e5a
}
.review-color-card.color9 {
	background-color:#54958b
}
.testimonials-color-cards-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:66.66666666%;
	margin-bottom:-32px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.tesimonials-color-cards-info {
	padding-top:40px;
	padding-right:55px;
	padding-left:15px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	text-align:left
}
.image {
	width:64px;
	margin-bottom:4px;
	border-radius:50%
}
.review-color-card-author {
	font-size:13px;
	line-height:24px
}
.testimonials-color-cards-colomn-1 {
	width:50%;
	padding-top:40px;
	padding-right:15px;
	padding-left:15px
}
.testimonials-color-cards-column-2 {
	width:50%;
	padding-right:15px;
	padding-left:15px
}
.team {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.team-member {
	width:25%;
	padding-right:15px;
	padding-left:15px;
	text-align:center
}
.team-member-photo {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	height:360px;
	margin-bottom:-10px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
	border-radius:8px;
	background-color:#ccd0d9;
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s
}
.team-member-photo:hover {
	box-shadow:inset 0 0 0 500px rgba(46, 50, 60, .2)
}
.team-member-photo.team-member-1 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1216350bd9_team-member-01.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-photo.team-member-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde89a350c52_team-member-02.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-photo.team-member-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd221f350bd7_team-member-03.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-photo.team-member-4 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd6690350bdc_team-member-04.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-role {
	margin-top:-12px;
	color:#9096a4;
	font-size:14px;
	line-height:24px
}
.rich-text-content {
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
	text-align:left
}
.team-member-links {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	margin-right:16px;
	margin-bottom:16px;
	margin-left:16px;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	border-radius:6px;
	background-color:#fff;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27)
}
.team-member-link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:6px;
	padding-bottom:6px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-color:#fff;
	box-shadow:-1px 0 0 0 #e1e3ea, 1px 0 0 0 #e1e3ea
}
.contact-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.contact-split-image {
	width:50%;
	min-height:600px;
	background-color:#ccd0d9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .15)), to(rgba(46, 50, 60, .15))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd9ca9350c90_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .15), rgba(46, 50, 60, .15)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd9ca9350c90_grovemade-239358.jpg");
	background-position:0 0, 0 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.contact-split-info {
	max-width:570px;
	margin-bottom:0;
	margin-left:15px;
	padding:80px 7% 120px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.form-label {
	margin-bottom:8px;
	font-size:11px;
	line-height:16px;
	text-align:left;
	letter-spacing:1.5px;
	text-transform:uppercase
}
.input {
	height:48px;
	margin-bottom:20px;
	padding-top:7px;
	padding-right:0;
	padding-left:0;
	border-color:#000 #000 #ccd0d9;
	border-top-style:none;
	border-top-width:1px;
	border-right-style:none;
	border-right-width:1px;
	border-left-style:none;
	border-left-width:1px;
	border-radius:0;
	background-color:transparent;
-webkit-transition:border-color .3s;
transition:border-color .3s;
	color:#2e3c39;
	font-size:15px;
	line-height:24px
}
.input:hover {
	border-bottom-color:#9096a4
}
.input:focus {
	border-bottom-color:#ffa535
}
.input.text-area {
	height:auto;
	min-height:112px
}
.input.footer-big-subscribe-input {
	display:inline-block;
	margin-bottom:0;
	padding-left:60px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2117350cb5_paperplaneicon.svg");
	background-position:0 50%;
	background-size:46px;
	background-repeat:no-repeat
}
.input.footer-big-subscribe-input:focus {
	border-bottom-color:#0bbda1
}
.input.footer-subscribe-input {
	margin-bottom:24px;
	border-bottom-color:#d1d1d1;
	font-family:Lato, sans-serif
}
.input.subscribe-input {
	margin-bottom:0;
	padding-left:56px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2117350cb5_paperplaneicon.svg");
	background-position:8px 50%;
	background-size:40px;
	background-repeat:no-repeat
}
.input.password-input {
	text-align:center
}
.input.password-input:focus {
	border-bottom-color:#0bbda1
}
.text-block-2 {
	color:#2e323c
}
.text-block-2.text-block-2-white {
	color:hsla(0, 0%, 100%, .9)
}
.contact-split-form {
	padding-top:0
}
.clients-section {
	padding-top:64px;
	padding-bottom:64px;
	background-color:#2f5751;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bda4de350cd2_greenwaterbg.jpg");
	background-position:0 100%;
	background-size:cover;
	background-attachment:scroll
}
.clients-section.clients-color-section {
	background-color:#7567f8;
	color:#fff
}
.clients-section.clients-small-padding {
	padding-top:48px;
	padding-bottom:48px
}
.clients-section.white {
	background-color:#fff
}
.clients-section.quotesection {
	padding-top:80px
}
.clients-section.quotesection.quotepaddinglist {
	margin-top:40px
}
.clients-section.quotesection-dvfa {
	padding-top:80px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5faad945b217373805f3e7e7_dvfa.jpg");
	background-position:50% 0
}
.clients-section.quotesection-dvfa.quotepaddinglist {
	margin-top:40px
}
.clients-logotypes {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.client-logo {
	margin-right:16px;
	margin-left:16px;
	padding:16px;
	opacity:.7;
-webkit-transition:opacity .3s;
transition:opacity .3s
}
.client-logo:hover {
	opacity:1
}
.client-logo.color-logo {
	margin-right:12px;
	margin-left:12px;
	opacity:1
}
.footer-v1 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:28px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	text-align:left
}
.footer-v1-column {
	width:25%;
	padding:8px 60px 64px 15px;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	font-size:14px;
	line-height:24px
}
.footer-v1-column-text {
	color:#9096a4
}
.footer-logo {
	display:block;
	margin-top:10px;
	margin-bottom:-16px;
	padding:24px 15px 24px 0
}
.footer-bottom {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-right:15px;
	margin-left:15px;
	padding-top:24px;
	padding-bottom:24px;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	border-color:#d1d1d1;
	border-top-style:solid;
	border-top-width:1px;
	color:#9096a4;
	font-size:12px;
	line-height:24px
}
.footer-bottom-text-left {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	text-align:left
}
.footer-bottom-link {
	color:#2e323c
}
.footer-bottom-link:hover {
	text-decoration:underline
}
.footer-bottom-link-right {
	margin-left:24px;
	color:#2e323c
}
.footer-bottom-link-right:hover {
	text-decoration:underline
}
.footer-grey-link {
	color:#9096a4
}
.footer-grey-link:hover {
	text-decoration:underline
}
.hero-video-section {
	height:100vh;
	background-color:rgba(117, 103, 248, .75)
}
.hero-video-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.hero-video-info {
	position:relative;
	margin-top:56px;
	margin-left:9%;
	padding-bottom:10px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.hero-video-header {
	color:#fff;
	font-size:200px;
	line-height:180px;
	font-weight:900;
	letter-spacing:8px
}
.hero-video-play {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	height:100vh;
	padding-top:72px;
	padding-right:8px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	color:#fff;
	font-size:16px;
	line-height:40px;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase
}
.video-play-button {
	position:static;
	left:0;
	right:0;
	bottom:0;
	display:inline-block;
	width:88px;
	height:88px;
	margin-right:24px;
	margin-left:24px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border:2px solid #fff;
	border-radius:50%;
	background-color:transparent;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd105d350bf3_play-icon.svg"), -webkit-gradient(linear, left top, right top, from(#2d5e5a), to(#54958b));
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd105d350bf3_play-icon.svg"), linear-gradient(90deg, #2d5e5a, #54958b);
	background-position:50% 50%, 0 0;
	background-repeat:no-repeat, repeat;
	text-align:left
}
.hero-video-vertical-wrapper {
	position:absolute;
	left:0;
	top:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:118px;
	margin-left:-100px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	color:#fff;
	font-size:16px;
	line-height:32px;
	font-weight:700;
	letter-spacing:3px;
	text-transform:uppercase
}
.hero-video-vertical-line {
	width:54px;
	height:2px;
	margin-right:16px;
	background-color:#fff
}
.about-side-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-8px;
	text-align:left
}
.about-side-header-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.about-side-line {
	display:inline-block;
	width:12%;
	height:3px;
	margin-top:25px;
	margin-right:32px;
	float:left;
	background-color:#ffa535;
	background-image:-webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
	background-image:linear-gradient(90deg, #ff753e, #ffb731)
}
.about-side-header {
	margin-top:0;
	padding-right:40px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.about-side-text {
	margin-top:8px;
	margin-bottom:0;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#9096a4
}
.works-v2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-bottom:0;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.work-v2 {
	width:33.33333333%
}
.work-card-v2 {
	position:relative;
	overflow:hidden;
	background-color:#ccd0d9
}
.work-card-v2-info {
	position:absolute;
	left:32px;
	right:32px;
	bottom:32px;
	padding-right:64px;
	color:#fff;
	text-align:left
}
.work-card-v2-category {
	margin-top:-15px;
	margin-bottom:-3px;
	font-size:13px;
	line-height:24px
}
.work-card-v2-icon {
	position:absolute;
	right:0;
	bottom:0
}
.service-side-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:15px;
	padding-bottom:168px;
	padding-left:15px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.service-side-block.reversed {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.service-side-info {
	width:50%;
	padding-right:8%;
	padding-bottom:16px;
	padding-left:8%;
	text-align:left
}
.service-side-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:30%;
	padding-left:4.6%;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.service-side-content.service-side-content-reversed {
	padding-right:6%;
	padding-left:0;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.service-side-icon {
	margin-bottom:-8px;
	margin-left:-8px
}
.link-arrow {
	display:block;
	margin-right:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	color:#188f85;
	font-size:12px;
	line-height:40px;
	font-weight:700;
	text-align:left;
	letter-spacing:1.5px;
	text-transform:uppercase
}
.link-arrow.more-link-center {
	padding-left:16px
}
.service-side-image {
	position:relative;
	width:91.666666%;
	height:320px;
	border-radius:8px;
	background-color:#ccd0d9
}
.service-side-image.service-side-image-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1f7c350c91_kate-serbin-31030.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.service-side-image-1 {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bda5c1350c77_domenico-loia-272251.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.service-side-image-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4a65350c97_autumn-goodman-242825.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.service-side-image-4 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde5c6350c74_william-iven-11250.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.videosteamthumb {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fab01c4f8f669d92c584034_ww-videos-team.jpg");
	background-position:100% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.teamthumb-event {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fab073ef4d6ef300514610f_events-team-thumb.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.leaders-teamthumb {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fab0963a305edf767432609_ww-tream-thumb.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.resources-thumb {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5e418e54412a617e63671bd2_building-signs.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.systemthumb {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1237350d36_ipad.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image.onboardthumb {
	width:30%;
	height:260px;
	margin-bottom:116px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.service-side-image-text {
	position:absolute;
	left:0;
	bottom:-48px;
	width:86%;
	margin:0 -30px;
	padding:24px 32px;
	border-radius:8px;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .18);
	color:#fff;
	font-size:14px;
	line-height:24px;
	text-align:left
}
.service-side-image-text.image-text-reversed {
	left:auto;
	right:0
}
.service-side-image-text.color-3 {
	bottom:-62px;
	padding-bottom:34px
}
.service-side-image-text.pine {
	bottom:-49px;
	height:155px;
	margin-left:-20px;
	padding-right:20px;
	padding-bottom:34px;
	background-color:#2c3963;
	line-height:22px
}
.service-side-image-text.color-pine2 {
	bottom:-49px;
	height:155px;
	margin-left:-20px;
	padding-right:20px;
	padding-bottom:34px;
	background-color:#2f5f5b;
	line-height:22px
}
.service-side-image-text.color-gold {
	bottom:-49px;
	height:155px;
	margin-left:-20px;
	padding-right:20px;
	padding-bottom:34px;
	background-color:#ec9047;
	line-height:22px
}
.service-side-image-text.color-rose {
	bottom:-49px;
	height:155px;
	margin-left:-20px;
	padding-right:20px;
	padding-bottom:34px;
	background-color:#b55;
	line-height:22px
}
.service-side-image-text.color-3-lav {
	bottom:-49px;
	height:155px;
	margin-left:-20px;
	padding-right:20px;
	padding-bottom:34px;
	background-color:#8b5682;
	line-height:22px
}
.service-side-image-text.color-olive {
	bottom:-49px;
	height:155px;
	margin-left:-20px;
	padding-right:20px;
	padding-bottom:34px;
	background-color:#51968c;
	line-height:22px
}
.service-side-blocks {
	margin-bottom:-120px
}
.more-services-header-wrapper {
	max-width:370px;
	margin-left:8.33333333%;
	padding-left:15px;
	text-align:left
}
.more-services {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-20px;
	padding-top:140px;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.more-service-card {
	position:relative;
	margin-right:15px;
	margin-left:15px;
	padding:40px 40px 48px;
	border-radius:8px;
	background-color:#329eff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .18);
	color:#fff;
	text-align:left
}
.more-service-card.service-card-2 {
	margin-top:-80px;
	background-color:#f34568
}
.more-service-card.service-card-3 {
	margin-top:-160px;
	background-color:#ffa535
}
.small-button {
	height:32px;
	margin-top:16px;
	padding-top:6px;
	padding-bottom:0;
	border:2px solid #fff;
	border-radius:16px;
	background-color:transparent;
-webkit-transition:background-color .3s, color .3s;
transition:background-color .3s, color .3s;
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-weight:700
}
.small-button:hover {
	background-color:#fff;
	color:#2e323c
}
.more-service-card-icon {
	margin-bottom:-8px
}
.more-service-card-number {
	position:relative;
	top:0;
	right:0;
	margin-bottom:24px;
	opacity:.6;
	font-size:22px;
	line-height:32px;
	text-align:right
}
.testimonials-slider-cards {
	height:auto;
	padding-right:8.33333333%;
	padding-left:8.3333333%;
	background-color:transparent
}
.testimonials-slider-nav {
	position:relative;
	left:0;
	right:0;
	bottom:0;
	height:12px;
	margin-top:80px;
	padding-top:0;
	font-size:11px
}
.review-slide-card-wrapper {
	width:50%;
	padding-right:15px;
	padding-left:15px
}
.review-slide-card {
	height:300px;
	padding:40px 56px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27);
	text-align:center
}
.review-slide-card-avatar {
	display:block;
	width:64px;
	height:64px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	border-radius:50%
}
.review-slide-card-author {
	margin-top:24px;
	color:#54958b;
	font-size:13px;
	line-height:24px
}
.slider-arrow-button {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	border-radius:50px;
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.testimonials-slider-cards-arrow {
	margin-bottom:90px
}
.side-video-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	margin-right:0;
	padding:80px 7% 60px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#fff
}
.side-video-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	padding-top:0;
	padding-bottom:0;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.side-video-preview {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	min-height:680px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	background-color:#ccd0d9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .1)), to(rgba(46, 50, 60, .1))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2e28350c55_gabriel-beaudry-93842.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .1), rgba(46, 50, 60, .1)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2e28350c55_gabriel-beaudry-93842.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.side-video-info {
	max-width:600px;
	margin-left:24px;
	padding-right:25%;
	padding-left:15px
}
.clients-header {
	display:block;
	max-width:570px;
	margin:8px auto 40px;
	color:#fff;
	text-align:center
}
.clients-header.provider-header {
	margin-top:0;
	font-size:26px
}
.clients-header.bottomquote {
	max-width:550px;
	margin-top:24px;
	margin-bottom:24px;
	font-family:Lato, sans-serif;
	font-size:24px
}
.clients-header.bottomquote-dvfa {
	max-width:700px;
	margin-top:24px;
	margin-bottom:24px;
	font-family:Lato, sans-serif;
	font-size:24px;
	line-height:30px
}
.post-v2 {
	width:33.33333333%;
	margin-bottom:20px;
	padding-right:15px;
	padding-bottom:0;
	padding-left:15px
}
.post-v2.width-50 {
	width:50%;
	padding-bottom:32px
}
.blog-posts-v2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-48px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.category {
	display:inline-block;
	height:24px;
	padding-top:4px;
	padding-right:12px;
	padding-left:13px;
	border-radius:12px;
	background-color:#2e323c;
	color:#fff;
	font-size:10px;
	line-height:16px;
	font-weight:700;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase
}
.category.post-card-v2-category {
	position:relative;
	z-index:2;
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .18)
}
.category.work-v4-category {
	position:absolute;
	left:0;
	top:0;
	margin:32px
}
.category.post-card-v3-category {
	position:relative;
	left:0;
	top:196px;
	right:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:170px;
	margin:32px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	letter-spacing:1px
}
.category.work-card-v5-category {
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	margin:24px
}
.category.post-card-v1-category {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:30px;
	margin:32px;
	padding-top:7px;
	padding-bottom:4px;
	border-radius:4px
}
.category.work-category {
	margin-bottom:8px
}
.category.pricing-table-category {
	margin-bottom:24px
}
.category.pricing-table-category.website {
	background-color:#f34568
}
.category.pricing-table-category.mobile {
	background-color:#7567f8
}
.category.pricing-table-category.branding {
	background-color:#ffa535
}
.category.home-preview-label {
	margin-bottom:24px;
	padding-top:4px;
	padding-right:16px;
	padding-left:16px;
	background-color:#478c85
}
.category.eventdatebig {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	height:30px;
	margin:24px 24px 32px 32px;
	padding-top:7px;
	padding-bottom:4px;
	border-radius:4px
}
.post-card-v2-header {
	margin-top:22px;
	margin-bottom:14px;
	padding-right:24px;
	padding-left:24px;
	float:none;
	font-family:Lato, sans-serif;
	font-size:20px;
	font-weight:700;
	letter-spacing:-.2px
}
.post-card-v2-link {
	color:#399083;
	font-size:14px;
	line-height:24px
}
.post-card-v2-link:hover {
	color:#086e5e;
	text-decoration:underline
}
.post-card-v2-image-wrapper {
	position:relative;
	z-index:1;
	display:block;
	overflow:hidden;
	margin-bottom:-16px;
	border-radius:8px;
	background-color:#2e323c
}
.footer-v2-logo {
	width:16.66666667%;
	padding-right:15px;
	padding-bottom:40px;
	padding-left:15px
}
.footer-v2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:100px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align:left
}
.footer-v2.intro-footer {
	padding-top:24px
}
.footer-v2-about {
	padding:19px 32px 40px 15px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#9096a4
}
.footer-v2-contact {
	width:25%;
	padding:35px 15px 40px;
	font-size:14px;
	line-height:24px
}
.footer-v2-contact-header {
	color:#2e323c;
	font-weight:700
}
.footer-v2-social {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-bottom:24px;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.social-button {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:48px;
	height:48px;
	margin-right:4px;
	margin-left:4px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:50%;
	background-color:#fff;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09)
}
.float-subscribe-header {
	margin-top:0;
	margin-bottom:4px;
	padding-top:60px
}
.footer-big-subscribe {
	position:relative;
	bottom:-48px;
	display:block;
	height:96px;
	max-width:570px;
	margin:-48px auto 0;
	padding-top:24px;
	padding-right:24px;
	padding-left:48px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:48px;
	background-color:#fff;
	box-shadow:0 6px 20px 0 rgba(27, 27, 27, .19)
}
.footer-big-subscribe-form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.hero-slider-section {
	height:56vh;
	min-height:550px;
	background-color:#2e323c
}
.hero-slider-nav {
	display:none
}
.hero-slider-arrow {
	width:128px;
	margin-top:0;
	border:1px #000
}
.hero-slide {
	display:inline-block;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.hero-slide.hero-slide-1 {
	height:100%;
	min-height:400px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(26, 31, 46, .1)), to(rgba(26, 31, 46, .1))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5592350cce_wedding.jpg");
	background-image:linear-gradient(180deg, rgba(26, 31, 46, .1), rgba(26, 31, 46, .1)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5592350cce_wedding.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, scroll
}
.hero-slide.hero-slide-2 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(26, 31, 46, .5)), to(rgba(26, 31, 46, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4d58350c6e_grovemade-239370.jpg");
	background-image:linear-gradient(180deg, rgba(26, 31, 46, .5), rgba(26, 31, 46, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4d58350c6e_grovemade-239370.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, scroll
}
.hero-slide-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100%;
	max-width:900px;
	margin-right:auto;
	margin-left:auto;
	padding-top:0;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	text-align:center
}
.works-v3 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-56px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.work-v3 {
	width:33.33333333%;
	padding-right:15px;
	padding-bottom:48px;
	padding-left:15px
}
.work-card-v3-image {
	position:relative;
	z-index:1;
	display:block;
	overflow:hidden;
	border-radius:8px;
	background-color:#ccd0d9
}
.work-card-v3-category {
	margin-top:16px;
	font-size:11px;
	line-height:24px;
	font-weight:700;
	letter-spacing:1.5px;
	text-transform:uppercase
}
.work-card-v3-header {
	margin-top:6px
}
.about-side-media {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:55px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.about-side-media.about-side-reversed {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.about-side-image-info {
	position:static;
	left:30%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:75%;
	margin-right:0;
	margin-left:0;
	padding-right:0;
	padding-left:0;
	-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;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	text-align:left
}
.about-side-image-info.homeplatform {
	width:50%;
	margin-right:3%;
	margin-left:0;
	padding-left:40px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.about-side-image-wrapper {
	width:39%;
	margin-right:15px;
	margin-left:15px;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.about-side-image {
	border-radius:8px
}
.video-section {
	position:static;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:100px;
	padding-bottom:80px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#7567f8;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .4)), to(rgba(46, 50, 60, .4))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd257d350bd3_dandelion-2.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .4), rgba(46, 50, 60, .4)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd257d350bd3_dandelion-2.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed;
	color:#fff;
	font-size:16px;
	line-height:40px;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase
}
.video-text-left {
	text-align:right
}
.video-text-right {
	display:inline-block
}
.service-cards {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-30px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	-webkit-align-content:stretch;
	-ms-flex-line-pack:stretch;
	align-content:stretch
}
.service-cards.videocardsec {
	margin-top:40px
}
.service-card {
	margin-right:15px;
	margin-bottom:30px;
	margin-left:15px;
	padding:56px 32px 36px;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-basis:20%;
	-ms-flex-preferred-size:20%;
	flex-basis:20%;
	border-radius:34px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09);
	color:#9096a4
}
.service-card._33-width {
	display:block;
	width:44%;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.service-card._33-width._3widecards {
	width:30%;
	padding-top:36px;
	padding-right:30px;
	padding-left:32px
}
.service-card-header {
	margin-top:0;
	color:#a5aab6
}
.service-card-header.videocardheader {
	font-size:24px
}
.service-card-header.videocardheader.leadershipfactorycardtitle {
	display:block;
	padding-left:0;
	text-align:left
}
.no-bottom-padding {
	padding-bottom:0
}
.contact-side-map {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.contact-side-map.contact-side-map-reversed {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.side-map-wrapper {
	overflow:hidden;
	width:41.33%;
	padding-right:15px;
	padding-left:15px;
	border-radius:8px
}
.side-map {
	height:640px
}
.contact-side-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:60%;
	margin-right:8.33333333%;
	margin-bottom:0;
	margin-left:8.33333333%;
	padding:15px 80px 60px;
	-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;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	border-radius:8px;
	background-color:#fff;
	text-align:left
}
.footer-v3-about {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:45%;
	padding-right:9%;
	padding-bottom:30px;
	padding-left:15px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#9096a4;
	font-size:14px;
	line-height:23px
}
.footer-v3 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:30px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align:left
}
.footer-v3-social {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-left:-8px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.footer-v3-social-link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:32px;
	height:32px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.footer-v3-nav {
	width:20%;
	padding-right:15px;
	padding-bottom:56px;
	padding-left:15px;
	font-family:Lato, sans-serif
}
.footer-v3-link {
	position:static;
	display:block;
	width:100%;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	color:#9096a4;
	font-size:14px;
	line-height:32px
}
.footer-v3-link:hover {
	text-decoration:underline
}
.footer-v3-subscribe {
	width:30%;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.footer-big-subscribe-wrapper {
	margin-right:-24px;
	margin-left:-24px;
	padding-right:24px;
	padding-left:24px;
	background-color:#fff
}
.hero-side-section {
	overflow:hidden;
	padding-right:24px;
	padding-left:24px;
	background-color:#7567f8;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2729350c51_hero-text-bg.png");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.hero-side-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.hero-side-content {
	margin-top:24px;
	padding:40px 7% 40px 15px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#fff
}
.hero-side-image-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	height:100vh;
	padding-top:88px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.hero-side-image {
	-webkit-transform:scale(1.3) translate(-3%, 0);
	-ms-transform:scale(1.3) translate(-3%, 0);
	transform:scale(1.3) translate(-3%, 0)
}
.works-v4 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-15px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.work-v4 {
	width:50%;
	padding:15px
}
.work-card-v4 {
	position:relative;
	display:block;
	overflow:hidden;
	border-radius:8px;
	background-color:#ccd0d9
}
.work-card-v4-info {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:32px;
	padding:0 32px 8px;
	border-radius:6px;
	background-color:#fff;
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .18);
	color:#9096a4;
	text-align:left
}
.work-card-v4-header {
	margin-top:24px;
	margin-bottom:-8px;
	color:#2e323c
}
.black-text {
	color:#2e323c
}
.services-color-bg {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-5px;
	margin-bottom:-48px;
	color:#fff;
	text-align:left
}
.services-color-bg-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33333333%;
	padding-right:40px;
	padding-bottom:56px;
	padding-left:15px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.services-color-bg-header {
	padding-bottom:32px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.services-color-bg-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.service-color-bg {
	width:50%;
	padding-right:32px;
	padding-bottom:32px;
	padding-left:15px
}
.service-color-bg-info {
	overflow:hidden;
	padding-left:24px
}
.service-color-bg-icon {
	float:left
}
.service-color-bg-header {
	margin-top:0;
	margin-bottom:-8px
}
.side-feature {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:80px;
	margin-bottom:100px;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.side-feature.mobile-reverse {
	margin-bottom:60px
}
.side-feature.side-feature-bottom {
	margin-bottom:120px
}
.side-feature-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	padding-right:6%;
	padding-left:8.33333333%;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.side-feature-content.missionblock {
	width:42%;
	padding-right:2%;
	padding-left:6%
}
.side-feature-info {
	padding-right:15px;
	padding-left:15px;
	text-align:left
}
.side-feature-image {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.side-feature-video-link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#a5aab6;
	font-size:14px;
	line-height:24px
}
.side-feature-video-button {
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:12px;
	float:left;
	border-radius:50%;
	background-color:#ffa535;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd105d350bf3_play-icon.svg"), -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd105d350bf3_play-icon.svg"), linear-gradient(90deg, #ff753e, #ffb731);
	background-position:50% 50%, 0 0;
	background-size:12px, auto;
	background-repeat:no-repeat, repeat
}
.subscribe-form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:24px 8.33333333% 8px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.subscribe-info {
	width:41.66666667%;
	padding:20px 24px 20px 15px;
	color:#9096a4;
	font-size:14px;
	line-height:24px;
	text-align:left
}
.subscribe-header {
	margin-top:7px;
	margin-bottom:1px;
	color:#2e323c
}
.team-color-cards {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.team-member-color-card {
	position:relative;
	width:22.4%;
	border-radius:8px;
	-webkit-transform:translate(-20px, 20px);
	-ms-transform:translate(-20px, 20px);
	transform:translate(-20px, 20px)
}
.team-member-color-card.color-1 {
	position:relative;
	top:20px;
	right:20px;
	width:100%;
	height:300px;
	background-color:#ec9047;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-card.color-2 {
	position:relative;
	top:20px;
	right:20px;
	width:100%;
	height:300px;
	background-color:#b55;
	-webkit-transform:skew(0deg, 0deg);
	-ms-transform:skew(0deg, 0deg);
	transform:skew(0deg, 0deg)
}
.team-member-color-card.color-3 {
	position:relative;
	top:20px;
	right:20px;
	width:100%;
	height:300px;
	background-color:#51968c;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo {
	position:relative;
	z-index:5;
	height:360px;
	border-radius:8px;
	background-color:#ccd0d9;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27);
	-webkit-transform:translate(40px, -40px);
	-ms-transform:translate(40px, -40px);
	transform:translate(40px, -40px)
}
.team-member-color-photo.team-member-1 {
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1216350bd9_team-member-01.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo.team-member-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde89a350c52_team-member-02.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo.team-member-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd221f350bd7_team-member-03.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo.neishaspeaker {
	position:relative;
	top:-40px;
	right:-40px;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac24d1a1d75d8edb5102d3_neisha-himes-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo.andeaportrait {
	position:relative;
	top:-40px;
	right:-40px;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac25e32528537d5530f893_andrea-jenkins-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo.ivette-portrait {
	position:relative;
	top:-40px;
	right:-40px;
	bottom:0;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac2ab5c2d87f33311b55c5_ivette-kuyateh-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27);
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-role {
	position:absolute;
	left:-120px;
	top:140px;
	overflow:hidden;
	width:280px;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	color:#fff;
	font-size:11px;
	line-height:40px;
	font-weight:700;
	text-align:right;
	letter-spacing:2px;
	text-transform:uppercase
}
.team-member-color-links {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:40px;
	margin-left:40px;
	padding-right:8px;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.team-member-color-link {
	padding:7px 8px 9px;
	color:#fff;
	font-size:12px;
	line-height:24px
}
.team-member-color-link:hover {
	text-decoration:underline
}
.color-1 {
	background-color:#ffa535
}
.testimonials-slider {
	display:block;
	width:83.33333333%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding-right:8.33333333%;
	padding-left:8.33333333%;
	background-color:transparent;
	color:#fff
}
.review-slide {
	padding-right:10%;
	padding-left:10%;
	font-size:14px;
	line-height:24px;
	text-align:center
}
.review-logo {
	margin-bottom:24px
}
.review-line {
	display:block;
	width:30px;
	height:2px;
	margin:36px auto 24px;
	background-color:#fff;
	opacity:.29
}
.review-line.grey-line {
	background-color:#a5aab6
}
.testimonials-slider-arrow {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:12px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.wide-map {
	height:440px
}
.blog-posts-v3 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-40px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.post-v3 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding-right:15px;
	padding-bottom:40px;
	padding-left:15px
}
.post-card-v3 {
	position:static;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.post-card-v3:hover {
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09)
}
.post-card-v3-image {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:240px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	background-color:#ccd0d9;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.post-card-v3-info {
	position:relative;
	display:block;
	padding:22px 32px 24px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:baseline;
	-webkit-align-items:baseline;
	-ms-flex-align:baseline;
	align-items:baseline;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#2e323c
}
.post-card-v3-header {
	margin-top:2px;
	margin-bottom:24px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.post-card-v3-bottom {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:24px;
	padding-bottom:8px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	border-top:1px solid #edeff4;
	color:#9096a4;
	font-size:13px;
	line-height:24px;
	text-align:right
}
.post-card-v3-avatar {
	width:32px;
	height:32px;
	border-radius:50%;
	background-color:#e1e3ea;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.post-card-v3-author {
	margin-left:12px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	font-weight:700
}
.hero-split-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	background-color:#fff
}
.hero-split-image {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	height:100vh;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#ccd0d9;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd304d350c78_dane-deaner-272375.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.hero-split-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:600px;
	margin-left:24px;
	padding-right:8.33%;
	padding-left:15px;
	-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;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.works-v5 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-48px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.work-v5 {
	width:33.33%;
	padding:15px 15px 43px
}
.work-card-v5 {
	position:relative;
	overflow:hidden;
	width:100%;
	color:#2e323c
}
.work-card-v5-header {
	margin-top:14px;
	padding-right:24px;
	padding-left:24px
}
.team-cards {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.team-member-card {
	margin-right:15px;
	margin-left:15px;
	padding:48px 32px 40px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09)
}
.team-member-card-avatar {
	width:96px;
	height:96px;
	margin-bottom:-10px;
	border-radius:50%
}
.team-member-card-text {
	position:static;
	top:-20px;
	display:inline;
	margin-top:-7px;
	color:#9096a4;
	font-size:13px;
	line-height:24px;
	text-transform:uppercase
}
.team-member-card-links {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.team-member-card-link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:32px;
	height:32px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.testimonials-cards {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.testimonials-cards-column {
	width:33.33%;
	margin-bottom:-30px;
	padding-right:15px;
	padding-left:15px
}
.review-card {
	margin-bottom:30px;
	padding:16px 32px 32px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09);
	text-align:left
}
.review-card-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:24px;
	padding-top:24px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-top:1px solid #edeff4;
	color:#9096a4;
	font-size:13px;
	line-height:16px
}
.review-card-avatar {
	width:50px;
	height:50px;
	margin-right:12px;
	border-radius:50%
}
.big-map {
	display:block;
	width:83.33%;
	height:440px;
	margin-right:auto;
	margin-bottom:80px;
	margin-left:auto;
	border-radius:8px
}
.contacts {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:750px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:56px
}
.contacts-column {
	padding-right:8px;
	padding-left:8px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#9096a4;
	font-size:14px;
	line-height:24px
}
.contacts-column-header {
	margin-top:0;
	color:#2e323c
}
.contacts-link {
	color:#9096a4
}
.contacts-link:hover {
	text-decoration:underline
}
.footer-v4 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:32px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align:left
}
.footer-v4-about {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding-right:9%;
	padding-bottom:56px;
	padding-left:15px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	color:#9096a4;
	font-size:14px;
	line-height:24px
}
.footer-v4-column {
	padding-right:15px;
	padding-bottom:56px;
	padding-left:15px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.footer-v4-link {
	display:block;
	color:#9096a4;
	font-size:14px;
	line-height:32px
}
.footer-v4-link:hover {
	text-decoration:underline
}
.hero-promo-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100vh;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5a2b350d1c_wwteamphoto3.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed
}
.hero-promo-intro {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:800px;
	margin-top:48px;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	text-align:center
}
.hero-promo-small-header {
	font-size:22px;
	line-height:40px;
	font-weight:700;
	letter-spacing:12px;
	text-transform:uppercase
}
.hero-intro-image {
	margin-top:50px;
	margin-bottom:32px
}
.hero-promotext {
	width:82%;
	font-size:22px;
	line-height:40px
}
.work-v6 {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100vh;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#2e323c;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd48d0350d1d_watergreenww.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed
}
.hero-promo-social {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:32px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.hero-promo-social-link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:32px;
	height:32px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	opacity:.7;
-webkit-transition:opacity .3s;
transition:opacity .3s
}
.hero-promo-social-link:hover {
	opacity:1
}
.menu-button.white-menu-button {
	width:56px;
	height:56px;
	padding:0 12px 12px 0;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff
}
.menu-button.white-menu-button.w--open {
	z-index:110;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	background-color:transparent
}
.mouse-icon {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:24px;
	height:38px;
	padding-top:6px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	border:2px solid #fff;
	border-radius:12px
}
.scroll-mouse-link {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:80px;
	margin-right:auto;
	margin-left:auto;
	padding:24px 24px 40px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.mouse-wheel-icon {
	width:4px;
	height:8px;
	border-radius:2px;
	background-color:#fff
}
.work-card-v6 {
	position:relative;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:550px;
	margin:80px;
	padding:0 40px 32px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .27);
	text-align:center
}
.work-v6-dark-overlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(46, 50, 60, .2)
}
.work-card-v6-text {
	margin-top:-4px;
	margin-bottom:8px;
	color:#9096a4;
	font-size:15px;
	line-height:24px
}
.contact-window {
	position:relative;
	overflow:hidden;
	width:500px;
	margin-right:9%;
	margin-bottom:0;
	margin-left:9%;
	padding-top:0;
	padding-bottom:48px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .27);
	text-align:left
}
.contact-window.popup-window {
	z-index:1000;
	margin-right:0;
	margin-left:0;
	-webkit-transform:scale(.86);
	-ms-transform:scale(.86);
	transform:scale(.86)
}
.contact-window-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.contact-window-form {
	margin-right:56px;
	margin-left:56px;
	padding-top:32px;
	text-align:center
}
.contact-window-header {
	margin-top:0;
	margin-bottom:0;
	padding:28px 56px;
	background-image:-webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
	background-image:linear-gradient(90deg, #ff753e, #ffb731);
	color:#fff;
	text-align:center
}
.page-loader {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1000;
	display:none;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd8bd1350c60_preloader.svg");
	background-position:50% 50%;
	background-size:46px;
	background-repeat:no-repeat
}
.page-wrapper {
	overflow:hidden
}
.work-card-v6-category {
	width:80px;
	height:80px;
	margin-top:-40px;
	margin-bottom:-12px;
	border-radius:50%;
	background-color:#54958b;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:50% 50%;
	background-size:32px;
	background-repeat:no-repeat;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .18)
}
.footer-v1-logo-column {
	width:25%;
	padding-right:64px;
	padding-bottom:64px;
	padding-left:15px
}
.nav-dropdown-link {
	padding:8px 24px;
	background-color:#fff;
-webkit-transition:background-color .1s, color .1s;
transition:background-color .1s, color .1s;
	color:#2e323c;
	font-size:14px;
	line-height:24px
}
.nav-dropdown-link:hover {
	background-color:#54958b;
	color:#fff
}
.nav-dropdown-link.w--current {
	color:#2e323c
}
.nav-dropdown-link.w--current:hover {
	color:#fff
}
.nav-dropdown-link.w--current:active, .nav-dropdown-link.w--current:focus, .nav-dropdown-link.w--current:visited {
	color:#2e323c
}
.nav-dropdown-icon {
	margin-right:14px;
	color:hsla(0, 0%, 100%, .83);
	font-size:13px
}
.nav-dropdown-icon:hover {
	color:#fff
}
.nav-dropdown-list {
	display:none;
	margin-left:-5px
}
.nav-dropdown-list.w--open {
	overflow:hidden;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .09)
}
.hero-promo-bottom {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	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;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.nav-menu {
	position:relative;
	width:70%;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	font-family:Lato, sans-serif;
	text-align:right
}
.contact-side-header {
	margin-bottom:8px;
	font-size:30px
}
.hero-slide-header {
	margin-top:100px;
	margin-bottom:0;
	font-size:50px;
	line-height:60px
}
.hero-slide-header.rsymbol {
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.page-header-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:440px;
	margin-bottom:0;
	padding-top:56px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#2e323c;
	color:#fff
}
.page-header-section.about-1 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4434350c76_dan-gold-220226.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4434350c76_dan-gold-220226.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, scroll
}
.page-header-section.about-3 {
	height:800px;
	padding-top:0;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd25cd350d15_roombg7.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:scroll
}
.page-header-section.blog {
	height:340px;
	padding-top:35px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd79c2350cdf_hello-header.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd79c2350cdf_hello-header.jpg");
	background-position:0 0, 0 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.blog.newsupdates {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd3586350cf2_sodanews.jpg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd3586350cf2_sodanews.jpg"), linear-gradient(180deg, transparent, transparent);
	background-position:0 0, 0 0;
	background-size:cover, auto
}
.page-header-section.about-2 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bddee0350c9e_vadim-sherbakov-277610.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bddee0350c9e_vadim-sherbakov-277610.jpg");
	background-position:0 0, 50% 28%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.works-1 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1a3e350c80_john-towner-128480.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1a3e350c80_john-towner-128480.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.works-1.teamheader {
	height:300px
}
.page-header-section.works-2 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdf4ad350c7c_autumn-goodman-242822.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdf4ad350c7c_autumn-goodman-242822.jpg");
	background-position:0 0, 50% 30%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.works-3 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd58d8350c75_crew-22256.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd58d8350c75_crew-22256.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.works-3.teamheader {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:340px;
	padding-top:130px;
	padding-bottom:20px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(16, 44, 35, .37)), to(rgba(16, 44, 35, .37))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdae94350db4_teamheader.jpg");
	background-image:linear-gradient(180deg, rgba(16, 44, 35, .37), rgba(16, 44, 35, .37)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdae94350db4_teamheader.jpg");
	background-position:0 0, 50% 100%;
	text-align:center
}
.page-header-section.works-3.trt-team-header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:340px;
	padding-top:130px;
	padding-bottom:20px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(16, 44, 35, .37)), to(rgba(16, 44, 35, .37))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdae94350db4_teamheader.jpg");
	background-image:linear-gradient(180deg, rgba(16, 44, 35, .37), rgba(16, 44, 35, .37)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdae94350db4_teamheader.jpg");
	background-position:0 0, 50% 100%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	text-align:center
}
.page-header-section.works-4 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdfda6350c88_fabian-irsara-92113.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdfda6350c88_fabian-irsara-92113.jpg");
	background-position:0 0, 50% 0;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.works-5 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd6ab4350ca0_patrick-tomasso-88398.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd6ab4350ca0_patrick-tomasso-88398.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.contact-1 {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdfaae350ca3_jaroslaw-ceborski-235039.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdfaae350ca3_jaroslaw-ceborski-235039.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.contact-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd48d0350d1d_watergreenww.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.services {
	height:450px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5faac36668d6793066e88b90_dvfa-header.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center
}
.page-header-section.services.systempageheader {
	height:400px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd0992350ced_systempencils.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.services.teamusaheader {
	height:320px
}
.page-header-section.faq {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5a64350cca_bg-allin-commitment.jpg");
	background-position:50% -42px;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.pricing-header-section {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd372b350de4_main_bkgd_img-4552f5c0d3fd1017adb0b420691d2be8.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd372b350de4_main_bkgd_img-4552f5c0d3fd1017adb0b420691d2be8.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.licensing-header-section {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdf076350ca2_jesus-kiteque-224069.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdf076350ca2_jesus-kiteque-224069.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.intro-header-section {
	background-color:#7567f8
}
.page-header-section.style-guide-header-section {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2a1c350c7e_alice-achterhof-85968.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd2a1c350c7e_alice-achterhof-85968.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.ww360headerbg {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(11, 46, 43, .73)), to(rgba(11, 46, 43, .73))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd372b350de4_main_bkgd_img-4552f5c0d3fd1017adb0b420691d2be8.jpg");
	background-image:linear-gradient(180deg, rgba(11, 46, 43, .73), rgba(11, 46, 43, .73)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd372b350de4_main_bkgd_img-4552f5c0d3fd1017adb0b420691d2be8.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.page-header-section.emailrequestheader {
	height:340px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd48d0350d1d_watergreenww.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.textlinkheader {
	height:200px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd48d0350d1d_watergreenww.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.visionheader {
	height:450px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd9b33350d34_lensvision.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center
}
.page-header-section.visionheader.systempageheader {
	height:400px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd0992350ced_systempencils.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.visionheader.teamusaheader {
	height:320px
}
.page-header-section.dvfaheader {
	height:600px;
	padding-top:225px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5faac36668d6793066e88b90_dvfa-header.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center
}
.page-header-section.dvfaheader.systempageheader {
	height:400px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd0992350ced_systempencils.jpg");
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat
}
.page-header-section.dvfaheader.teamusaheader {
	height:320px
}
.grey-text {
	color:#9096a4
}
.review-slide-author {
	font-weight:700
}
.gallery {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:8.33%;
	margin-left:8.33%;
	padding-right:11px;
	padding-left:11px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.gallery-vertical-column {
	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-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.gallery-photo {
	position:relative;
	overflow:hidden;
	margin:4px;
	border-radius:6px;
	background-color:#ccd0d9
}
.gallery-photo.gallery-photo-1 {
	z-index:1;
	width:62%;
	height:560px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdabe3350c6d_breather-163391.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.gallery-photo.gallery-photo-2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4d58350c6e_grovemade-239370.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.gallery-photo.gallery-photo-3 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.gallery-photo.gallery-photo-4 {
	height:360px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd9b2f350c8a_gabriel-beaudry-253369.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.gallery-photo.gallery-photo-5 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd304d350c78_dane-deaner-272375.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.utility-page-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100vw;
	height:100vh;
	max-height:100%;
	max-width:100%;
	padding-top:48px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#f5f6f9;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd6faf350cba_crashingwave.jpg");
	background-position:50% 0;
	background-size:cover
}
.password-window {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:370px;
	margin-top:48px;
	padding:56px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	border-radius:4px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09);
	text-align:center
}
.password-form {
	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-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.about-us {
	display:block;
	width:83.33%;
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
	-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;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.about-image {
	border-radius:8px
}
.about-text {
	width:100%;
	margin-top:0;
	margin-bottom:0;
	padding-right:20px;
	color:#9096a4;
	text-align:left;
	-webkit-column-count:1;
	column-count:1;
	-webkit-column-gap:30px;
	column-gap:30px
}
.about-text.eboktext {
	margin-bottom:20px;
	padding-right:40px;
	padding-left:0
}
.blog-posts-and-sidebar {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:20px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.blog-posts-v1-wrapper {
	width:66.66%;
	padding-right:15px;
	padding-left:15px
}
.blog-sidebar {
	width:33%;
	padding-right:15px;
	padding-left:50px;
	text-align:left
}
.blog-posts-v1 {
	display:block;
	height:100%;
	margin-bottom:-56px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.post-card-v1 {
	position:relative;
	display:block;
	margin-bottom:56px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	text-align:left
}
.post-card-v1-bottom {
	position:static;
	left:0;
	right:0;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:8px;
	padding-top:24px;
	padding-right:4px;
	padding-bottom:24px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-top:1px solid #e1e3ea;
	color:#9096a4;
	font-size:13px;
	line-height:24px
}
.post-card-v1-avatar {
	width:32px;
	height:32px;
	margin-right:12px;
	border-radius:50%
}
.post-card-v1-author {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#9096a4;
	font-size:13px;
	line-height:24px;
	font-weight:700
}
.post-card-v1-author:hover {
	text-decoration:underline
}
.zoom-on-hover {
	height:auto;
	max-width:100%;
	border-radius:10px;
	-webkit-transition:-webkit-transform 450ms;
	transition:transform 450ms;
	transition:transform 450ms, -webkit-transform 450ms
}
.zoom-on-hover:hover {
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:0 0;
	background-size:125px;
	-webkit-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06)
}
.zoom-on-hover.homevisionblocks {
	height:auto;
	max-width:94%
}
.zoom-on-hover.homevisionblocks.documents {
	border-radius:0
}
.zoom-on-hover.leaderportraitblocks {
	display:inline-block;
	width:auto;
	height:275px;
	border:6px solid #fff;
	border-radius:28px
}
.zoom-on-hover.leaderportraitblocks.documents {
	border-radius:0
}
.zoom-on-hover.leaderportraitblockssmaller {
	display:inline-block;
	width:250px;
	height:auto;
	border:6px solid #fff;
	border-radius:28px
}
.zoom-on-hover.leaderportraitblockssmaller.documents {
	border-radius:0
}
.zoom-on-hover.smallleaderportrait {
	width:auto;
	height:250px;
	border:6px solid #fff;
	border-radius:28px;
	text-align:center
}
.post-card-v1-image {
	position:relative;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	max-height:280px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-top-left-radius:8px;
	border-top-right-radius:8px
}
.post-card-v1-image.maineventimage {
	max-height:400px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px
}
.post-card-v1-header {
	display:block;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.post-card-v1-text {
	height:80px;
	margin-top:0;
	color:#9096a4
}
.blog-card-v1-dot {
	width:3px;
	height:3px;
	margin-right:8px;
	margin-left:8px;
	border-radius:50%;
	background-color:#a5aab6
}
.text-block-5 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#188f85;
	font-size:14px;
	font-weight:700
}
.sidebar-subscribe {
	margin-bottom:30px
}
.sidebar-subscribe-header {
	margin-top:0;
	margin-bottom:24px
}
.blog-sidebar-block {
	display:none;
	margin-bottom:56px
}
.sidebar-header {
	margin-top:0;
	margin-bottom:24px;
	padding-bottom:16px;
	border-bottom:1px solid #e1e3ea
}
.blog-category-dot {
	width:8px;
	height:8px;
	margin-top:1px;
	margin-right:16px;
	border-radius:50%;
	background-color:#2e323c
}
.sidebar-category {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c;
	font-size:11px;
	line-height:32px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase
}
.sidebar-category:hover {
	text-decoration:underline
}
.sidebar-featured-post-image {
	position:relative;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:8px
}
.sidebar-featured-post-category {
	margin-top:8px;
	font-size:10px;
	line-height:32px;
	font-weight:700;
	text-align:left;
	letter-spacing:1px;
	text-transform:uppercase
}
.sidebar-featured-post-header {
	margin-top:0;
	padding-right:15px;
	padding-left:0;
	text-align:left
}
.sidebar-tags {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.sidebar-tag {
	margin-right:16px;
	color:#9096a4;
	font-size:14px;
	line-height:32px
}
.sidebar-tag:hover {
	text-decoration:underline
}
.blog-posts-v2-wrapper {
	width:66.66%;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.categories {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.category-filter-link {
	display:block;
	margin-right:20px;
	margin-left:20px;
-webkit-transition:color .1s;
transition:color .1s;
	color:#5d6371;
	line-height:32px
}
.category-filter-link:hover {
	color:#2e323c
}
.category-filter-link.w--current {
	color:#2e323c;
	font-weight:700
}
.categories-filter {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-8px;
	margin-bottom:80px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.hidden {
	display:none
}
.gallery-horizontal-column {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%
}
.gallery-hover {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd179c350c64_plus-circle-icon.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .3)), to(rgba(46, 50, 60, .3)));
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd179c350c64_plus-circle-icon.png"), linear-gradient(180deg, rgba(46, 50, 60, .3), rgba(46, 50, 60, .3));
	background-position:50% 50%, 0 0;
	background-size:66px, auto;
	background-repeat:no-repeat, repeat;
	opacity:0
}
.work-card-v3 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:6px;
	padding-bottom:8px;
	padding-left:6px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c
}
.work-card-v5-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom:22px;
	border-radius:8px
}
.sidebar-author {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:8px;
	padding-bottom:8px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c;
	font-size:14px
}
.sidebar-author:hover {
	text-decoration:underline
}
.sidebar-author-avatar {
	width:40px;
	height:40px;
	margin-right:16px;
	border-radius:50%
}
.sidebar-featured-post-card {
	margin-top:16px;
	margin-bottom:16px;
	color:#2e323c
}
.full-screen-menu {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	overflow:scroll;
	width:100%;
	padding:0 16px 16px;
	-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;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#2e323c;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(27, 33, 44, .93)), to(rgba(27, 33, 44, .93))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd03cd350c8f_silvio-kundt-65518.jpg");
	background-image:linear-gradient(180deg, rgba(27, 33, 44, .93), rgba(27, 33, 44, .93)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd03cd350c8f_silvio-kundt-65518.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat
}
.full-screen-menu-list {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	margin:auto;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
.full-screen-nav-link {
	padding:0;
	color:#fff;
	font-size:40px;
	line-height:80px;
	font-weight:700;
	text-align:center
}
.menu-line {
	display:block;
	width:24px;
	height:2px;
	background-color:#fff
}
.menu-line.menu-top-line {
	width:20px;
	margin-bottom:4px
}
.menu-line.menu-middle-line-2 {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto
}
.menu-line.menu-bottom-line {
	left:12px;
	top:12px;
	width:12px;
	margin-top:4px
}
.menu-top-line {
	width:20px
}
.menu-icon {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:24px;
	height:24px;
	margin:auto;
	-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;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.work-header-wrapper {
	display:block;
	max-width:570px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:64px
}
.work-details {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:66.66%;
	margin-right:auto;
	margin-left:auto;
	padding-top:32px;
	padding-bottom:32px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09)
}
.work-details-column {
	padding-right:23px;
	padding-bottom:20px;
	padding-left:23px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	background-color:#fff;
	box-shadow:-1px 0 0 0 #e1e3ea, 1px 0 0 0 #e1e3ea
}
.work-details-text {
	color:#9096a4;
	font-size:16px;
	line-height:24px
}
.link {
	display:block;
	color:#7567f8;
	font-size:16px;
	line-height:24px
}
.link:hover {
	text-decoration:underline
}
.work-details-header {
	margin-top:22px;
	margin-bottom:8px
}
.work-presentation {
	margin-bottom:-16px;
	text-align:left
}
.work-presentation h1, .work-presentation h2, .work-presentation h3, .work-presentation h4, .work-presentation h5, .work-presentation h6, .work-presentation p {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto
}
.work-presentation img {
	border-radius:8px
}
.work-presentation figure {
	margin-top:40px;
	margin-bottom:40px
}
.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto
}
.work-presentation a:hover {
	text-decoration:underline
}
.work-main-image {
	display:block;
	width:100%;
	margin-top:120px;
	margin-bottom:24px;
	border-radius:8px
}
.work-content {
	padding-top:80px;
	padding-right:15px;
	padding-left:15px
}
.form-success {
	padding-right:0;
	padding-left:0;
	background-color:transparent
}
.form-success.contact-split-form-success {
	text-align:left
}
.form-success.window-success {
	margin-bottom:-40px;
	padding-right:24px;
	padding-left:24px
}
.form-success.footer-big-subscribe-success {
	padding-top:8px
}
.form-error {
	padding-right:0;
	padding-left:0;
	background-color:transparent;
	color:#f34568;
	font-size:14px;
	line-height:24px
}
.form-error.window-error {
	padding-right:24px;
	padding-left:24px;
	text-align:center
}
.form-error.footer-big-subscribe-error {
	margin-top:24px
}
.post-header-section {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:45vh;
	min-height:400px;
	padding-top:60px;
	padding-bottom:40px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#2e323c;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#fff;
	text-align:center
}
.post-header-avatar {
	width:32px;
	height:32px;
	margin-right:12px;
	margin-left:12px;
	border-radius:50%
}
.post-header-author {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:13px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff
}
.post-header-wrapper {
	position:relative;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:66.66%;
	margin-top:40px;
	margin-right:auto;
	margin-left:auto;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff
}
.post-header-overlay {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(26, 31, 46, .5)
}
.blog-post {
	margin-top:40px;
	margin-bottom:30px;
	text-align:left
}
.blog-post h1, .blog-post p {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto
}
.blog-post img {
	border-radius:8px
}
.blog-post h2 {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto
}
.blog-post blockquote {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto;
	border-left-color:#188f85
}
.blog-post h5, .blog-post ol, .blog-post ul {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto
}
.blog-post a {
	display:block;
	text-align:left
}
.blog-post a:hover {
	text-decoration:underline
}
.blog-post h3, .blog-post h4, .blog-post h6 {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-left:auto
}
.blog-post figure {
	padding-right:8.33%;
	padding-left:8.33%
}
.blog-post-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-40px;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:left
}
.post-date-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:66.66%;
	margin-top:48px;
	margin-bottom:16px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#9096a4;
	font-size:14px;
	line-height:24px
}
.post-date {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-left:3px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.post-author-profile {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:66.66%;
	margin-top:56px;
	padding-top:40px;
	padding-bottom:40px;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	border-top:1px solid #e1e3ea;
	border-bottom:1px solid #e1e3ea
}
.post-author-avatar {
	width:96px;
	height:96px;
	margin-right:24px;
	border-radius:50%
}
.post-author-name {
	margin-top:0;
	margin-bottom:6px
}
.post-author-bio {
	color:#9096a4
}
.post-author-link {
	display:inline-block;
	margin-top:7px;
	font-size:14px;
	line-height:24px
}
.post-author-link:hover {
	text-decoration:underline
}
.coming-soon-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100vh;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#2e323c;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd4a15350c47_derek-thomson-292172.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.coming-soon-logo {
	position:absolute;
	left:0;
	top:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:16px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.coming-soon-social {
	position:absolute;
	top:0;
	right:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:40px 24px 32px;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.coming-soon-copyright {
	position:absolute;
	left:0;
	bottom:0;
	padding:40px 32px;
	color:hsla(0, 0%, 100%, .5);
	font-size:11px;
	line-height:15px
}
.coming-soon-info {
	width:570px;
	padding:24px 64px 64px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(0, 0, 0, .27);
	text-align:center
}
.coming-soon-form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:12px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.faq-list {
	display:block;
	width:66.66%;
	margin-right:auto;
	margin-bottom:-24px;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px
}
.question-container {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.question-container:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.question {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c
}
.question-text {
	margin-top:15px;
	margin-left:24px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.answer {
	display:block;
	padding-right:8px;
	padding-left:64px;
	color:#9096a4
}
.question-arrow-icon {
	margin-right:8px;
	margin-left:24px;
	opacity:.51
}
.answer-text {
	display:none;
	margin-top:8px;
	padding-right:0;
	padding-left:0;
	line-height:23px
}
.pricing {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-30px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.pricing-table {
	max-width:33.33%;
	margin-right:15px;
	margin-bottom:30px;
	margin-left:15px;
	padding:56px 48px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09);
	color:#9096a4;
	font-size:14px;
	line-height:24px
}
.pricing-table-price {
	margin-top:0;
	margin-bottom:32px;
	color:#2e323c
}
.pricing-table-feature {
	padding-top:13px;
	padding-bottom:11px;
	background-color:#fff;
	box-shadow:inset 0 1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea;
	font-size:14px;
	line-height:24px
}
.popup-wrapper {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:300;
	display:none;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	opacity:0
}
.popup-overlay {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(26, 31, 46, .7)
}
.password-icon {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:80px;
	height:80px;
	margin-bottom:28px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:50%;
	background-color:#fa5455
}
.password-header {
	margin-top:12px;
	margin-bottom:32px
}
.licence-items {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:-24px;
	padding-right:15px;
	padding-left:15px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.licence-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:66.66%;
	margin-bottom:24px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09)
}
.licence-link {
	color:#9096a4
}
.licence-link:hover {
	text-decoration:underline
}
.licence-links-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:64px;
	padding-left:64px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#9096a4
}
.hero-intro {
	display:block;
	width:570px;
	margin-top:16px;
	margin-right:auto;
	margin-left:auto;
	padding-top:16px;
	text-align:center
}
.home-pages {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.page-preview-wrapper {
	width:33.33%;
	padding:40px 30px 32px;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.page-preview {
	overflow:scroll;
	width:100%;
	height:460px;
	border-radius:4px;
	background-color:#e1e3ea;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .12);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s
}
.page-preview:hover {
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09)
}
.inner-pages {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:9%;
	padding-left:9%;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.inner-page-link {
	margin:8px;
	padding:16px 24px;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-basis:28%;
	-ms-flex-preferred-size:28%;
	flex-basis:28%;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:background-color .3s, color .3s;
transition:background-color .3s, color .3s;
	color:#2e323c;
	font-size:16px;
	line-height:40px;
	font-weight:400;
	letter-spacing:0
}
.inner-page-link:hover {
	background-color:#7567f8;
	color:#fff
}
.heading-styles {
	padding-right:15px;
	padding-left:15px
}
.full-screen-social {
	position:absolute;
	left:0;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:32px
}
.float-card {
	position:fixed;
	left:24px;
	bottom:24px;
	z-index:250;
	overflow:hidden;
	margin-bottom:0;
	padding:24px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .18);
	color:#9096a4;
	font-size:14px;
	line-height:24px;
	text-align:left
}
.float-subscribe-form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:392px;
	margin-top:16px;
	margin-bottom:4px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}
.float-card-close {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	width:32px;
	height:32px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde9ab350bc3_close-small-icon.svg");
	background-position:50% 50%;
	background-repeat:no-repeat;
	opacity:.6;
-webkit-transition:opacity .2s;
transition:opacity .2s
}
.float-card-close:hover {
	opacity:1
}
.review-card-text {
	font-size:16px;
	line-height:28px
}
.float-behance {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:312px
}
.float-behance-icon {
	width:72px;
	min-height:40px;
	margin-right:24px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd39ee350c5b_behance-icon.svg");
	background-position:50% 50%;
	background-size:auto;
	background-repeat:no-repeat
}
.float-behance-content {
	margin-bottom:-8px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.text-block-6 {
	color:hsla(0, 0%, 100%, .81)
}
.text-block-6:hover {
	color:#fff
}
.button-2 {
	margin-top:20px;
	margin-bottom:0;
	margin-left:10px;
	padding:10px 20px;
	border:1px #fff;
	border-radius:4px;
	background-color:#fff;
	font-family:Lato, sans-serif;
	color:#54958b;
	font-size:16px;
	line-height:28px
}
.button-2:hover {
	color:#048d6d
}
.text-block-7 {
	-webkit-align-self:baseline;
	-ms-flex-item-align:baseline;
	align-self:baseline;
	-webkit-box-ordinal-group:0;
	-webkit-order:-1;
	-ms-flex-order:-1;
	order:-1;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
.rich-text-block {
	line-height:0
}
.text-span {
	position:relative;
	bottom:22px;
	display:inline;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	float:none;
	font-size:16px;
	font-weight:500
}
.row {
/*width:460px*/
}
.column, .column-2 {
	padding-right:0;
	padding-left:0
}
.text-block-8 {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:700
}
.rich-text-block-2 {
	display:inline-block;
	width:90%;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	text-align:center
}
.rich-text-block-3 {
	display:inline-block;
	max-width:90%;
	padding-top:0;
	text-align:center
}
.resourcesectiontitle {
	display:inline-block;
	width:90%;
	/*height:180px;*/
	max-width:90%;
	margin-right:0;
	margin-left:0;
	color:#000;
	line-height:60px;
	text-align:center
}
.container {
/*text-align:center*/
}
.videosliver {
	margin-top:12px;
	margin-bottom:12px;
	padding-bottom:0;
	color:#fff
}
.collection-list-wrapper {
	display:block;
	margin-top:40px;
	margin-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	font-family:Lato, sans-serif
}
.div-block {
	display:block;
	margin:10px;
	border-style:none;
	border-color:transparent;
	border-radius:12px;
	background-color:#fff
}
.section-2 {
	margin-right:0;
	margin-left:0;
	padding:20px 40px;
	background-color:#f8efe9;
	line-height:28px
}
.collection-item {
	padding-right:0;
	padding-left:0
}
.image-2 {
	position:static;
	top:-50px;
	bottom:0;
	display:inline;
	max-width:50%;
	margin-top:17px;
	padding:0;
	float:none;
	text-align:center
}
.div-block-2 {
	position:relative;
	text-align:center
}
.image-3 {
	position:relative;
	left:0;
	top:-60px;
	bottom:0;
	max-width:90%;
	margin-bottom:0;
	text-align:center
}
.div-block-3 {
	position:static;
	display:block;
	overflow:visible;
	margin:20px 10px 70px;
	padding-bottom:0;
	float:none;
	clear:right;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
	border-radius:12px;
	background-color:#fff;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .09);
	text-align:center
}
.collection-list {
	position:relative;
	overflow:visible;
	float:none;
	clear:none
}
.text-block-9 {
	position:static;
	top:-30px;
	font-size:18px;
	font-weight:900;
	letter-spacing:0;
	text-transform:uppercase
}
.div-block-4 {
	position:relative;
	top:-40px
}
.text-block-10 {
	display:inline;
	margin-right:6px;
	padding:6px 8px;
	border:1px transparent;
	border-radius:6px;
	background-color:#188f85;
	color:#fff;
	font-size:12px
}
.text-block-11 {
	display:inline;
	margin-right:6px;
	padding:6px 8px;
	border-radius:6px;
	background-color:#146e67;
	color:#fff;
	font-size:12px
}
.div-block-5 {
	position:relative;
	top:-12px
}
.text-block-12 {
	position:relative;
	left:182px;
	top:-156px;
	width:120px;
	font-family:Oswald, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:100;
	letter-spacing:.5px
}
.button-3 {
	margin-left:0;
	padding:0 10px;
	border:1px solid #188f85;
	border-radius:6px;
	background-color:transparent;
	color:#54958b;
	font-size:12px
}
.button-3.mediatypesbutton {
	padding:12px 16px;
	font-size:14px
}
.text-block-13 {
	position:relative;
	top:-36px;
	display:inline-block;
	margin-left:8px;
	font-size:15px
}
.text-block-14 {
	position:relative;
	top:-32px;
	display:inline-block;
	margin-top:0;
	margin-bottom:10px;
	padding:13px 21px;
	border:1px solid #188f85;
	border-radius:50px;
	color:#188f85;
	font-size:23px;
	font-weight:700
}
.search-input {
	display:block;
	width:600px;
	height:68px;
	margin-top:30px;
	margin-bottom:0;
	margin-left:18px;
	padding-left:30px;
	border-style:none;
	border-radius:6px;
	font-family:Lato, sans-serif;
	color:#adadad;
	font-size:18px;
	font-weight:400
}
.text-block-15 {
	display:inline-block;
	margin-top:11px;
	padding:2px 6px 4px;
	font-size:18px;
	text-align:center
}
.collection-item-2 {
	display:inline-block;
	width:50px;
	height:50px;
	margin-left:8px;
	padding-right:0;
	padding-left:0;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	border-radius:6px;
	background-color:#dee9e8;
	color:#2e323c;
	text-align:center
}
.collection-list-2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	float:none;
	clear:none;
	color:#188f85;
	text-align:right
}
.column-3 {
	display:block;
	text-align:right
}
.collection-list-wrapper-2 {
	display:inline-block;
	margin-top:4px;
	margin-right:12px;
	float:right;
	font-family:Lato, sans-serif
}
.link-block {
	color:#5d6371;
	font-weight:400
}
.link-block:hover {
	color:#188f85
}
.div-block-6 {
	display:inline-block;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	text-align:center
}
.search {
	display:inline-block
}
.image-4 {
	max-width:40%;
	margin-top:0;
	margin-left:0
}
.row-2 {
	display:block;
	width:65%;
	margin-top:50px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.column-4 {
	padding-right:0;
	padding-left:0
}
.column-5 {
	padding-left:0
}
.div-block-7 {
	width:430px;
	height:1px;
	margin-top:10px;
	margin-bottom:20px;
	background-color:hsla(0, 0%, 100%, .6)
}
.image-5 {
	position:relative;
	left:-46px;
	margin-bottom:0;
	padding-top:0
}
.row-3 {
	width:100%
}
.column-6 {
	margin-top:0
}
.column-7 {
	display:block;
	margin-right:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	color:#fff;
	font-size:12px;
	line-height:40px;
	font-weight:700;
	text-align:left;
	letter-spacing:1.5px;
	text-transform:uppercase
}
.column-8 {
	padding-right:0;
	padding-left:0
}
.dropdown-home {
	padding:16px 66px 16px 40px;
	border-radius:50px;
	background-image:linear-gradient(100deg, #2d5e5a, #54958b)
}
.dropdown-text {
	color:#fff
}
.icon {
	/*margin-right:36px;*/
	color:#fff
}
.dropdown-link {
	display:block;
	width:auto;
	text-align:center
}
.dropdown-link-2 {
	display:inline-block;
	text-align:center
}
.dropdown-link-3 {
	text-align:center
}
.dropdown-list {
	width:150px
}
.dropdown-list.w--open {
	position:static;
	left:0;
	right:0;
	bottom:0;
	display:inline-block;
	width:210px;
	min-width:0;
	float:none;
	clear:none;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
	text-align:center
}
.dropdown-2 {
	position:static;
	display:block;
	width:400px;
	text-align:center
}
.row-4 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:90%;
	margin-right:0;
	margin-bottom:40px;
	margin-left:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	text-align:left
}
.row-4.tripleonsystem {
	margin-right:40px;
	margin-left:40px;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.row-4.tripleonsystem._4widehome {
	margin-top:30px
}
.column-10, .column-9 {
	padding-right:6px;
	padding-left:6px
}
.column-10.work-card-v3 {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.div-block-8, .div-block-9, .image-6, .image-7, .lightbox-link {
	text-align:center
}
.image-8 {
	margin-top:10px;
	margin-bottom:10px
}
.div-block-10, .div-block-11 {
	height:130px
}
.div-block-12 {
	position:relative;
	top:-20px;
	height:130px
}
.div-block-13 {
	height:130px
}
.image-9 {
	position:relative;
	top:-6px
}
.heading {
	margin-top:46px
}
.text-block-16 {
	color:#188f85;
	font-weight:700
}
.success-message {
	margin-bottom:46px;
	border:1px solid #188f85;
	border-radius:4px;
	background-color:transparent
}
.text-block-17 {
	color:#188f85
}
.text-span-2 {
	font-size:18px;
	font-weight:300
}
.div-block-14, .image-10 {
	text-align:center
}
.image-11 {
	padding-bottom:3px
}
.image-12 {
	padding-bottom:26px
}
.body-2 {
	background-color:#f8efe9
}
.search-input-2 {
	display:inline-block;
	width:65%;
	padding-top:30px;
	padding-bottom:28px;
	padding-left:20px;
	border-radius:4px;
	font-size:18px
}
.heading-2 {
	font-size:45px;
	letter-spacing:-1.5px
}
.search-result-item {
	margin-bottom:30px
}
.link-2 {
	color:#525252;
	font-size:18px;
	font-weight:700
}
.text-block-18 {
	color:#008d80
}
.paragraph {
	margin-top:0;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	color:#5d6371;
	font-size:15px;
	line-height:22px;
	text-align:left
}
.search-button {
	position:relative;
	top:-5px;
	width:100px;
	height:59px;
	margin-bottom:20px;
	margin-left:10px;
	border-radius:4px;
	font-size:15px
}
.search-button.button {
	top:-2px;
	width:120px;
	height:49px;
	margin-bottom:18px;
	padding-right:30px;
	padding-bottom:40px;
	padding-left:30px
}
.search-2 {
	margin-bottom:26px
}
.div-block-15 {
	height:100px
}
.heading-3 {
	margin-top:6px;
	letter-spacing:-1px
}
.systemminititlepage {
	margin-top:40px;
	font-size:25px;
	text-align:center;
	letter-spacing:-.5px
}
.link-block-2 {
	color:#2e323c
}
.div-block-16 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:45px;
	min-height:550px;
	padding-top:80px;
	padding-bottom:80px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:50% 0;
	background-size:cover
}
.div-block-17 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:6606%;
	margin-top:64px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.link-block-3 {
	height:24px;
	padding-top:4px;
	padding-right:12px;
	padding-left:13px;
	color:#fff;
	font-size:10px
}
.heading-4 {
	font-family:Lato, sans-serif;
	text-align:center
}
.section-3 {
	padding:90px 24px 140px
}
.text-block-19 {
	position:static;
	display:inline-block;
	width:auto;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	font-family:Lato, sans-serif;
	font-size:20px;
	text-align:right
}
.column-11 {
	display:block
}
.row-5 {
	width:400px
}
.text-block-20 {
	display:inline-block;
	width:auto;
	font-family:Lato, sans-serif;
	font-size:20px;
	text-align:left
}
.text-block-21 {
	width:20px;
	text-align:center
}
.div-block-18 {
	width:500px;
	text-align:center
}
.text-block-22 {
	display:inline-block;
	font-size:20px
}
.text-block-23 {
	position:static;
	top:20px;
	bottom:0;
	display:block;
	clear:none;
	-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;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	direction:ltr;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-align:center;
	letter-spacing:5px;
	text-transform:uppercase
}
.text-block-23.bylineheader {
	color:hsla(0, 0%, 100%, .9);
	letter-spacing:3px
}
.text-block-23.bylineheader:hover {
	color:#fff;
	text-decoration:none
}
.text-block-23.bylineheadervidteam {
	color:hsla(0, 0%, 100%, .9);
	font-size:11px;
	letter-spacing:3px
}
.text-block-23.bylineheadervidteam:hover {
	color:#fff;
	text-decoration:none
}
.heading-5 {
	margin-bottom:8px
}
.row-6 {
	margin-top:120px
}
.image-13 {
	margin-right:40px;
	margin-left:40px;
	text-align:right
}
.container-2 {
	text-align:right
}
.column-12 {
	padding-right:0;
	padding-left:50px
}
.section-4 {
	background-color:#eedfd4
}
.row-7 {
	padding-top:20px;
	padding-right:25%;
	padding-left:25%
}
.row-7.commitmenttypetabs {
	padding-top:5px;
	padding-right:15%;
	padding-left:15%;
	color:transparent
}
.div-block-19 {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#f8efe9
}
.div-block-19.tabreverseactive {
	background-color:#ddccc1
}
.div-block-20 {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#ddccc1
}
.text-block-24 {
	color:#2e323c
}
.commtabtitles {
	margin-top:10px;
	padding-top:28px;
	padding-bottom:28px;
	border-radius:0;
	font-family:Lato, sans-serif;
	color:#188f85;
	font-size:22px;
	font-weight:700;
	text-align:center;
	letter-spacing:.4px;
	text-transform:none
}
.commtabtitles.commtabdeactive {
	color:#908883
}
.commtabtitles.commtabdeactive:hover {
	color:#6d645e
}
.commtabtitles.tabreverse {
	background-color:#f8efe9
}
.heading-6, .heading-7 {
	font-family:Lato, sans-serif
}
.link-block-4 {
	display:inline-block;
	text-align:left
}
.heading-8 {
	margin-bottom:14px;
	font-family:Lato, sans-serif
}
.text-block-25 {
	position:relative;
	top:0;
	padding:16px 14px 18px;
	color:hsla(0, 0%, 100%, .83)
}
.text-block-25:hover {
	color:#fff
}
.text-span-3 {
	position:relative;
	bottom:16px;
	font-size:12px
}
.video {
	margin-bottom:40px;
	border-radius:12px
}
.text-span-4 {
	position:relative;
	bottom:6px;
	font-size:12px;
	font-weight:300
}
.image-14 {
	display:inline-block;
	width:100%
}
.video-2 {
	width:100%;
	margin-right:20px;
	margin-bottom:30px;
	float:left
}
.row-8 {
	margin-top:60px
}
.leadershipfactory2col {
	padding-left:40px
}
.image-15 {
	display:block;
	width:100%;
	margin-bottom:30px;
	padding-left:20px;
	float:left
}
.leadershipfactorysec {
	margin-top:30px;
	margin-right:0;
	margin-left:0;
	padding-right:30px;
	padding-left:30px
}
.image-16 {
	width:80%;
	margin-top:60px;
	margin-bottom:50px;
	padding-bottom:1px;
	border-radius:12px
}
.column-13 {
	padding-right:20px
}
.doubleimage {
	width:100%;
	margin-top:40px;
	margin-bottom:40px
}
.image-17 {
	width:40%;
	margin-right:10px;
	padding-right:0;
	border-radius:12px
}
.image-18 {
	width:40%;
	margin-left:20px;
	padding-left:0;
	border-radius:12px
}
.image-18.mobileimage {
	width:100%;
	border-radius:12px
}
.image-19 {
	margin-bottom:12px
}
.webpagefeatureimage {
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
	border-radius:12px
}
.text-block-26 {
	position:relative;
	top:150px;
	color:#fff;
	font-size:42px;
	font-weight:700
}
.text-block-27 {
	position:relative;
	top:80px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-weight:700;
	letter-spacing:4px
}
.image-20 {
	width:100%;
	margin-bottom:30px;
	border-radius:12px
}
.column-14 {
	padding-left:30px
}
.image-21, .image-22 {
	margin-bottom:40px;
	border-radius:0
}
.text-span-5 {
	color:#54958b;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase
}
.column-15, .column-16 {
	padding-right:6px;
	padding-left:6px
}
.popupnavsub.w--open {
	padding-top:0
}
.text-span-8 {
	position:relative;
	bottom:24px;
	font-size:14px;
	font-weight:400
}
.dropdown-list-2.w--open {
	border-radius:6px;
	background-color:#fff
}
.dropdown-3 {
	width:100%
}
.dropdown-4, .dropdown-5 {
	position:static
}
.link-3 {
	font-weight:700
}
.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
	color:#fff
}
.link-4 {
	color:#fff;
	font-weight:700
}
.column-17 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.text-block-34 {
	margin-right:4px;
	color:#0b887e;
	font-size:17px
}
.text-block-35 {
	font-size:15px;
	font-weight:900;
	text-align:left;
	text-transform:uppercase
}
.column-18 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.column-19 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:17px;
	text-align:right
}
.text-block-36 {
	margin-right:0;
	font-size:17px;
	text-align:center
}
.text-block-37, .text-block-38 {
	font-size:17px;
	text-align:center
}
.div-block-21 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.row-9 {
	margin-top:0;
	margin-bottom:0;
	padding:10px 12px;
	border-bottom:1px solid #eedfd4
}
.container-4 {
	display:block
}
.collection-list-wrapper-3 {
	display:inline-block;
	width:90%;
	text-align:center
}
.div-block-22 {
	margin-top:0;
	text-align:center
}
.row-10 {
	display:inline-block;
	width:90%;
	padding:12px;
	border-radius:6px;
	background-color:#146e67;
	color:#fff;
	text-align:center
}
.div-block-23 {
	text-align:center
}
.text-block-39 {
	margin-right:0;
	text-align:center
}
.text-block-40, .text-block-41 {
	text-align:left
}
.section-5 {
	margin-bottom:0;
	padding-top:40px;
	padding-bottom:40px
}
.section-5.nextlevel {
	padding-top:0
}
.text-block-42 {
	margin-top:20px;
	margin-bottom:0;
	padding-bottom:40px;
	font-size:32px;
	font-weight:700;
	text-align:center
}
.section-6 {
	padding-top:40px;
	padding-bottom:20px;
	background-color:#f8efe9;
	text-align:center
}
.div-block-24 {
	margin-bottom:20px;
	text-align:center
}
.section-7 {
	background-color:#f8efe9
}
.image-28 {
	width:400px;
	height:100%;
	text-align:left
}
.div-block-25 {
	display:inline-block;
	width:1000px;
	margin-right:0;
	margin-left:0;
	padding:0;
	border-radius:20px;
	background-color:#fff;
	text-align:left
}
.collection-item-3 {
	display:block;
	text-align:center
}
.div-block-26 {
	padding-top:40px;
	padding-bottom:20px;
	box-shadow:none
}
.image-29 {
	width:140px;
	margin-bottom:20px;
	border:6px solid #fff;
	border-radius:100px;
	box-shadow:2px 7px 32px -8px #555
}
.text-block-43 {
	font-size:22px;
	font-weight:900;
	letter-spacing:.5px;
	text-transform:uppercase
}
.div-block-27 {
	margin-top:30px;
	text-align:center
}
.column-20 {
	display:block;
	height:400px;
	padding-right:0;
	padding-left:0;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	background-color:#fff
}
.text-block-44 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.div-block-28 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-5px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:rgba(46, 50, 60, .51)
}
.div-block-29 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#188f85;
	font-size:22px;
	text-align:center
}
.text-block-45 {
	color:#188f85;
	font-size:28px;
	font-weight:700
}
.text-block-46 {
	position:relative;
	top:-4px;
	display:inline-block;
	width:100%;
	margin-top:-4px;
	margin-left:0;
	padding-top:0;
	color:rgba(46, 50, 60, .51);
	font-size:12px;
	line-height:14px;
	text-transform:none
}
.row-11 {
	display:inline-block;
	width:88%;
	height:100px;
	margin-top:20px;
	padding:24px 20px 20px;
	border-radius:6px;
	background-color:#e3f0ef
}
.div-block-30 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.text-block-47 {
	margin-right:6px;
	color:#188f85;
	font-size:20px
}
.row-12 {
	display:block
}
.image-30 {
	max-width:75%;
	margin-top:30px
}
.div-block-31 {
	height:100%;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5ffa350d7f_tabletopaward.jpg");
	background-position:50% 100%;
	background-size:cover;
	text-align:center
}
.image-31 {
	max-width:80%;
	margin-top:28px
}
.text-block-48 {
	position:absolute;
	top:256px;
	right:104px;
	font-family:Oswald, sans-serif;
	color:hsla(0, 0%, 100%, .89);
	font-size:17px;
	letter-spacing:.3px;
	text-transform:uppercase
}
.div-block-32 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.text-block-49 {
	position:relative;
	top:1px;
	margin-right:4px;
	color:#188f85;
	font-size:16px
}
.row-13 {
	display:inline-block;
	width:80%;
	text-align:center
}
.div-block-33 {
	position:relative;
	top:-34px;
	margin-top:5px;
	text-align:center
}
.text-block-50 {
	position:absolute;
	top:132px;
	right:32px;
	display:inline-block;
	margin-right:0;
	margin-left:0;
	font-family:Oswald, sans-serif;
	color:hsla(0, 0%, 100%, .83);
	font-size:12px;
	font-weight:400;
	letter-spacing:0;
	text-transform:uppercase
}
.div-block-34 {
	position:relative;
	top:-50px;
	display:inline-block;
	width:240px;
	height:210px;
	margin-right:0;
	margin-left:0;
	float:none;
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:0 0;
	background-size:cover;
	text-align:center
}
.div-block-35 {
	position:relative;
	top:-6px
}
.text-block-51 {
	font-size:20px;
	font-weight:700;
	letter-spacing:0
}
.text-block-52 {
	font-size:20px;
	font-weight:700
}
.text-block-53 {
	position:relative;
	top:-6px;
	color:rgba(46, 50, 60, .51);
	font-size:12px;
	letter-spacing:-.5px
}
.column-21, .column-22, .column-23 {
	border-right:1px solid rgba(164, 167, 175, .51)
}
.column-24 {
	display:block;
	padding-right:0
}
.text-block-54, .text-block-55 {
	font-size:15px;
	text-transform:uppercase
}
.text-block-56 {
	text-transform:uppercase
}
.link-block-6 {
	display:inline;
	text-align:center
}
.link-block-7 {
	display:inline
}
.text-span-11 {
	font-size:17px;
	font-weight:700
}
.link-5, .link-6 {
	color:#2e323c
}
.heading-9 {
	font-size:25px;
	text-align:left
}
.heading-10 {
	margin-left:-17px;
	padding-left:31px;
	font-size:25px;
	text-align:left
}
.container-6 {
	padding-bottom:4px
}
.container-7 {
	padding-bottom:1px
}
.container-8 {
	margin-top:-88px
}
.image-32 {
	margin-bottom:13px
}
.image-33, .image-34, .image-35 {
	margin-bottom:17px
}
.contact-description {
	display:block;
	max-width:800px;
	margin-top:0;
	margin-bottom:40px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	font-family:Lato, sans-serif;
	color:#61646d;
	font-size:16px;
	line-height:24px
}
.contact-description._404subtitle {
	color:#fff;
	font-size:18px
}
.contact-description.allinheaderdescription {
	margin-right:0;
	margin-bottom:20px;
	color:#fff;
	font-size:15px;
	font-weight:300
}
.contact-description.platformleadin {
	margin-bottom:60px
}
.contact-description.prospectingheader {
	width:50%
}
.address-contact {
	padding-right:16px;
	padding-left:16px;
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:24px
}
.address-contact.footerpara {
	padding-left:0
}
.dropdown-link-current {
	padding:8px 24px;
	background-color:#fff;
	color:#2e323c;
	font-size:14px
}
.dropdown-link-current.w--current {
	background-color:#fff;
	color:#347a70;
	font-size:14px
}
.slide {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdfb4f350dab_ww360header.jpg");
	background-position:0 0;
	background-size:cover
}
.slide-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd3cc4350dac_wwteamheader.jpg");
	background-position:50% 100%;
	background-size:cover
}
.below-button-subtext {
	width:60%;
	margin-top:6px;
	margin-bottom:32px;
	color:#fff;
	font-size:20px;
	line-height:28px
}
.below-button-subtext.hero-split-text {
	margin-top:8px;
	margin-bottom:36px;
	color:#9096a4
}
.below-button-subtext.paragraph-big-white {
	color:hsla(0, 0%, 100%, .8)
}
.below-button-text {
	width:60%;
	margin-top:18px;
	margin-bottom:0;
	color:#739f9a;
	font-size:12px;
	line-height:28px;
	font-weight:400;
	text-transform:uppercase
}
.below-button-text.hero-split-text {
	margin-top:8px;
	margin-bottom:36px;
	color:#9096a4
}
.below-button-text.paragraph-big-white {
	color:hsla(0, 0%, 100%, .8)
}
.button-footer-button {
	height:48px;
	padding:16px 30px 40px;
	border-radius:4px;
	background-color:transparent;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b);
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	font-size:15px;
	line-height:24px;
	font-weight:700
}
.button-footer-button:hover {
	background-image:linear-gradient(100deg, #2d5e5a, #54958b);
	box-shadow:0 5px 18px 0 rgba(0, 0, 0, .31);
	-webkit-transform:translate(0, -1px);
	-ms-transform:translate(0, -1px);
	transform:translate(0, -1px)
}
.button-footer-button.testimonials-button {
	margin-top:16px
}
.button-footer-button.contact-button {
	margin-top:16px;
	padding-top:7px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #54958b)
}
.button-footer-button.contact-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.button-footer-button.contact-ready-button {
	margin-top:24px;
	margin-bottom:-80px;
	padding:15px 30px 41px
}
.button-footer-button.footer-big-subscribe-button {
	margin-right:6px;
	margin-left:24px;
	padding:12px 40px 30px;
	border:1px solid #4d8a81;
	border-radius:50px;
	background-image:none;
	color:#347a70
}
.button-footer-button.footer-subscribe-button {
	margin-top:14px;
	margin-bottom:24px;
	padding:10px 32px;
	background-color:#54958b;
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	height:40px;
	border-radius:4px;
	background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b);
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:20px
}
.button-footer-button.footer-subscribe-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5);
	box-shadow:0 5px 18px 0 rgba(70, 70, 70, .5)
}
.button-footer-button.footer-subscribe-button.w--current {
	background-image:-webkit-gradient(linear, left top, right top, color-stop(1%, #2d5e5a), color-stop(100%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a 1%, #54958b 100%, #54958b)
}
.button-footer-button.footer-subscribe-button.allin-button {
	height:56px;
	margin-top:0;
	margin-bottom:16px;
	padding-top:18px;
	font-family:Lato, sans-serif;
	font-size:12px
}
.button-footer-button.hero-side-button {
	margin-top:20px
}
.button-footer-button.subscribe-button {
	margin-left:24px
}
.button-footer-button.services-simple-button {
	margin-top:72px
}
.button-footer-button.services-simple-button.systempagebutton {
	margin-top:30px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.button-footer-button.services-simple-button.systempagebutton.ebbokbutton2 {
	margin-top:0;
	float:left
}
.button-footer-button.services-simple-button.advantagesbutton {
	margin-top:40px
}
.button-footer-button.works-v3-button {
	position:relative;
	top:-10px;
	height:44px;
	margin-top:20px;
	margin-bottom:0;
	padding:9px 24px 30px;
	border:1px solid rgba(84, 149, 139, .67);
	border-radius:40px;
	background-color:transparent;
	background-image:none;
	color:#54958b;
	font-size:13px;
	font-weight:700
}
.button-footer-button.works-v3-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.button-footer-button.works-v3-button.big-button-stroked {
	padding:17px 34px 40px;
	border-radius:4px;
	font-size:14px
}
.button-footer-button.works-v3-button.big-button-stroked:hover {
	background-color:#fff
}
.button-footer-button.posts-v3-button, .button-footer-button.service-cards-button, .button-footer-button.works-v4-button {
	margin-top:80px
}
.button-footer-button.works-v5-button {
	margin-top:64px
}
.button-footer-button.form-button {
	padding-top:7px
}
.button-footer-button.form-button.passwordbutton {
	padding-top:14px;
	padding-bottom:38px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b)
}
.button-footer-button.ghost-button {
	background-color:transparent;
	background-image:none;
	box-shadow:inset 0 0 0 2px #fff;
-webkit-transition:box-shadow .3s, background-color .3s, color .3s;
transition:box-shadow .3s, background-color .3s, color .3s
}
.button-footer-button.ghost-button:hover {
	background-color:#fff;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	color:#2e323c
}
.button-footer-button.ghost-button.hero-promo-button {
	margin:40px
}
.button-footer-button.ghost-button.coming-soon-contact-button {
	position:absolute;
	right:32px;
	bottom:40px
}
.button-footer-button.sidebar-subscribe-button {
	padding-top:8px
}
.button-footer-button.full-screen-button {
	position:absolute;
	right:40px;
	bottom:40px
}
.button-footer-button.pricing-table-button {
	margin-top:40px
}
.button-footer-button._404-home-button {
	margin-top:24px;
	margin-bottom:-64px
}
.button-footer-button.style-guide-button {
	margin-top:64px
}
.button-footer-button.float-subscribe-button {
	margin-left:16px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.button-footer-button.whitepillbutton {
	height:60px;
	margin-top:24px;
	margin-bottom:24px;
	padding:19px 40px 20px;
	border-radius:40px;
	background-color:#fff;
	background-image:-webkit-gradient(linear, left top, right top, from(#e4ae23), to(#e6c74c));
	background-image:linear-gradient(90deg, #e4ae23, #e6c74c)
}
.button-footer-button.whitepillbutton:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.button-footer-button.beigebutton {
	border:1px solid #fff;
	background-image:none
}
.button-footer-button.ebookbutton {
	display:inline-block;
	padding-top:40px;
	float:left;
	text-align:center
}
.heading-11 {
	display:inline-block;
	margin-top:0;
	margin-bottom:12px;
	clear:none;
	text-align:center
}
.quoterheader {
	font-size:11px;
	font-weight:300;
	letter-spacing:3px
}
.image-36 {
	width:180px
}
.icontext {
	margin-top:20px
}
.teamicontitles {
	position:relative;
	top:-50px;
	font-family:Lato, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:700
}
.columns {
	display:inline-block;
	width:76%
}
.columns.teamicongrid {
	width:76%;
	margin-bottom:24px
}
.columns.teamicongrid._3rd-row {
	display:block
}
.teamicontitlestop {
	position:relative;
	top:-187px;
	font-family:Lato, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:700
}
.image-37 {
	position:relative;
	top:-20px;
	width:80px;
	margin-right:18px;
	float:none
}
.iconteamheader {
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.collection-item-4 {
	margin-top:10px;
	padding-right:20px;
	padding-bottom:60px;
	padding-left:20px
}
.videocatcap {
	position:static;
	left:-20px;
	display:block;
	margin-left:6px;
	clear:none;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	color:hsla(0, 0%, 100%, .85);
	font-size:11px;
	letter-spacing:.5px;
	text-transform:uppercase
}
.container-9 {
	display:block;
	clear:none;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:4px 4px 0 0;
	background-color:#2e323c
}
.videodatecap {
	position:static;
	left:20px;
	display:block;
	padding-right:10px;
	float:right;
	clear:none;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	color:hsla(0, 0%, 100%, .9);
	font-size:11px;
	letter-spacing:.5px;
	text-transform:uppercase
}
.videolisttitles {
	height:60px;
	margin-top:10px;
	margin-bottom:14px;
	padding-right:24px;
	padding-left:0;
	float:none;
	font-family:Lato, sans-serif;
	font-size:18px;
	font-weight:700;
	text-align:left;
	letter-spacing:-.1px
}
.teamnavlist {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:14px;
	margin-left:14px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
-webkit-transition:color .1s;
transition:color .1s;
	color:#000;
	font-size:12px;
	line-height:32px;
	letter-spacing:-.1px
}
.teamnavlist:hover {
	color:#fff;
	text-decoration:underline
}
.teamnavlist.w--current {
	color:#2e323c;
	font-weight:700
}
.teamnavlist.redbutton {
	margin-right:18px;
	margin-left:18px;
	padding:9px 20px;
	border-radius:4px;
	background-color:#b95657;
	color:hsla(0, 0%, 100%, .85)
}
.teamnavlist.redbutton:hover {
	color:#fff
}
.video-cat-filter {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-8px;
	margin-bottom:40px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.div-block-40 {
	position:relative;
	top:9px;
	width:9px;
	height:9px;
	margin-left:10px;
	border-radius:30px
}
.column-34 {
	position:static;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	text-align:left
}
.columns-2 {
	display:block;
	margin-top:1px
}
.video-3 {
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px
}
.team-events-wrapper {
	display:block;
	width:100%;
	padding-right:15px;
	padding-left:15px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.teameventday {
	position:relative;
	display:inline-block;
	padding-left:2px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#fff;
	font-size:16px;
	line-height:32px;
	font-weight:700;
	letter-spacing:-.2px
}
.teameventmonth {
	display:inline-block;
	padding-right:2px;
	color:#fff;
	font-size:16px;
	line-height:32px;
	font-weight:700;
	letter-spacing:-.2px
}
.div-block-41 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:20px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.teameventtitle {
	display:block;
	margin-top:10px;
	margin-bottom:0;
	padding-left:0;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	font-size:26px
}
.div-block-42 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	padding:10px 18px 10px 14px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	border-top-right-radius:0;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background-color:#2e323c;
	text-align:left
}
.text-block-61 {
	display:inline-block;
	color:#54958b;
	font-size:24px
}
.teameventblurb {
	margin-top:16px;
	margin-bottom:0;
	color:#9096a4
}
.zoomhoverteamevent {
	max-width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-transition:-webkit-transform 450ms;
	transition:transform 450ms;
	transition:transform 450ms, -webkit-transform 450ms
}
.zoomhoverteamevent:hover {
	background-image:url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
	background-position:0 0;
	background-size:125px;
	-webkit-transform:scale(1.06);
	-ms-transform:scale(1.06);
	transform:scale(1.06)
}
.zoomhoverteamevent.homevisionblocks {
	max-width:94%
}
.zoomhoverteamevent.homevisionblocks.documents {
	border-radius:0
}
.teameventdash {
	position:relative;
	display:inline-block;
	padding-right:6px;
	padding-left:4px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#fff;
	font-size:16px;
	line-height:32px;
	font-weight:700;
	letter-spacing:-.2px
}
.image-38 {
	position:relative;
	top:3px;
	width:26px;
	height:26px;
	margin-right:10px;
	margin-left:6px;
	opacity:1
}
.text-block-62 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:4px;
	clear:none;
	color:hsla(0, 0%, 100%, .8);
	font-size:14px;
	font-weight:400;
	text-align:left;
	letter-spacing:.25px
}
.text-block-62:hover {
	color:#fff
}
.columns-3 {
	width:100%
}
.column-35 {
	position:static;
	top:0;
	right:0;
	bottom:0;
	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-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
	text-align:right
}
.column-36 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.blog-posts-and-sidebar-copy {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:20px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.blog-posts-and-sidebar-team {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.rich-text-block-5, .text-block-63 {
	font-family:Lato, sans-serif
}
.text-block-64 {
	color:#188f85;
	font-size:15px
}
.pagination {
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.video-cat-list-copy {
	display:block;
	margin-right:20px;
	margin-left:20px;
-webkit-transition:color .1s;
transition:color .1s;
	color:#646464;
	font-size:15px;
	line-height:32px;
	letter-spacing:-.1px
}
.video-cat-list-copy:hover {
	color:#2e323c
}
.video-cat-list-copy.w--current {
	color:#2e323c;
	font-weight:700
}
.video-cat-list-copy.redbutton {
	margin-right:18px;
	margin-left:18px;
	padding:9px 20px;
	border-radius:4px;
	background-color:#b95657;
	color:hsla(0, 0%, 100%, .85)
}
.video-cat-list-copy.redbutton:hover {
	color:#fff
}
.localbutton {
	height:50px;
	margin-left:20px;
	padding:13px 24px 20px;
	border-radius:4px;
	background-color:transparent;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b95657), to(#b95657)), -webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(180deg, #b95657, #b95657), linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b);
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	color:hsla(0, 0%, 100%, .85);
	font-size:15px;
	line-height:24px;
	font-weight:400
}
.localbutton:hover {
	background-image:linear-gradient(180deg, #ab4d4e, #ab4d4e), linear-gradient(100deg, #2d5e5a, #54958b);
	box-shadow:0 5px 18px 0 rgba(0, 0, 0, .31);
	-webkit-transform:translate(0, -1px);
	-ms-transform:translate(0, -1px);
	transform:translate(0, -1px);
	color:#fff
}
.localbutton.testimonials-button {
	margin-top:16px
}
.localbutton.contact-button {
	margin-top:16px;
	padding-top:7px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #54958b)
}
.localbutton.contact-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.localbutton.contact-ready-button {
	margin-top:24px;
	margin-bottom:-80px;
	padding:15px 30px 41px
}
.localbutton.footer-big-subscribe-button {
	margin-right:6px;
	margin-left:24px;
	padding:12px 40px 30px;
	border:1px solid #4d8a81;
	border-radius:50px;
	background-image:none;
	color:#347a70
}
.localbutton.footer-subscribe-button {
	margin-top:14px;
	margin-bottom:24px;
	padding:10px 32px;
	background-color:#54958b;
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	height:40px;
	border-radius:4px;
	background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b);
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:20px
}
.localbutton.footer-subscribe-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5);
	box-shadow:0 5px 18px 0 rgba(70, 70, 70, .5)
}
.localbutton.footer-subscribe-button.w--current {
	background-image:-webkit-gradient(linear, left top, right top, color-stop(1%, #2d5e5a), color-stop(100%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a 1%, #54958b 100%, #54958b)
}
.localbutton.footer-subscribe-button.allin-button {
	height:56px;
	margin-top:0;
	margin-bottom:16px;
	padding-top:18px;
	font-family:Lato, sans-serif;
	font-size:12px
}
.localbutton.hero-side-button {
	margin-top:20px
}
.localbutton.subscribe-button {
	margin-left:24px
}
.localbutton.services-simple-button {
	margin-top:72px
}
.localbutton.services-simple-button.systempagebutton {
	margin-top:30px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.localbutton.services-simple-button.systempagebutton.ebbokbutton2 {
	margin-top:0;
	float:left
}
.localbutton.services-simple-button.advantagesbutton {
	margin-top:40px
}
.localbutton.works-v3-button {
	position:relative;
	top:-10px;
	height:44px;
	margin-top:20px;
	margin-bottom:0;
	padding:9px 24px 30px;
	border:1px solid rgba(84, 149, 139, .67);
	border-radius:40px;
	background-color:transparent;
	background-image:none;
	color:#54958b;
	font-size:13px;
	font-weight:700
}
.localbutton.works-v3-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.localbutton.works-v3-button.big-button-stroked {
	padding:17px 34px 40px;
	border-radius:4px;
	font-size:14px
}
.localbutton.works-v3-button.big-button-stroked:hover {
	background-color:#fff
}
.localbutton.posts-v3-button, .localbutton.service-cards-button, .localbutton.works-v4-button {
	margin-top:80px
}
.localbutton.works-v5-button {
	margin-top:64px
}
.localbutton.form-button {
	padding-top:7px
}
.localbutton.form-button.passwordbutton {
	padding-top:14px;
	padding-bottom:38px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b)
}
.localbutton.ghost-button {
	background-color:transparent;
	background-image:none;
	box-shadow:inset 0 0 0 2px #fff;
-webkit-transition:box-shadow .3s, background-color .3s, color .3s;
transition:box-shadow .3s, background-color .3s, color .3s
}
.localbutton.ghost-button:hover {
	background-color:#fff;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	color:#2e323c
}
.localbutton.ghost-button.hero-promo-button {
	margin:40px
}
.localbutton.ghost-button.coming-soon-contact-button {
	position:absolute;
	right:32px;
	bottom:40px
}
.localbutton.sidebar-subscribe-button {
	padding-top:8px
}
.localbutton.full-screen-button {
	position:absolute;
	right:40px;
	bottom:40px
}
.localbutton.pricing-table-button {
	margin-top:40px
}
.localbutton._404-home-button {
	margin-top:24px;
	margin-bottom:-64px
}
.localbutton.style-guide-button {
	margin-top:64px
}
.localbutton.float-subscribe-button {
	margin-left:16px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.localbutton.whitepillbutton {
	height:60px;
	margin-top:24px;
	margin-bottom:24px;
	padding:19px 40px 20px;
	border-radius:40px;
	background-color:#fff;
	background-image:-webkit-gradient(linear, left top, right top, from(#e4ae23), to(#e6c74c));
	background-image:linear-gradient(90deg, #e4ae23, #e6c74c)
}
.localbutton.whitepillbutton:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.localbutton.beigebutton {
	border:1px solid #fff;
	background-image:none
}
.localbutton.ebookbutton {
	display:inline-block;
	padding-top:40px;
	float:left;
	text-align:center
}
.norecordsheader {
	color:#7a7a7a;
	font-size:20px;
	font-weight:700;
	letter-spacing:-.5px
}
.empty-state {
	padding-top:100px;
	padding-bottom:100px;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f8efe9), to(#f8efe9));
	background-image:linear-gradient(180deg, #f8efe9, #f8efe9)
}
.image-39 {
	margin-bottom:20px
}
.pagination-2 {
	padding-top:20px
}
.newsteamtitle {
	margin-top:2px;
	margin-bottom:24px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	font-size:20px;
	line-height:26px;
	letter-spacing:-.5px
}
.columns-4 {
	display:inline-block;
	width:100%;
	height:40px;
	margin-right:0;
	margin-left:0
}
.column-37 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:0;
	padding-left:0;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:right
}
.text-block-65 {
	display:block;
	color:#2e323c
}
.column-38 {
	position:static;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:0;
	padding-left:0
}
.morenewstitle {
	margin-top:40px;
	margin-bottom:14px;
	padding-right:24px;
	padding-left:24px;
	float:none;
	font-family:Lato, sans-serif;
	color:#2e323c;
	font-size:20px;
	font-weight:700;
	letter-spacing:-.2px
}
.morenewstitle:hover {
	color:#188f85
}
.heading-12 {
	margin-top:20px;
	margin-bottom:20px
}
.container-10 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.column-39 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:8px;
	padding-right:6px;
	padding-left:6px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.smallerleadertitle {
	font-size:14px
}
.smallerleadername {
	display:inline-block;
	max-width:90%;
	font-size:14px
}
.earners500 {
	padding-top:12px;
	font-size:20px;
	font-weight:700;
	letter-spacing:-.4px
}
.earners1mill {
	padding-top:16px;
	font-size:23px;
	font-weight:700;
	letter-spacing:-.4px
}
.earners250 {
	margin-right:60px;
	margin-bottom:100px;
	margin-left:60px;
	padding-top:12px;
	font-size:20px;
	line-height:34px;
	font-weight:400;
	text-align:left;
	letter-spacing:-.4px;
	-webkit-column-count:3;
	column-count:3;
	-webkit-column-gap:100px;
	column-gap:100px;
	-webkit-column-rule-style:none;
	column-rule-style:none;
	-webkit-column-rule-width:0px;
	column-rule-width:0px;
	-webkit-column-span:none;
	column-span:none
}
.branding-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px;
	padding-right:6px;
	padding-bottom:8px;
	padding-left:6px;
	-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;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c
}
.video-pagination-button {
	margin-top:33px
}
.dropdown-6 {
	display:inline-block;
	overflow:visible
}
.hpage-section-description {
	margin-top:0;
	margin-bottom:40px;
	font-family:Lato, sans-serif;
	color:#61646d;
	font-size:16px;
	line-height:24px
}
.hpage-section-description._404subtitle {
	color:#fff;
	font-size:18px
}
.hpage-section-description.allinheaderdescription {
	margin-right:0;
	margin-bottom:20px;
	color:#fff;
	font-size:15px;
	font-weight:300
}
.hpage-section-description.platformleadin {
	margin-bottom:60px
}
.hpage-section-description.prospectingheader {
	width:50%
}
.section-small-header-left {
	display:block;
	width:100%;
	padding-bottom:10px;
	padding-left:0;
	color:#188f85;
	font-size:12px;
	line-height:20px;
	font-weight:700;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase
}
.section-small-header-left.white-text {
	padding-bottom:16px
}
.section-small-header-left.white-text.headeroverphoto.whitesmallheader {
	color:#fff
}
.section-small-header-left.headeroverphoto {
	margin-top:20px;
	color:#36a59c
}
.section-small-header-left.findleader {
	width:360px;
	margin-left:18px;
	font-family:Lato, sans-serif
}
.section-small-header-left.filterletter {
	position:relative;
	top:16px;
	display:inline;
	padding-top:0;
	padding-right:12px;
	padding-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	font-family:Lato, sans-serif
}
.section-small-header-left.leftalignsmallheader {
	text-align:left
}
.section-small-header-left.underemails {
	padding-top:30px
}
.cta-event-button {
	position:static;
	display:inline-block;
	padding:23px 30px 20px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-radius:8px;
	background-color:#fa5356;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase
}
.cta-event-button:hover {
	background-color:#e43f42
}
.collection-list-wrapper-6 {
	display:block
}
.image-43 {
	width:76%;
	margin-top:8px
}
.div-block-44 {
	padding-bottom:5px;
	text-align:left
}
.podcastlogo {
	width:76%;
	margin-top:50px
}
.div-block-45 {
	width:80%;
	height:85px;
	margin-bottom:60px;
	border-radius:8px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd592e350e07_bgfire.jpg");
	background-position:70% 70%
}
.container-11 {
	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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.text-block-66, .text-block-67 {
	color:#fff
}
.onfireheader {
	padding-top:28px;
	font-family:Oswald, sans-serif;
	color:#fff;
	font-size:20px
}
.onfirelink {
	color:#fd592d
}
.emailrequestparagraph {
	display:block;
	max-width:600px;
	margin-top:0;
	margin-bottom:40px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	font-family:Lato, sans-serif;
	color:#61646d;
	font-size:16px;
	line-height:24px
}
.emailrequestparagraph._404subtitle {
	color:#fff;
	font-size:18px
}
.emailrequestparagraph.allinheaderdescription {
	margin-right:0;
	margin-bottom:20px;
	color:#fff;
	font-size:15px;
	font-weight:300
}
.emailrequestparagraph.platformleadin {
	margin-bottom:60px
}
.emailrequestparagraph.prospectingheader {
	width:50%
}
.success-message-2 {
	background-color:#fff
}
.heading-13 {
	margin-top:40px;
	color:#248a7f
}
.formsection {
	display:block;
	overflow:hidden;
	margin-top:0;
	padding:60px 10% 120px;
	background-color:#f8efe9;
	text-align:center
}
.formsection.testimonials-color-image {
	background-color:#7567f8;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(117, 103, 248, .85)), to(rgba(117, 103, 248, .85))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1113350c50_sergey-zolkin-192937.jpg");
	background-image:linear-gradient(180deg, rgba(117, 103, 248, .85), rgba(117, 103, 248, .85)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1113350c50_sergey-zolkin-192937.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.formsection.grey-section {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f8efe9
}
.formsection.grey-section.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.formsection.grey-section.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.formsection.grey-section.homepage.systemgreenbg {
	padding-bottom:40px;
	background-color:#d3e4e0
}
.formsection.grey-section.morebottom {
	padding-bottom:120px;
	background-color:#f1e6de
}
.formsection.grey-section.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.formsection.grey-section.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.formsection.grey-section.teamusabg {
	background-color:#f0e7e1
}
.formsection.grey-section.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.formsection.no-side-paddings {
	padding-right:0;
	padding-left:0
}
.formsection.no-bottom-padding {
	padding-bottom:0
}
.formsection.no-top-padding {
	padding-top:0
}
.formsection.no-top-padding.no-bottom-padding {
	background-color:#f8efe9
}
.formsection.testimonials-image {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.formsection.services-color-bg-section {
	background-color:#7567f8
}
.formsection.no-paddings {
	padding:0
}
.formsection.contact-image {
	position:relative;
	z-index:2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .2)), to(rgba(46, 50, 60, .2))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .2), rgba(46, 50, 60, .2)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.formsection.contact-image.scroll-bg {
	background-image:-webkit-gradient(linear, left top, left bottom, from(null), to(null)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, null, null), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-attachment:scroll, scroll
}
.formsection.dark-grey-section {
	display:block;
	padding-top:0;
	padding-right:10%;
	padding-left:10%;
	background-color:#edf4f3
}
.formsection.beigebg {
	background-color:#eee2da
}
.formsection.beigedarkbg {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#eee1d9
}
.formsection.beigedarkbg.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.formsection.beigedarkbg.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.formsection.beigedarkbg.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.formsection.beigedarkbg.morebottom {
	background-color:#f1e6de
}
.formsection.beigedarkbg.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.formsection.beigedarkbg.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.formsection.beigedarkbg.teamusabg {
	background-color:#f0e7e1
}
.formsection.beigedarkbg.teamlandingpage {
	padding-top:60px;
	padding-bottom:60px
}
.formsection.beigedarkbg.teamlandingpage.meetleaderstopmargin {
	padding-top:56px
}
.formsection.grey-section-copy {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f8efe9
}
.formsection.grey-section-copy.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.formsection.grey-section-copy.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.formsection.grey-section-copy.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.formsection.grey-section-copy.morebottom {
	background-color:#f1e6de
}
.formsection.grey-section-copy.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.formsection.grey-section-copy.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.formsection.grey-section-copy.teamusabg {
	background-color:#f0e7e1
}
.formsection.grey-section-copy.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.div-block-46 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.text-block-68 {
	margin-right:20px;
	margin-left:20px
}
.video-nav-links {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:40px;
	margin-bottom:40px;
	margin-left:40px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.div-block-trt {
	height:50px
}
.service-cards-trt {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:0;
	margin-bottom:-30px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	-webkit-align-content:stretch;
	-ms-flex-line-pack:stretch;
	align-content:stretch
}
.service-cards-trt.videocardsec {
	margin-top:40px
}
.div-block-trt-2, .div-block-trt-3 {
	height:20px
}
.accordion-header {
	margin-bottom:5px;
	padding-left:31px;
	font-size:25px;
	font-weight:700;
	text-align:left;
	cursor:pointer
}
.accordion-item-content {
	overflow:hidden
}
.accordion-body {
	margin-top:0;
	margin-bottom:15px;
	padding-top:5px;
	padding-right:31px;
	padding-left:45px;
	text-align:left
}
.heading-15 {
	cursor:pointer
}
.container-12 {
	position:relative
}
.gallery-lightbox {
	display:block;
	margin-top:20px;
	margin-bottom:20px
}
.section-8 {
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
	background-color:#fff
}
.section-title {
	margin-top:0;
	font-size:46px;
	line-height:39px;
	font-weight:300
}
.section-title-wrapper {
	display:block;
	width:78%;
	margin-right:auto;
	margin-bottom:60px;
	margin-left:auto;
	text-align:center
}
.gallery-overlay-icon {
	position:absolute;
	left:0;
	top:50%;
	right:0;
	display:block;
	width:60px;
	height:60px;
	margin-right:auto;
	margin-left:auto;
	padding-top:14px;
	border-radius:100%;
	background-color:rgba(0, 0, 0, .4);
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
-webkit-transition:background-color .2s;
transition:background-color .2s;
	text-align:center
}
.gallery-overlay-icon:hover {
	background-color:rgba(0, 0, 0, .7)
}
.section-description-2 {
	margin-top:30px;
	font-size:23px;
	line-height:27px;
	font-weight:300
}
.gallery-overlay-block {
	display:none;
	width:100%;
	height:100%;
	background-color:transparent;
-webkit-transition:background-color .2s;
transition:background-color .2s
}
.gallery-overlay-block:hover {
	background-color:hsla(0, 0%, 100%, .2)
}
.view-icon {
	height:35px
}
.gallery-image-block {
	position:relative;
	overflow:hidden;
	width:100%;
	height:300px;
	border-radius:4px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c83e5657c584bcb0be6535d_kristin-lopez-416908-unsplash.jpg");
	background-position:50% 50%;
	background-size:cover
}
.gallery-image-block._3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c83e5657c584bd441e6535c_alexis-chloe-534920-unsplash.jpg")
}
.gallery-image-block._2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c83e5657c584b7d32e6535b_veronika-homchis-64124-unsplash.jpg")
}
.trt-licensed-title {
	margin-top:0;
	font-size:33px;
	line-height:39px;
	font-weight:700
}
.trt-accordion-heading {
	margin-bottom:0;
	text-align:left;
	cursor:pointer
}
.trt-accordion-paragraph {
	padding-left:25px;
	text-align:left
}
.transamerica-logo {
	width:auto;
	max-width:23%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start;
	text-align:left
}
.nationwide-logo {
	width:500px;
	max-width:70%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start;
	text-align:center
}
.product-provider-image {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	text-align:left
}
.trt-small-div {
	display:block;
	height:15px;
	max-width:1200px;
	padding-right:0;
	padding-left:0;
	background-color:transparent
}
.trt-small-div.nav-bar-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.trt-small-div.services-big-cards {
	display:inline;
	margin-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.trt-small-div.services-big-cards.platformcardlower {
	margin-top:120px
}
.trt-large-div {
	display:block;
	height:60px;
	max-width:1200px;
	padding-right:0;
	padding-left:0;
	background-color:transparent
}
.trt-large-div.nav-bar-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.trt-large-div.services-big-cards {
	display:inline;
	margin-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.trt-large-div.services-big-cards.platformcardlower {
	margin-top:120px
}
.trt {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f8efe9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.trt:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.trt-provider-appointment-question {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.trt-provider-appointment-question:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.trt-provider-appointment-trans {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:50%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.trt-provider-appointment-trans:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.trt-nationwide-appointment {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:70%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.trt-nationwide-appointment:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.trt-question-variable {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	height:auto;
	max-width:75%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.trt-question-variable:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.sbjc-header {
	margin-top:0;
	margin-bottom:0;
	text-align:center
}
.grid {
	-ms-grid-rows:auto auto auto;
	grid-template-rows:auto auto auto
}
.image-44 {
	max-width:70%;
	margin-top:-23px;
	margin-right:-81px;
	padding-top:0;
	padding-left:0
}
.heading-16 {
	margin-top:66px;
	margin-left:-28px;
	padding-right:54px;
	padding-left:0
}
.container-13 {
	margin-bottom:34px
}
.image-45 {
	max-width:50%
}
.section-sbjc {
	display:block;
	overflow:hidden;
	margin-top:0;
	padding:75px 10% 11px;
	background-color:#f8efe9;
	text-align:center
}
.section-sbjc.testimonials-color-image {
	background-color:#7567f8;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(117, 103, 248, .85)), to(rgba(117, 103, 248, .85))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1113350c50_sergey-zolkin-192937.jpg");
	background-image:linear-gradient(180deg, rgba(117, 103, 248, .85), rgba(117, 103, 248, .85)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1113350c50_sergey-zolkin-192937.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.section-sbjc.grey-section {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f8efe9
}
.section-sbjc.grey-section.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section-sbjc.grey-section.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section-sbjc.grey-section.homepage.systemgreenbg {
	padding-bottom:40px;
	background-color:#d3e4e0
}
.section-sbjc.grey-section.morebottom {
	padding-bottom:120px;
	background-color:#f1e6de
}
.section-sbjc.grey-section.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section-sbjc.grey-section.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section-sbjc.grey-section.teamusabg {
	background-color:#f0e7e1
}
.section-sbjc.grey-section.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.section-sbjc.no-side-paddings {
	padding-right:0;
	padding-left:0
}
.section-sbjc.no-bottom-padding {
	padding-bottom:0
}
.section-sbjc.no-top-padding {
	padding-top:0
}
.section-sbjc.no-top-padding.no-bottom-padding {
	background-color:#f8efe9
}
.section-sbjc.testimonials-image {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .5)), to(rgba(46, 50, 60, .5))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .5), rgba(46, 50, 60, .5)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd08db350bd4_team.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.section-sbjc.services-color-bg-section {
	background-color:#7567f8
}
.section-sbjc.no-paddings {
	padding:0
}
.section-sbjc.contact-image {
	position:relative;
	z-index:2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, .2)), to(rgba(46, 50, 60, .2))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, rgba(46, 50, 60, .2), rgba(46, 50, 60, .2)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-position:0 0, 50% 50%;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	background-attachment:scroll, fixed
}
.section-sbjc.contact-image.scroll-bg {
	background-image:-webkit-gradient(linear, left top, left bottom, from(null), to(null)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-image:linear-gradient(180deg, null, null), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdec4d350c69_grovemade-239358.jpg");
	background-attachment:scroll, scroll
}
.section-sbjc.dark-grey-section {
	display:block;
	padding-top:0;
	padding-right:10%;
	padding-left:10%;
	background-color:#edf4f3
}
.section-sbjc.beigebg {
	background-color:#eee2da
}
.section-sbjc.beigedarkbg {
	margin-top:0;
	padding:40px 7% 80px;
	background-color:#eee1d9
}
.section-sbjc.beigedarkbg.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section-sbjc.beigedarkbg.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section-sbjc.beigedarkbg.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.section-sbjc.beigedarkbg.morebottom {
	background-color:#f1e6de
}
.section-sbjc.beigedarkbg.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section-sbjc.beigedarkbg.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section-sbjc.beigedarkbg.teamusabg {
	background-color:#f0e7e1
}
.section-sbjc.beigedarkbg.teamlandingpage {
	padding-top:60px;
	padding-bottom:60px
}
.section-sbjc.beigedarkbg.teamlandingpage.meetleaderstopmargin {
	padding-top:56px
}
.section-sbjc.grey-section-copy {
	margin-top:0;
	padding:60px 7% 80px;
	background-color:#f8efe9
}
.section-sbjc.grey-section-copy.no-top-padding.no-bottom-padding {
	padding-right:0;
	padding-left:0
}
.section-sbjc.grey-section-copy.homepage {
	padding-right:6%;
	padding-bottom:80px;
	padding-left:6%;
	background-image:none
}
.section-sbjc.grey-section-copy.homepage.systemgreenbg {
	background-color:#d3e4e0
}
.section-sbjc.grey-section-copy.morebottom {
	background-color:#f1e6de
}
.section-sbjc.grey-section-copy.darkerbeige {
	padding-top:60px;
	padding-bottom:100px;
	background-color:#f0e5de
}
.section-sbjc.grey-section-copy.allindescription {
	padding-top:40px;
	padding-bottom:60px;
	background-color:#eedfd4
}
.section-sbjc.grey-section-copy.teamusabg {
	background-color:#f0e7e1
}
.section-sbjc.grey-section-copy.teamlandingpage {
	padding-top:100px;
	padding-bottom:60px
}
.video-section-sbjc {
	position:static;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:auto;
	padding-top:80px;
	padding-bottom:80px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#7567f8;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c8d37ede1e603f06bb9a2ed_HMWBG.png");
	background-position:50% 10%;
	background-size:960px;
	background-repeat:repeat;
	background-attachment:scroll;
	color:#fff;
	font-size:16px;
	line-height:40px;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase
}
.section-small-header-sbjc {
	display:block;
	width:100%;
	padding-bottom:10px;
	padding-left:0;
	color:#188f85;
	font-size:12px;
	line-height:20px;
	font-weight:700;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase
}
.section-small-header-sbjc.white-text {
	padding-bottom:16px
}
.section-small-header-sbjc.white-text.headeroverphoto.whitesmallheader {
	color:#fff
}
.section-small-header-sbjc.headeroverphoto {
	margin-top:20px;
	color:#36a59c
}
.section-small-header-sbjc.findleader {
	width:360px;
	margin-left:18px;
	font-family:Lato, sans-serif
}
.section-small-header-sbjc.filterletter {
	position:relative;
	top:16px;
	display:inline;
	padding-top:0;
	padding-right:12px;
	padding-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	font-family:Lato, sans-serif
}
.section-small-header-sbjc.leftalignsmallheader {
	text-align:left
}
.section-small-header-sbjc.underemails {
	padding-top:30px
}
.section-small-header-sbjc.headeroverphoto-sbjc {
	margin-top:20px;
	color:#fff
}
.image-46 {
	max-width:50%
}
.video-nav-links-team {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:10px;
	margin-bottom:20px;
	margin-left:10px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.script-button {
	height:48px;
	padding:20px 40px 44px;
	border-radius:4px;
	background-color:transparent;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b);
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	font-size:15px;
	line-height:24px;
	font-weight:700
}
.script-button:hover {
	background-image:linear-gradient(100deg, #2d5e5a, #54958b);
	box-shadow:0 5px 18px 0 rgba(0, 0, 0, .31);
	-webkit-transform:translate(0, -1px);
	-ms-transform:translate(0, -1px);
	transform:translate(0, -1px)
}
.script-button.testimonials-button {
	margin-top:16px
}
.script-button.contact-button {
	margin-top:16px;
	padding-top:20px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #54958b)
}
.script-button.contact-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.script-button.contact-ready-button {
	margin-top:24px;
	margin-bottom:-80px;
	padding:15px 30px 41px
}
.script-button.footer-big-subscribe-button {
	margin-right:6px;
	margin-left:24px;
	padding:12px 40px 30px;
	border:1px solid #4d8a81;
	border-radius:50px;
	background-image:none;
	color:#347a70
}
.script-button.footer-subscribe-button {
	margin-top:14px;
	margin-bottom:24px;
	padding:10px 32px;
	background-color:#54958b;
-webkit-transition:box-shadow .3s, -webkit-transform .3s;
transition:box-shadow .3s, transform .3s, -webkit-transform .3s;
	height:40px;
	border-radius:4px;
	background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b);
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:20px
}
.script-button.footer-subscribe-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5);
	box-shadow:0 5px 18px 0 rgba(70, 70, 70, .5)
}
.script-button.footer-subscribe-button.w--current {
	background-image:-webkit-gradient(linear, left top, right top, color-stop(1%, #2d5e5a), color-stop(100%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a 1%, #54958b 100%, #54958b)
}
.script-button.footer-subscribe-button.allin-button {
	height:56px;
	margin-top:0;
	margin-bottom:16px;
	padding-top:18px;
	font-family:Lato, sans-serif;
	font-size:12px
}
.script-button.hero-side-button {
	margin-top:20px
}
.script-button.subscribe-button {
	margin-left:24px
}
.script-button.services-simple-button {
	margin-top:72px
}
.script-button.services-simple-button.systempagebutton {
	margin-top:30px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.script-button.services-simple-button.systempagebutton.ebbokbutton2 {
	margin-top:0;
	margin-left:25px;
	float:left
}
.script-button.services-simple-button.advantagesbutton {
	margin-top:40px;
	margin-bottom:20px
}
.script-button.works-v3-button {
	position:relative;
	top:-10px;
	height:44px;
	margin-top:20px;
	margin-bottom:0;
	padding:9px 24px 30px;
	border:1px solid rgba(84, 149, 139, .67);
	border-radius:40px;
	background-color:transparent;
	background-image:none;
	color:#54958b;
	font-size:13px;
	font-weight:700
}
.script-button.works-v3-button:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.script-button.works-v3-button.big-button-stroked {
	padding:17px 34px 40px;
	border-radius:4px;
	font-size:14px
}
.script-button.works-v3-button.big-button-stroked:hover {
	background-color:#fff
}
.script-button.works-v3-button.big-button-stroked.branding-button {
	width:140px;
	margin-right:5px;
	margin-left:5px;
	padding:13px 5px 36px;
	font-size:12px
}
.script-button.posts-v3-button, .script-button.service-cards-button, .script-button.works-v4-button {
	margin-top:80px
}
.script-button.works-v5-button {
	margin-top:64px
}
.script-button.form-button {
	padding-top:7px
}
.script-button.form-button.passwordbutton {
	padding-top:14px;
	padding-bottom:38px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b)
}
.script-button.ghost-button {
	background-color:transparent;
	background-image:none;
	box-shadow:inset 0 0 0 2px #fff;
-webkit-transition:box-shadow .3s, background-color .3s, color .3s;
transition:box-shadow .3s, background-color .3s, color .3s
}
.script-button.ghost-button:hover {
	background-color:#fff;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	color:#2e323c
}
.script-button.ghost-button.hero-promo-button {
	margin:40px
}
.script-button.ghost-button.coming-soon-contact-button {
	position:absolute;
	right:32px;
	bottom:40px
}
.script-button.sidebar-subscribe-button {
	padding-top:8px
}
.script-button.full-screen-button {
	position:absolute;
	right:40px;
	bottom:40px
}
.script-button.pricing-table-button {
	margin-top:40px
}
.script-button._404-home-button {
	margin-top:24px;
	margin-bottom:-64px
}
.script-button.style-guide-button {
	margin-top:64px
}
.script-button.float-subscribe-button {
	margin-left:16px;
	background-image:-webkit-gradient(linear, left top, right top, from(#2d5e5a), color-stop(3%, #2e605b), color-stop(97%, #54958b), to(#54958b));
	background-image:linear-gradient(90deg, #2d5e5a, #2e605b 3%, #54958b 97%, #54958b)
}
.script-button.whitepillbutton {
	height:60px;
	margin-top:24px;
	margin-bottom:24px;
	padding:19px 40px 20px;
	border-radius:40px;
	background-color:#fff;
	background-image:-webkit-gradient(linear, left top, right top, from(#e4ae23), to(#e6c74c));
	background-image:linear-gradient(90deg, #e4ae23, #e6c74c)
}
.script-button.whitepillbutton:hover {
	box-shadow:0 5px 18px 0 rgba(77, 77, 77, .5)
}
.script-button.beigebutton {
	border:1px solid #fff;
	background-image:none
}
.script-button.ebookbutton {
	display:inline-block;
	padding-top:40px;
	float:left;
	text-align:center
}
.answer-text-appointments {
	margin-top:8px;
	padding-right:0;
	padding-left:65px
}
.answer-text-licensing {
	margin-top:8px;
	padding-right:0;
	padding-left:65px;
	font-weight:400
}
.question-2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c
}
.section-9 {
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
	background-color:#fff
}
.trt-pp {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.trt-pp:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.section-10 {
	display:block;
	overflow:hidden;
	margin-top:0;
	padding:25px 10%;
	background-color:#f8efe9;
	text-align:center
}
.section-10.dark-grey-section {
	display:block;
	padding-top:60px;
	padding-right:10%;
	padding-left:10%;
	background-color:#edf4f3
}
.wrapper-2 {
	display:block;
	max-width:1200px;
	padding-right:0;
	padding-left:0;
	background-color:transparent
}
.section-small-header-2 {
	display:block;
	width:100%;
	padding-bottom:10px;
	padding-left:0;
	color:#188f85;
	font-size:12px;
	line-height:20px;
	font-weight:700;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase
}
.section-header-2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:0;
	margin-bottom:12px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-family:Lato, sans-serif;
	font-size:30px;
	font-weight:700;
	letter-spacing:.5px;
	text-transform:none
}
.section-header-wrapper-2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding-bottom:4px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.text-span-12 {
	color:#f34568
}
.leadershipfactorysec-2 {
	margin-top:30px;
	margin-right:0;
	margin-left:0;
	padding-right:30px;
	padding-bottom:30px;
	padding-left:30px
}
.about-text-2 {
	width:100%;
	margin-top:0;
	margin-bottom:0;
	padding-right:20px;
	color:#9096a4;
	text-align:left;
	-webkit-column-count:1;
	column-count:1;
	-webkit-column-gap:30px;
	column-gap:30px
}
.about-text-2.eboktext {
	margin-bottom:20px;
	padding-right:40px;
	padding-left:0;
	color:#000
}
.service-card-header-2 {
	margin-top:0;
	color:#a5aab6
}
.service-card-header-2.videocardheader {
	font-size:24px
}
.service-card-header-2.videocardheader.leadershipfactorycardtitle {
	position:static;
	display:block;
	padding-left:0;
	color:#000;
	text-align:left
}
.section-header-wrapper-ltc {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin:33px auto 0;
	padding-bottom:4px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.new-resources {
	color:#f34568
}
.div-block-47 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:48%;
	height:auto;
	max-height:600px;
	margin-bottom:20px;
	margin-left:12px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	border-radius:20px;
	background-color:#fff;
	color:#fff
}
.image-47 {
	width:300px
}
.image-48 {
	width:100%;
	height:50%;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:50% 35%;
	object-position:50% 35%
}
.heading-17 {
	color:#2e323c
}
.buttonholder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.resourcetextblock {
	display:inline-block;
	width:90%;
	height:180px;
	max-width:90%;
	margin-right:0;
	margin-left:0;
	color:#000;
	text-align:center
}
.teamsitecalloutheader {
	display:inline-block;
	width:88%;
	height:auto;
	max-width:90%;
	margin-right:35px;
	margin-bottom:-92px;
	margin-left:35px;
	color:#000;
	text-align:left
}
.video-4 {
	width:800px
}
.topbox-teamhome {
	width:1100%;
	height:40%;
	border-radius:20px 20px 0 0;
	-o-object-fit:cover;
	object-fit:cover
}
.topbox-teamhome-div {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:48%;
	height:320px;
	max-height:550px;
	margin-right:0;
	margin-bottom:65px;
	padding-bottom:40px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	border-radius:8px;
	background-color:#fff;
	color:#fff
}
.div-block-48 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.video-5 {
	height:auto;
	border-top-left-radius:20px;
	border-top-right-radius:20px
}
.text-span-13 {
	font-size:60px
}
.textlinkleadin {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:0;
	margin-bottom:12px;
	-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;
	font-family:Lato, sans-serif;
	font-size:25px;
	font-weight:700;
	letter-spacing:.5px;
	text-transform:none
}
.textlinkleadin.pagenotfound {
	color:#fff
}
.textlinkleadin.homepageheader {
	margin-bottom:38px
}
.textlinkleadin.teamusasectionheader {
	font-size:36px;
	letter-spacing:-.5px
}
.textlinkleadin.leaderstitleheader {
	margin-bottom:33px;
	font-size:34px
}
.slide-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5faab6c70e1334fa322abe1b_dvfa-homepage.jpg");
	background-position:0 0;
	background-size:cover
}
.paragraph-big-above {
	width:70%;
	margin-top:80px;
	margin-bottom:14px;
	color:#fff;
	font-size:17px;
	line-height:28px;
	text-transform:uppercase
}
.paragraph-big-above.hero-split-text {
	margin-top:8px;
	margin-bottom:36px;
	color:#9096a4
}
.paragraph-big-above.paragraph-big-white {
	width:90%;
	color:hsla(0, 0%, 100%, .8)
}
.hero-slide-header-below {
	margin-top:0;
	margin-bottom:30px;
	font-size:50px;
	line-height:60px
}
.hero-slide-header-below.rsymbol {
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto
}
.about-side-media-reverse {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.about-side-media-reverse.about-side-reversed {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.scroll-mouse-link-dvfa {
	position:relative;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	max-width:80px;
	margin-right:auto;
	margin-left:auto;
	padding:24px 24px 40px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.div-block-49 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100%;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
.section-11 {
	padding:85px 9% 92px;
	background-color:#eee1d9
}
.div-block-50 {
	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;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.service-side-image-title {
	position:absolute;
	left:0;
	bottom:-48px;
	width:86%;
	margin:0 -30px;
	padding:24px 32px;
	border-radius:8px;
	box-shadow:0 8px 28px 0 rgba(46, 50, 60, .18);
	color:#fff;
	font-size:14px;
	line-height:24px;
	text-align:left
}
.service-side-image-title.image-text-reversed {
	left:auto;
	right:0
}
.service-side-image-title.color-3 {
	font-size:26px;
	line-height:50px;
	font-weight:700
}
.text-span-14 {
	font-size:22px;
	line-height:10px;
	font-weight:700
}
.text-span-15 {
	text-decoration:underline
}
.button-4 {
	position:absolute;
	left:170px;
	top:207px;
	border-top-right-radius:8px
}
.teamgobutton {
	position:static;
	left:202px;
	top:169px;
	width:90px;
	height:44px;
	float:right;
	border-top-right-radius:8px;
	background-color:#fff;
	color:#5d6371;
	text-align:center
}
.link-7 {
	color:#fff
}
.text-span-16 {
	line-height:45px
}
.dvfa-number-titles {
	margin-top:12px;
	margin-bottom:8px;
	padding-left:0;
	color:#2e323c;
	font-size:18px
}
.paragraph-small-dvfa {
	margin-top:8px;
	padding-right:16px;
	padding-left:0;
	font-family:Lato, sans-serif;
	font-size:14px;
	line-height:20px
}
.paragraph-small-dvfa.footerpara {
	padding-left:0
}
.service-simple-icon-dvfa {
	width:60px;
	max-width:none;
	float:left
}
.service-side-text-dvfa {
	padding-right:32px;
	color:#9096a4;
	font-weight:400
}
.side-video-info-dvfa {
	max-width:600px;
	margin-left:0;
	padding-right:10%;
	padding-left:0
}
.div-block-51 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:30%;
	height:425px;
	padding-right:30px;
	padding-left:30px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.section-description-dvfa {
	margin-top:0;
	margin-bottom:60px;
	font-family:Lato, sans-serif;
	color:#61646d;
	font-size:16px;
	line-height:24px
}
.section-description-dvfa._404subtitle {
	color:#fff;
	font-size:18px
}
.section-description-dvfa.allinheaderdescription {
	margin-right:0;
	margin-bottom:20px;
	color:#fff;
	font-size:15px;
	font-weight:300
}
.section-description-dvfa.platformleadin {
	margin-bottom:60px
}
.section-description-dvfa.prospectingheader {
	width:50%
}
.section-small-header-dvfa {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	padding-bottom:0;
	padding-left:0;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#188f85;
	font-size:12px;
	line-height:12px;
	font-weight:700;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase
}
.section-small-header-dvfa.white-text {
	padding-bottom:16px
}
.section-small-header-dvfa.white-text.headeroverphoto.whitesmallheader {
	color:#fff
}
.section-small-header-dvfa.headeroverphoto {
	margin-top:20px;
	color:#36a59c
}
.section-small-header-dvfa.findleader {
	width:360px;
	margin-left:18px;
	font-family:Lato, sans-serif
}
.section-small-header-dvfa.filterletter {
	position:relative;
	top:16px;
	display:inline;
	padding-top:0;
	padding-right:12px;
	padding-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	font-family:Lato, sans-serif
}
.section-small-header-dvfa.leftalignsmallheader {
	text-align:left
}
.section-small-header-dvfa.underemails {
	padding-top:30px
}
.side-video-preview-dvfa {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	height:auto;
	min-height:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	background-color:transparent
}
.dvfa-video-box {
	width:31%;
	height:auto
}
.section13 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:0;
	margin-left:0;
	padding:0 7% 68px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.dvfa-3-videos {
	width:1005px;
	padding-bottom:30px
}
.text-block-69 {
	font-family:Lato, sans-serif;
	font-size:22px;
	line-height:28px;
	font-weight:700;
	letter-spacing:-.5px
}
.dvfa-video {
	margin-bottom:30px
}
.team-color-cards-dvfa {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:450px;
	padding-top:40px;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.text-block-70 {
	position:absolute;
	z-index:1;
	padding-top:340px;
	font-family:Lato, sans-serif;
	line-height:25px
}
.speakertitle-dvfa {
	font-size:24px;
	font-weight:700
}
.dvfa-warning {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:90%;
	height:auto;
	padding:20px 20px 20px 24px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:8px;
	background-color:#faeadf
}
.team-member-color-photo-dvfa {
	position:relative;
	z-index:5;
	height:360px;
	border-radius:8px;
	background-color:#ccd0d9;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27);
	-webkit-transform:translate(40px, -40px);
	-ms-transform:translate(40px, -40px);
	transform:translate(40px, -40px)
}
.team-member-color-photo-dvfa.team-member-1 {
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1216350bd9_team-member-01.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo-dvfa.team-member-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde89a350c52_team-member-02.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo-dvfa.team-member-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd221f350bd7_team-member-03.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo-dvfa.neishaspeaker {
	position:relative;
	top:-40px;
	right:-40px;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac24d1a1d75d8edb5102d3_neisha-himes-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo-dvfa.andeaportrait {
	position:relative;
	top:-40px;
	right:-40px;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac25e32528537d5530f893_andrea-jenkins-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:none;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo-dvfa.ivette-portrait {
	position:relative;
	top:-40px;
	right:-40px;
	bottom:0;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac2ab5c2d87f33311b55c5_ivette-kuyateh-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:none;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo-copy {
	position:relative;
	z-index:5;
	height:360px;
	border-radius:8px;
	background-color:#ccd0d9;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27);
	-webkit-transform:translate(40px, -40px);
	-ms-transform:translate(40px, -40px);
	transform:translate(40px, -40px)
}
.team-member-color-photo-copy.team-member-1 {
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd1216350bd9_team-member-01.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo-copy.team-member-2 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bde89a350c52_team-member-02.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo-copy.team-member-3 {
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd221f350bd7_team-member-03.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat
}
.team-member-color-photo-copy.neishaspeaker {
	position:relative;
	top:-40px;
	right:-40px;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac24d1a1d75d8edb5102d3_neisha-himes-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo-copy.andeaportrait {
	position:relative;
	top:-40px;
	right:-40px;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac25e32528537d5530f893_andrea-jenkins-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.team-member-color-photo-copy.ivette-portrait {
	position:relative;
	top:-40px;
	right:-40px;
	bottom:0;
	width:auto;
	height:300px;
	background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5fac2ab5c2d87f33311b55c5_ivette-kuyateh-portrait.jpg");
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:0 5px 18px 0 rgba(46, 50, 60, .27);
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.section-description-dvfa2 {
	margin-top:0;
	margin-bottom:40px;
	font-family:Lato, sans-serif;
	color:#61646d;
	font-size:16px;
	line-height:24px;
	text-align:center
}
.section-description-dvfa2._404subtitle {
	color:#fff;
	font-size:18px
}
.section-description-dvfa2.allinheaderdescription {
	margin-right:0;
	margin-bottom:20px;
	color:#fff;
	font-size:15px;
	font-weight:300
}
.section-description-dvfa2.platformleadin {
	margin-bottom:60px
}
.section-description-dvfa2.prospectingheader {
	width:50%
}
.div-block-52 {
	width:66px;
	height:66px
}
.section-header-wrapper-dvfa {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding-bottom:21px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.section-header-wrapper-dvfa.subscribe-header-wrapper {
	padding-bottom:0
}
.section-header-wrapper-dvfa.advantagesheader, .section-header-wrapper-dvfa.homepagetitleconstellation, .section-header-wrapper-dvfa.resources-header {
	margin-bottom:40px
}
.section-header-wrapper-dvfa.marginusa {
	margin-bottom:-10px
}
.question-container-dvfa {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:32%;
	height:auto;
	margin-bottom:20px;
	padding:32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.question-container-dvfa:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.dvfa-bio {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c
}
.question-text-dvfa {
	margin-top:15px;
	margin-bottom:0;
	margin-left:0;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
.bio-dvfa {
	display:block;
	padding-right:8px;
	padding-left:0;
	color:#9096a4
}
.dfva-bio-speaker {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	padding:20px 32px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-radius:8px;
	background-color:#f5f6f9;
	box-shadow:0 1px 2px 0 rgba(46, 50, 60, .09);
-webkit-transition:box-shadow .3s;
transition:box-shadow .3s;
	text-align:left
}
.dfva-bio-speaker:hover {
	box-shadow:0 3px 9px 0 rgba(46, 50, 60, .09)
}
.dvfabio {
	margin-top:8px;
	padding-right:0;
	padding-left:0
}
.div-block-53 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:5px;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch
}
.image-49 {
	width:100%;
	border-radius:8px;
	box-shadow:0 0 7px -1px #ccc;
	opacity:1
}
.text-block-71 {
	font-family:Lato, sans-serif;
	color:#747474;
	font-size:13px;
	line-height:24px;
	letter-spacing:-.3px;
	text-transform:uppercase
}
.bold-text-2 {
	line-height:12px;
	font-weight:400;
	letter-spacing:-.2px
}
.bold-text-3 {
	color:#2e323c
}
.teamvideboxtitle {
	padding-top:20px;
	font-size:16px;
	font-weight:700;
	text-align:center
}
.teamvideorow {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:90%;
	margin-right:0;
	margin-bottom:40px;
	margin-left:0;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	text-align:left
}
.teamvideorow.tripleonsystem {
	margin-right:40px;
	margin-left:40px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.teamvideorow.tripleonsystem._4widehome {
	margin-top:30px
}
.teamvidcard {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:3px;
	padding-bottom:8px;
	padding-left:3px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#2e323c
}
.link-block-8 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.div-block-54 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:25%;
	padding-bottom:60px;
	-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;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.div-block-55, .div-block-56, .div-block-57, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-9 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.link-block-17 {
	font-size:14px
}
.link-block-18 {
	font-size:13px
}
.text-span-17 {
	color:#edeff4
}
.section12 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:0;
	margin-left:0;
	padding:0 7% 40px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.bold-text-4, .bold-text-6 {
	font-weight:400
}
html.w-mod-js [data-ix=preloader] {
	display:block
}
html.w-mod-js [data-ix=page-wrapper-load] {
	opacity:0
}
html.w-mod-js [data-ix=nav-bar] {
	-webkit-transform:translate(0, -100%);
	-ms-transform:translate(0, -100%);
	transform:translate(0, -100%)
}
html.w-mod-js [data-ix=fade-up-1], html.w-mod-js [data-ix=fade-up-2], html.w-mod-js [data-ix=fade-up-3], html.w-mod-js [data-ix=fade-up-4] {
	opacity:0;
	-webkit-transform:translate(0, 60px);
	-ms-transform:translate(0, 60px);
	transform:translate(0, 60px)
}
html.w-mod-js [data-ix=fade-left] {
	opacity:0;
	-webkit-transform:translate(60px, 0);
	-ms-transform:translate(60px, 0);
	transform:translate(60px, 0)
}
html.w-mod-js [data-ix=fade-right] {
	opacity:0;
	-webkit-transform:translate(-60px, 0);
	-ms-transform:translate(-60px, 0);
	transform:translate(-60px, 0)
}
html.w-mod-js [data-ix=play-button] {
	opacity:0;
	-webkit-transform:scale(.5, .5);
	-ms-transform:scale(.5, .5);
	transform:scale(.5, .5)
}
html.w-mod-js [data-ix=float-subcribe-card] {
	opacity:0;
	-webkit-transform:translate(-60px, 0);
	-ms-transform:translate(-60px, 0);
	transform:translate(-60px, 0)
}
@media screen and (max-width:991px) {
h1 {
margin-top:32px;
margin-bottom:16px;
font-size:46px;
line-height:56px
}
h2 {
margin-top:32px;
font-size:32px;
line-height:40px
}
h3 {
width:auto;
font-size:24px;
line-height:32px
}
h4 {
font-size:20px;
line-height:25px
}
h5 {
font-size:16px;
line-height:24px
}
h6 {
width:auto;
font-size:15px;
line-height:24px
}
p {
font-size:12px;
line-height:18px
}
figure {
margin-top:24px;
margin-bottom:24px
}
.section {
height:460px;
padding:50px 8px
}
.section.grey-section {
height:auto;
padding:40px 4% 0
}
.section.grey-section.homepage {
padding:40px 0
}
.section.grey-section.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section.grey-section.homepage-vidteampage {
height:auto;
padding:40px 5%;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.section.testimonials-image {
padding-top:30px;
padding-bottom:30px
}
.section.beigedarkbg {
padding:40px 4% 50px
}
.section.beigedarkbg.homepage {
padding:40px 0
}
.section.beigedarkbg.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section.beigedarkbg.teamlandingpage {
padding-top:66px;
padding-bottom:5px
}
.section.grey-section-copy {
padding:40px 4% 50px
}
.section.grey-section-copy.homepage {
padding:40px 0
}
.section.grey-section-copy.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section._5stepssection {
height:auto;
padding:60px 6% 0
}
.section._5stepssection.homepage {
padding:40px 0
}
.section._5stepssection.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section.beigedarkbg-vidnav {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
height:80px;
padding:0 2%;
-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;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.section.beigedarkbg-vidnav.homepage {
padding:40px 0
}
.section.beigedarkbg-vidnav.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section.beigedarkbg-vidnav.teamlandingpage {
padding-top:66px;
padding-bottom:5px
}
.wrapper {
display:block;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.button {
height:32px;
padding:14px 30px 38px;
font-size:13px
}
.button.contact-ready-button {
margin-bottom:-56px
}
.button.footer-subscribe-button.allin-button {
position:relative;
top:-438px;
display:inline-block;
height:50px;
padding-top:15px
}
.button.hero-side-button {
margin-top:12px
}
.button.subscribe-button {
margin-left:16px
}
.button.services-simple-button.advantagesbutton {
margin-top:0
}
.button.services-simple-button.systempagebutton.ebbokbutton2 {
margin-left:0
}
.button.works-v3-button {
margin-top:18px;
padding-bottom:0
}
.button.works-v3-button.big-button-stroked {
height:38px;
margin-top:22px;
padding:13px 24px 36px;
font-size:13px
}
.button.works-v3-button.big-button-stroked.branding-button {
width:135px;
height:34px;
min-width:135px
}
.button.works-v4-button {
margin-top:72px
}
.button.posts-v3-button {
margin-top:64px
}
.button.ghost-button.hero-promo-button {
margin:24px
}
.button.ghost-button.coming-soon-contact-button {
bottom:32px
}
.button.full-screen-button {
right:24px;
bottom:24px
}
.button.pricing-table-button {
margin-top:32px
}
.nav-bar {
padding-right:0;
padding-left:2px
}
.nav-bar.ghost-nav-bar {
padding-right:8px;
padding-left:8px
}
.logo {
max-width:140px;
margin-bottom:9px;
margin-left:0
}
.logo-link {
padding-top:21px;
padding-bottom:19px
}
.logo-link.full-screen-logo {
left:8px
}
.nav-link {
padding-right:30px;
padding-left:6px;
background-color:transparent;
font-size:12px
}
.nav-link:hover {
color:#fff
}
.nav-link.nodrop {
padding-right:10px;
padding-left:10px;
background-color:transparent;
font-size:12px
}
.hero-table-section {
height:560px;
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end
}
.hero-table-intro {
position:relative;
max-width:66.66%;
padding-bottom:60px
}
.hero-intro-line {
width:50px;
height:2px;
margin-top:0;
margin-bottom:6px
}
.service-side-text {
padding-right:8px;
font-size:15px
}
.paragraph-big {
width:80%;
font-size:13px;
line-height:26px
}
.scroll-down-link {
display:none
}
.hero-imac {
top:18%
}
.hero-plant-small {
left:-60px;
max-width:120px
}
.hero-headphones {
left:-110px;
right:auto;
bottom:4%;
max-width:240px
}
.hero-plant-big {
top:14%;
right:-160px;
max-width:320px
}
.hero-pencils {
top:40%;
right:6%;
max-width:110px
}
.hero-mouse {
left:auto;
right:5%;
bottom:8%;
max-width:50px
}
.hero-pencil {
display:none
}
.section-header-wrapper {
max-width:100%;
padding-bottom:0
}
.section-header-wrapper.homepagetitleconstellation {
margin-bottom:0
}
.section-small-header {
padding-bottom:6px;
font-size:10px;
text-align:center
}
.section-small-header.white-text, .section-small-header.white-text.headeroverphoto.whitesmallheader {
padding-bottom:0
}
.section-small-header.leftalignsmallheader {
width:80%;
font-size:12px
}
.section-small-header.centered {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.section-small-header.leftalignsmallheader-dvfa {
width:80%;
font-size:12px
}
.section-header {
position:static;
top:-420px;
display:block;
margin-bottom:20px;
padding-left:0;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:26px;
line-height:30px;
text-align:left
}
.section-header.homepageheader {
margin-bottom:20px;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
font-size:24px
}
.section-header.leaderstitleheader {
margin-top:40px
}
.section-description {
position:static;
top:-80px;
width:90%;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:15px;
line-height:24px;
text-align:center
}
.section-description.allinheaderdescription {
position:relative;
top:-450px;
display:inline-block;
width:100%;
margin:14px 0 0;
font-size:14px
}
.section-description.centered {
text-align:center
}
.service-card-big {
padding-right:8px;
padding-left:8px
}
.service-image {
width:75%;
height:440px
}
.service-color-card {
left:25%;
padding:40px 40px 32px
}
.service-color-card.service-card-right {
right:25%
}
.link-arrow-icon {
max-width:80%;
margin-top:-2px
}
.link-arrow-text.linktexthome {
font-size:10px
}
.service-simple {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding-right:0;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.paragraph-small {
padding-right:24px;
padding-left:16px;
font-size:12px;
line-height:18px
}
.service-color-card-text {
font-size:15px
}
.section-header-icon {
margin-left:0;
padding-left:0;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center
}
.service-simple-icon {
display:block;
width:100px;
margin-left:33px;
padding-left:0;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start
}
.service-simple-info {
padding-left:0
}
.grey-section {
padding-right:8px;
padding-left:8px
}
.works-v1 {
margin-bottom:-32px
}
.work-card-v1 {
margin:8px;
padding:0 0 32px
}
.work-card-v1:hover {
background-color:transparent;
box-shadow:none
}
.work-card-v1-image {
height:240px
}
.work-card-v1-category {
width:72px;
height:72px;
margin-top:-36px
}
.work-card-v1-description {
padding-right:24px;
padding-left:24px;
font-size:15px
}
.testimonials-color-cards {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.review-color-card {
margin-bottom:16px
}
.testimonials-color-cards-content {
width:100%;
margin-bottom:-16px;
padding-top:64px
}
.tesimonials-color-cards-info {
width:100%;
padding-top:0;
padding-right:16%;
padding-left:16%;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
text-align:center
}
.testimonials-color-cards-colomn-1 {
padding-top:0;
padding-right:8px;
padding-left:8px
}
.team-member, .testimonials-color-cards-column-2 {
padding-right:8px;
padding-left:8px
}
.team-member-photo {
height:260px
}
.rich-text-content {
padding-right:8px;
padding-left:8px
}
.team-member-links {
margin-right:8px;
margin-bottom:8px;
margin-left:8px
}
.contact-split-image {
width:33.33%
}
.contact-split-info {
padding-top:60px;
padding-bottom:100px
}
.input.footer-subscribe-input {
margin-bottom:0;
font-size:13px
}
.clients-section {
padding:40px 16px 30px
}
.clients-section.clients-small-padding {
padding-top:32px;
padding-bottom:32px
}
.clients-section.quotesection-dvfa {
padding-right:100px;
padding-left:100px
}
.client-logo {
margin-right:8px;
margin-left:8px
}
.client-logo.color-logo {
padding-right:0;
padding-left:0
}
.footer-v1 {
padding-top:12px
}
.footer-v1-column {
padding-right:8px;
padding-bottom:48px;
padding-left:8px
}
.footer-logo {
width:100%
}
.footer-bottom {
margin-right:8px;
margin-left:30px
}
.hero-video-section {
height:auto
}
.hero-video-header {
font-size:132px;
line-height:120px
}
.hero-video-play {
height:560px;
font-size:13px;
letter-spacing:3px
}
.video-play-button {
width:64px;
height:64px;
margin-right:16px;
margin-left:16px;
background-size:20px, auto
}
.hero-video-vertical-wrapper {
margin-top:92px;
margin-left:-81px;
font-size:14px
}
.hero-video-vertical-line {
width:38px;
margin-right:12px
}
.about-side-header-wrapper {
padding-right:8px;
padding-left:8px
}
.about-side-line {
height:2px;
margin-top:24px;
margin-right:24px
}
.about-side-header {
padding-right:16px
}
.about-side-text {
padding-right:8px;
padding-left:8px;
font-size:15px
}
.work-card-v2-info {
left:16px;
right:16px;
bottom:16px
}
.service-side-block {
padding-right:8px;
padding-bottom:88px;
padding-left:8px;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.service-side-info {
padding:0 3%
}
.service-side-content {
padding-left:0
}
.service-side-content.service-side-content-reversed {
padding-right:0
}
.link-arrow {
position:relative;
top:-103px
}
.link-arrow.centered {
position:static
}
.service-side-image {
height:248px;
margin-bottom:32px
}
.service-side-image-text {
bottom:-40px;
width:97%;
margin-right:-16px;
margin-left:-16px;
padding:16px 24px
}
.service-side-blocks {
margin-bottom:-100px
}
.more-services-header-wrapper {
padding-left:8px
}
.more-services {
margin-top:-64px
}
.more-service-card {
margin-right:8px;
margin-left:8px;
padding:32px 24px
}
.more-service-card.service-card-2 {
margin-top:-56px
}
.more-service-card.service-card-3 {
margin-top:-112px
}
.small-button {
margin-top:8px
}
.more-service-card-number {
margin-bottom:-24px;
font-size:18px;
line-height:24px
}
.testimonials-slider-cards {
margin-top:10px;
margin-right:-8px;
margin-left:-8px;
padding-right:72px;
padding-left:72px
}
.testimonials-slider-nav {
margin-top:40px
}
.review-slide-card-wrapper {
padding-right:8px;
padding-left:8px
}
.review-slide-card {
height:280px;
padding-right:30px;
padding-left:30px;
box-shadow:0 5px 18px 0 rgba(46, 50, 60, .18)
}
.slider-arrow-button {
display:inline-block;
max-width:50%
}
.side-video-section {
padding-top:40px;
padding-bottom:40px;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.side-video-content {
width:70%;
padding-top:0;
padding-bottom:0;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.side-video-preview {
min-height:520px
}
.side-video-info {
margin-right:8.33%;
margin-left:8.33%;
padding-right:8%;
padding-left:8px
}
.clients-header {
margin-bottom:32px
}
.clients-header.provider-header {
margin-bottom:20px;
line-height:40px
}
.clients-header.bottomquote {
font-size:22px;
line-height:30px
}
.clients-header.bottomquote-dvfa {
font-size:18px;
line-height:30px
}
.post-v2 {
width:50%;
padding-right:12px;
padding-left:12px
}
.category {
height:20px;
padding-top:2px;
padding-right:10px;
padding-left:11px;
font-size:8px
}
.category.eventdatebig, .category.post-card-v1-category, .category.post-card-v3-category, .category.work-v4-category {
margin:24px
}
.post-card-v2-header {
margin-top:18px;
padding-right:8px;
padding-left:8px
}
.post-card-v2-image-wrapper {
margin-bottom:-18px
}
.footer-v2-about, .footer-v2-contact, .footer-v2-logo {
padding-right:8px;
padding-bottom:32px;
padding-left:8px
}
.footer-v2-social {
margin-bottom:16px;
padding-top:12px;
padding-bottom:12px
}
.hero-slider-section {
height:400px
}
.hero-slider-arrow {
width:80px
}
.hero-slide.hero-slide-1 {
display:inline-block
}
.hero-slide-info {
max-width:66.66%
}
.work-v3 {
padding-right:8px;
padding-left:8px
}
.about-side-media {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
.about-side-image-info {
position:static;
left:0;
right:0;
display:inline-block;
width:100%;
height:100px;
padding-right:0;
padding-left:0;
text-align:center
}
.about-side-image-info.homeplatform.homesidetext {
height:40px;
padding-left:30px
}
.about-side-image-wrapper {
width:50%;
margin-right:30px;
margin-left:0;
padding-right:8px;
padding-left:8px
}
.video-section {
padding-top:50px;
padding-bottom:50px;
font-size:13px;
font-weight:700;
letter-spacing:3px
}
.service-cards {
margin-bottom:-16px
}
.service-card {
margin-right:18px;
margin-bottom:16px;
margin-left:18px;
padding:50px 20px 26px;
-webkit-flex-basis:40%;
-ms-flex-preferred-size:40%;
flex-basis:40%;
border-radius:20px
}
.service-card._33-width {
padding-right:24px;
padding-left:24px
}
.service-card-header.videocardheader {
font-size:20px
}
.contact-side-map {
margin-top:-40px;
margin-bottom:-40px
}
.side-map-wrapper {
padding-right:8px;
padding-left:8px
}
.side-map {
height:536px
}
.contact-side-info {
padding-right:8px;
padding-left:8px
}
.footer-v3-about {
display:block;
margin-right:20px;
margin-left:30px;
padding-right:0;
padding-bottom:20px;
padding-left:0
}
.footer-v3 {
padding-top:14px
}
.footer-v3-nav {
width:22%;
padding-right:12px;
padding-bottom:40px;
padding-left:8px;
font-size:12px;
line-height:20px
}
.footer-v3-link {
padding-top:0;
padding-bottom:0;
padding-left:0;
line-height:28px
}
.footer-v3-link.w--current {
line-height:28px
}
.footer-v3-subscribe {
padding-right:8px;
padding-left:8px
}
.footer-subscribe-form {
margin-right:30px
}
.footer-big-subscribe-wrapper {
margin-right:-8px;
margin-left:-8px
}
.hero-side-section {
padding-right:8px;
padding-left:8px
}
.hero-side-content {
padding-right:24px;
padding-left:24px
}
.hero-side-image-wrapper {
height:560px;
padding-top:64px
}
.work-v4 {
padding:8px
}
.work-card-v4-info {
display:none;
margin:24px;
padding-right:24px;
padding-bottom:4px;
padding-left:24px
}
.work-card-v4-header {
margin-top:20px
}
.services-color-bg-info {
padding-right:24px;
padding-left:24px
}
.service-color-bg {
padding-right:16px;
padding-left:8px
}
.service-color-bg-info {
padding-left:16px
}
.service-color-bg-icon {
width:40px
}
.side-feature {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-top:0;
margin-bottom:1px;
padding-top:40px;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.side-feature.mobile-reverse {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.side-feature-content, .side-feature-content.missionblock {
width:100%;
padding-right:0;
padding-left:0
}
.side-feature-info {
padding-right:8px;
padding-left:8px
}
.side-feature-image {
display:block;
width:auto;
height:auto;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.subscribe-form {
padding-right:0;
padding-left:0
}
.subscribe-info {
padding-left:24px
}
.team-color-cards {
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.team-member-color-card {
margin-right:28px;
margin-left:28px;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
-webkit-transform:translate(-20px, 0);
-ms-transform:translate(-20px, 0);
transform:translate(-20px, 0)
}
.team-member-color-photo {
height:280px;
-webkit-transform:translate(40px, 0);
-ms-transform:translate(40px, 0);
transform:translate(40px, 0)
}
.team-member-color-role {
left:-80px;
top:100px;
width:200px
}
.wide-map {
height:360px
}
.blog-posts-v3 {
margin-bottom:-16px
}
.post-v3 {
padding-right:8px;
padding-bottom:16px;
padding-left:8px
}
.post-card-v3 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
.post-card-v3-image {
position:relative;
height:176px
}
.post-card-v3-info {
padding:16px 24px
}
.post-card-v3-header {
margin-bottom:16px
}
.post-card-v3-bottom {
padding-top:16px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
font-size:12px
}
.hero-split-image {
height:560px
}
.hero-split-content {
margin-left:0;
padding-right:24px;
padding-left:24px
}
.work-v5 {
padding-top:0;
padding-right:8px;
padding-left:8px
}
.work-card-v5-header {
padding-right:16px;
padding-left:16px
}
.team-cards {
padding-right:8.33%;
padding-left:8.33%;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.team-member-card {
margin-right:8px;
margin-bottom:16px;
margin-left:8px;
-webkit-box-flex:45%;
-webkit-flex:45%;
-ms-flex:45%;
flex:45%
}
.team-member-card-text {
font-size:11px
}
.testimonials-cards-column {
margin-bottom:-16px;
padding-right:8px;
padding-left:8px
}
.review-card {
margin-bottom:16px;
padding-right:24px;
padding-left:24px
}
.big-map {
display:block;
height:320px;
margin-bottom:64px
}
.footer-v4-about, .footer-v4-column {
padding-right:8px;
padding-left:8px
}
.hero-promo-intro {
padding-right:8.33%;
padding-left:8.33%
}
.hero-promo-small-header, .hero-promotext {
font-size:18px;
line-height:32px
}
.hero-promo-social {
padding:24px
}
.menu-button {
color:#2e323c
}
.menu-button.w--open {
background-color:transparent;
color:#2e323c
}
.scroll-mouse-link {
display:none;
padding-bottom:24px
}
.work-card-v6 {
width:50%
}
.contact-window.popup-window {
width:100%;
max-width:500px;
-webkit-transform:scale(.8);
-ms-transform:scale(.8);
transform:scale(.8)
}
.footer-v1-logo-column {
padding-right:32px;
padding-bottom:48px;
padding-left:8px
}
.nav-dropdown-link {
padding-left:32px;
background-color:#f5f6f9
}
.nav-dropdown-link:hover {
background-color:#f5f6f9;
color:#2e323c
}
.nav-dropdown-icon {
margin-right:12px
}
.nav-dropdown-list.w--open {
border-radius:0;
box-shadow:0 0 0 0 transparent
}
.text-block-3 {
font-size:12px
}
.text-block-4 {
display:none
}
.nav-menu {
position:static;
left:0;
right:0;
bottom:0;
display:block;
overflow:visible;
width:80%;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
border-style:none;
border-bottom-width:1px;
border-bottom-color:#e1e3ea;
font-size:12px
}
.hero-slide-header {
font-size:26px;
line-height:40px
}
.page-header-section {
height:320px;
padding-top:48px
}
.utility-page-section {
padding-right:16px;
padding-left:16px
}
.password-window {
margin-top:40px
}
.about-us {
width:100%;
padding-right:8px;
padding-left:8px
}
.about-text {
margin-top:48px
}
.blog-posts-and-sidebar {
padding-top:0
}
.blog-posts-v1-wrapper {
padding-right:16px;
padding-left:8px
}
.blog-sidebar {
width:33.33%;
padding-right:8px;
padding-left:16px
}
.post-card-v1 {
margin-bottom:32px
}
.zoom-on-hover:hover {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.zoom-on-hover.homevisionblocks {
height:auto;
max-width:94%;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
-ms-grid-row-align:auto;
align-self:auto;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.zoom-on-hover.leaderportraitblocks {
display:block;
height:150px;
max-height:auto
}
.zoom-on-hover.leaderportraitblockssmaller {
display:block;
height:auto;
max-height:auto
}
.zoom-on-hover.smallleaderportrait {
height:auto
}
.zoom-on-hover.smallleaderportrait._750k {
height:140px
}
.post-card-v1-image {
max-height:none
}
.post-card-v1-header {
margin-top:24px
}
.categories {
width:100%;
text-align:center
}
.category-filter-link {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-right:16px;
margin-left:16px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
text-align:center
}
.categories-filter {
margin-bottom:64px
}
.full-screen-menu {
max-height:100vh
}
.full-screen-nav-link {
font-size:36px;
line-height:72px
}
.work-details {
width:83.33%;
padding-top:24px;
padding-bottom:24px
}
.work-presentation h1, .work-presentation h2, .work-presentation h3, .work-presentation h4, .work-presentation h5, .work-presentation h6, .work-presentation p {
width:83.33%
}
.work-presentation figure {
margin-top:32px;
margin-bottom:32px
}
.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
width:83.33%
}
.work-main-image {
margin-top:100px
}
.work-content {
padding-top:64px;
padding-right:8px;
padding-left:8px
}
.post-header-section {
height:75vh;
min-height:520px;
padding-right:16px;
padding-left:16px
}
.post-header-wrapper {
width:100%
}
.blog-post h1 {
width:83.33%
}
.blog-post p {
width:83.33%;
font-size:16px
}
.blog-post blockquote, .blog-post h2, .blog-post h3, .blog-post h5, .blog-post h6, .blog-post ol, .blog-post ul {
width:83.33%
}
.blog-post h4 {
display:block;
width:83.33%;
margin-right:auto;
margin-left:auto
}
.blog-post figure {
padding-right:0;
padding-left:0
}
.blog-post-content {
padding-right:8px;
padding-left:8px
}
.post-author-profile, .post-date-wrapper {
width:83.33%
}
.post-author-avatar {
width:88px;
height:88px
}
.coming-soon-social {
padding-top:36px;
padding-bottom:24px
}
.coming-soon-copyright {
padding-top:32px;
padding-bottom:32px
}
.faq-list {
width:83.33%;
padding-right:8px;
padding-left:8px
}
.answer-text {
display:none
}
.pricing-table {
margin-right:8px;
margin-left:8px;
padding:40px 24px
}
.pricing-table-price {
margin-bottom:24px
}
.popup-wrapper {
padding-right:8.33%;
padding-left:8.33%
}
.licence-items {
padding-right:8px;
padding-left:8px
}
.licence-item {
width:83.33%
}
.licence-links-wrapper {
padding-right:56px;
padding-left:56px
}
.hero-intro {
width:440px
}
.home-pages {
padding-right:8px;
padding-left:8px
}
.page-preview-wrapper {
padding-right:16px;
padding-left:16px
}
.page-preview {
overflow:hidden;
height:400px
}
.inner-page-link {
padding:12px 28px
}
.inner-page-link:hover {
background-color:#fff;
color:#2e323c
}
.heading-styles {
padding-right:8px;
padding-left:8px
}
.full-screen-social {
padding:24px
}
.button-2 {
margin-right:30px;
padding:7px 16px;
-webkit-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
font-size:12px
}
.button-2.popuplogin {
width:94%;
padding-top:10px;
padding-bottom:10px;
font-size:16px;
font-weight:700
}
.text-span {
bottom:16px;
font-size:9px
}
.rich-text-block-2, .rich-text-block-3 {
max-width:94%;
text-align:left
}
.resourcesectiontitle {
max-width:94%;
margin-right:0;
margin-left:0
}
.section-2 {
padding-right:10px;
padding-left:10px
}
.div-block-3 {
margin:0 6px 60px
}
.text-block-9 {
position:relative;
top:-16px;
display:block;
-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;
-webkit-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
font-size:14px
}
.text-block-13 {
font-size:13px
}
.text-block-14 {
margin-bottom:0;
padding:5px 14px;
font-size:20px
}
.image-5 {
position:relative;
left:0;
top:-430px;
max-width:280px;
padding-top:4px
}
.row-4 {
margin-right:40px;
margin-bottom:0;
margin-left:40px
}
.column-9.work-card-v3 {
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
}
.paragraph {
height:80px;
font-size:13px
}
.text-block-23 {
width:70%
}
.text-block-23.bylineheader, .text-block-23.bylineheadervidteam {
width:70%;
font-size:12px;
line-height:20px
}
.row-6 {
margin-top:0
}
.image-13 {
position:relative;
top:340px;
display:inline-block;
max-width:70%;
margin-right:0;
margin-left:0;
float:none;
text-align:center
}
.container-2 {
position:static;
display:block;
text-align:center
}
.column-12 {
position:relative;
display:inline-block;
padding-left:0
}
.row-7.commitmenttypetabs {
padding-top:0;
padding-right:5%;
padding-left:5%
}
.div-block-19, .div-block-20 {
position:relative;
bottom:0
}
.commtabtitles {
padding-top:20px;
padding-bottom:20px;
font-size:17px
}
.commtabtitles.commtabdeactive {
position:relative;
bottom:0;
display:block;
padding-top:20px;
padding-bottom:20px;
font-size:17px
}
.heading-7 {
margin-bottom:0;
font-size:13px
}
.heading-8 {
width:70%
}
.text-block-25 {
padding-right:10px;
padding-left:10px
}
.navbar {
position:absolute;
display:inline;
width:100%;
background-color:transparent
}
.icon-3 {
font-size:38px
}
.image-23 {
display:none;
margin-top:20px;
margin-left:30px
}
.menu-button-2 {
display:block;
margin-top:14px;
padding-right:20px;
background-color:transparent;
color:#fff;
font-size:24px
}
.menu-button-2:hover {
background-color:transparent
}
.menu-button-2:active {
position:relative;
display:block;
background-color:transparent
}
.menu-button-2:focus {
background-color:transparent
}
.nav-menu-2 {
position:fixed;
left:384px;
top:-50px;
display:block;
width:50%;
margin-top:0;
padding:30px 10px;
float:right;
clear:right;
background-color:#2d5e5a;
color:#fff;
text-align:left
}
.popupnav {
display:block;
margin-right:8px;
margin-left:8px;
padding-top:12px;
padding-bottom:12px;
padding-left:12px;
color:#fff
}
.popupnav:hover {
background-color:#1b4441
}
.popupnav.w--current {
padding-top:12px;
padding-bottom:12px;
color:#fff
}
.popupnav.w--current:hover {
background-color:#1b4441
}
.popupnav.store {
margin-left:0;
padding-left:0
}
.popupnavsub.w--open {
background-color:#204e4a
}
.text-span-8 {
position:relative;
bottom:12px;
font-size:12px;
font-weight:300
}
.dropdown-3 {
width:100%
}
.text-block-34 {
font-size:15px;
line-height:22px
}
.text-block-35 {
font-size:14px;
line-height:22px
}
.text-block-36, .text-block-37, .text-block-38 {
font-size:15px
}
.row-9 {
padding-top:14px
}
.collection-list-wrapper-3, .row-10 {
width:92%
}
.text-block-39 {
font-size:14px;
line-height:20px
}
.text-block-40, .text-block-41 {
font-size:14px
}
.section-5 {
padding-top:20px
}
.text-block-42 {
margin-top:20px;
padding-bottom:30px;
font-size:28px
}
.div-block-25 {
width:90%;
margin-right:0;
margin-left:0
}
.div-block-26 {
padding-top:20px;
padding-bottom:20px
}
.image-29 {
width:120px
}
.div-block-27 {
margin-top:40px
}
.text-block-45 {
font-size:20px
}
.text-block-46 {
font-size:11px
}
.row-11 {
position:relative;
bottom:-20px;
width:92%;
padding-right:8px;
padding-bottom:0;
padding-left:8px
}
.text-block-47 {
font-size:18px
}
.div-block-31 {
margin-left:0
}
.image-31 {
max-width:88%;
margin-top:100px
}
.text-block-48 {
top:270px;
right:60px;
font-size:14px
}
.div-block-32 {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.text-block-49 {
top:-5px;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
font-size:14px
}
.row-13 {
width:90%
}
.div-block-33 {
top:-46px;
display:block
}
.text-block-50 {
top:82px;
right:24px;
font-size:8px
}
.div-block-34 {
top:-40px;
width:160px;
height:140px
}
.div-block-35 {
top:-20px
}
.text-block-51 {
margin-bottom:6px;
font-size:18px
}
.text-block-52 {
margin-bottom:6px
}
.text-block-53 {
padding-right:0;
line-height:16px
}
.column-24 {
padding-right:0;
padding-left:0
}
.text-block-54 {
padding-top:4px;
line-height:22px
}
.text-block-55 {
padding-top:4px;
font-size:13px;
line-height:22px
}
.text-block-57, .text-block-58 {
font-size:14px
}
.text-block-59 {
font-size:14px;
line-height:20px
}
.div-block-37 {
display:inline-block;
text-align:center
}
.text-block-60 {
padding-top:4px;
line-height:22px
}
.column-29 {
line-height:20px
}
.container-5 {
display:inline-block
}
.contact-description {
width:80%;
font-size:12px;
line-height:18px
}
.contact-description.allinheaderdescription {
position:relative;
top:-450px;
display:inline-block;
width:100%;
margin:14px 0 0;
font-size:14px
}
.address-contact {
padding-right:24px;
padding-left:24px;
font-size:12px;
line-height:18px
}
.below-button-subtext, .below-button-text {
width:80%;
font-size:15px;
line-height:26px
}
.button-footer-button {
height:32px;
padding:14px 30px 38px;
font-size:13px
}
.button-footer-button.contact-ready-button {
margin-bottom:-56px
}
.button-footer-button.footer-subscribe-button.allin-button {
position:relative;
top:-438px;
display:inline-block;
height:50px;
padding-top:15px
}
.button-footer-button.hero-side-button {
margin-top:12px
}
.button-footer-button.subscribe-button {
margin-left:16px
}
.button-footer-button.works-v3-button {
margin-top:18px;
padding-bottom:0
}
.button-footer-button.works-v3-button.big-button-stroked {
height:38px;
margin-top:22px;
padding:13px 24px 36px;
font-size:13px
}
.button-footer-button.works-v4-button {
margin-top:72px
}
.button-footer-button.posts-v3-button {
margin-top:64px
}
.button-footer-button.ghost-button.hero-promo-button {
margin:24px
}
.button-footer-button.ghost-button.coming-soon-contact-button {
bottom:32px
}
.button-footer-button.full-screen-button {
right:24px;
bottom:24px
}
.button-footer-button.pricing-table-button {
margin-top:32px
}
.heading-11 {
font-size:40px
}
.teamicontitles {
top:-42px;
font-size:14px;
font-weight:400
}
.columns.teamicongrid {
width:86%;
margin-bottom:0
}
.teamicontitlestop {
top:-148px;
font-size:14px;
font-weight:400
}
.image-37 {
margin-top:8px
}
.videolisttitles {
margin-top:18px;
padding-right:8px;
padding-left:8px;
font-size:14px;
line-height:20px
}
.teamnavlist {
display:block;
width:120px;
max-width:100%;
margin-right:0;
margin-left:0;
padding-top:10px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
font-size:11px;
line-height:18px;
text-align:center
}
.teamnavlist.w--current {
width:124px
}
.video-cat-filter {
margin-bottom:35px
}
.team-events-wrapper {
padding-right:16px;
padding-left:8px
}
.teameventtitle {
margin-top:24px;
margin-bottom:14px;
font-size:22px;
line-height:24px
}
.zoomhoverteamevent:hover {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.zoomhoverteamevent.homevisionblocks {
max-width:94%
}
.blog-posts-and-sidebar-copy, .blog-posts-and-sidebar-team {
padding-top:0
}
.video-cat-list-copy {
margin-right:16px;
margin-left:16px
}
.localbutton {
height:32px;
padding:14px 30px 38px;
font-size:13px
}
.localbutton.contact-ready-button {
margin-bottom:-56px
}
.localbutton.footer-subscribe-button.allin-button {
position:relative;
top:-438px;
display:inline-block;
height:50px;
padding-top:15px
}
.localbutton.hero-side-button {
margin-top:12px
}
.localbutton.subscribe-button {
margin-left:16px
}
.localbutton.works-v3-button {
margin-top:18px;
padding-bottom:0
}
.localbutton.works-v3-button.big-button-stroked {
height:38px;
margin-top:22px;
padding:13px 24px 36px;
font-size:13px
}
.localbutton.works-v4-button {
margin-top:72px
}
.localbutton.posts-v3-button {
margin-top:64px
}
.localbutton.ghost-button.hero-promo-button {
margin:24px
}
.localbutton.ghost-button.coming-soon-contact-button {
bottom:32px
}
.localbutton.full-screen-button {
right:24px;
bottom:24px
}
.localbutton.pricing-table-button {
margin-top:32px
}
.newsteamtitle {
margin-bottom:16px;
font-size:18px
}
.column-38 {
display:block
}
.morenewstitle {
margin-top:18px;
padding-right:8px;
padding-left:8px
}
.smallerleadername, .smallerleadertitle {
max-width:94%
}
.branding-block {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.collection-item-5 {
display:block;
width:130px;
font-size:13px;
text-align:left
}
.hpage-section-description {
position:relative;
top:-80px;
width:90%;
font-size:15px;
line-height:24px;
text-align:left
}
.hpage-section-description.allinheaderdescription {
position:relative;
top:-450px;
display:inline-block;
width:100%;
margin:14px 0 0;
font-size:14px
}
.div-block-43 {
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;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.image-41 {
position:static;
display:block;
width:500px;
padding-bottom:40px;
text-align:left
}
.image-42 {
padding-bottom:40px
}
.section-small-header-left {
padding-bottom:6px;
text-align:left
}
.section-small-header-left.white-text, .section-small-header-left.white-text.headeroverphoto.whitesmallheader {
padding-bottom:0
}
.section-small-header-left.leftalignsmallheader {
width:80%;
font-size:13px
}
.section-small-header-left.centered {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.paragraph-6 {
margin-bottom:0;
font-size:14px;
line-height:22px;
text-align:left
}
.emailrequestparagraph {
width:80%;
font-size:12px;
line-height:18px
}
.emailrequestparagraph.allinheaderdescription {
position:relative;
top:-450px;
display:inline-block;
width:100%;
margin:14px 0 0;
font-size:14px
}
.formsection {
padding:50px 8px
}
.formsection.grey-section {
padding:40px 4% 0
}
.formsection.grey-section.homepage {
padding:40px 0
}
.formsection.grey-section.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.formsection.testimonials-image {
padding-top:30px;
padding-bottom:30px
}
.formsection.beigedarkbg {
padding:40px 4% 50px
}
.formsection.beigedarkbg.homepage {
padding:40px 0
}
.formsection.beigedarkbg.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.formsection.beigedarkbg.teamlandingpage {
padding-top:66px;
padding-bottom:5px
}
.formsection.grey-section-copy {
padding:40px 4% 50px
}
.formsection.grey-section-copy.homepage {
padding:40px 0
}
.formsection.grey-section-copy.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.service-cards-trt {
margin-bottom:-16px
}
.section-8 {
padding:45px
}
.section-title {
margin-bottom:4px;
font-size:31px;
line-height:30px
}
.section-title-wrapper {
width:85%;
margin-bottom:40px
}
.section-description-2 {
margin-top:20px;
font-size:19px
}
.trt-licensed-title {
margin-bottom:4px;
font-size:31px;
line-height:30px
}
.nationwide-logo, .transamerica-logo {
position:static;
display:block;
width:500px;
padding-bottom:40px;
text-align:left
}
.product-provider-image {
display:block;
width:auto;
height:auto;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.trt-large-div, .trt-small-div {
display:block;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.image-44 {
margin-bottom:-28px;
padding-top:65px;
padding-left:26px
}
.section-sbjc {
padding:50px 8px
}
.section-sbjc.grey-section {
padding:40px 4% 0
}
.section-sbjc.grey-section.homepage {
padding:40px 0
}
.section-sbjc.grey-section.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section-sbjc.testimonials-image {
padding-top:30px;
padding-bottom:30px
}
.section-sbjc.beigedarkbg {
padding:40px 4% 50px
}
.section-sbjc.beigedarkbg.homepage {
padding:40px 0
}
.section-sbjc.beigedarkbg.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section-sbjc.beigedarkbg.teamlandingpage {
padding-top:66px;
padding-bottom:5px
}
.section-sbjc.grey-section-copy {
padding:40px 4% 50px
}
.section-sbjc.grey-section-copy.homepage {
padding:40px 0
}
.section-sbjc.grey-section-copy.allindescription {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.video-section-sbjc {
padding-top:50px;
padding-bottom:50px;
font-size:13px;
font-weight:700;
letter-spacing:3px
}
.section-small-header-sbjc {
padding-bottom:6px;
font-size:10px;
text-align:center
}
.section-small-header-sbjc.white-text, .section-small-header-sbjc.white-text.headeroverphoto.whitesmallheader {
padding-bottom:0
}
.section-small-header-sbjc.leftalignsmallheader {
width:80%;
font-size:12px
}
.section-small-header-sbjc.centered {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.video-nav-links-team {
width:100%;
margin-right:0;
margin-bottom:10px;
margin-left:0;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
font-size:14px
}
.script-button {
height:32px;
padding:14px 30px 38px;
font-size:13px
}
.script-button.contact-ready-button {
margin-bottom:-56px
}
.script-button.footer-subscribe-button.allin-button {
position:relative;
top:-438px;
display:inline-block;
height:50px;
padding-top:15px
}
.script-button.hero-side-button {
margin-top:12px
}
.script-button.subscribe-button {
margin-left:16px
}
.script-button.services-simple-button.systempagebutton.ebbokbutton2 {
margin-top:15px;
margin-left:0
}
.script-button.services-simple-button.advantagesbutton {
margin-top:0
}
.script-button.works-v3-button {
margin-top:18px;
padding-bottom:0
}
.script-button.works-v3-button.big-button-stroked {
height:38px;
margin-top:22px;
padding:13px 24px 36px;
font-size:13px
}
.script-button.works-v4-button {
margin-top:72px
}
.script-button.posts-v3-button {
margin-top:64px
}
.script-button.ghost-button.hero-promo-button {
margin:24px
}
.script-button.ghost-button.coming-soon-contact-button {
bottom:32px
}
.script-button.full-screen-button {
right:24px;
bottom:24px
}
.script-button.pricing-table-button {
margin-top:32px
}
.answer-text-licensing {
padding-left:65px
}
.paragraph-7 {
margin-bottom:0;
font-size:14px;
line-height:24px;
text-align:center
}
.section-9 {
padding:45px
}
.section-10 {
padding:0 50px 50px
}
.wrapper-2 {
display:block;
padding-top:20px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.section-small-header-2 {
margin-left:0;
padding-bottom:6px;
font-size:10px;
text-align:center
}
.section-small-header-2.centered {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.section-header-2 {
position:static;
top:-420px;
display:block;
margin-bottom:20px;
padding-left:0;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:26px;
line-height:30px;
text-align:center
}
.section-header-2.centered {
padding-left:0
}
.section-header-wrapper-2 {
max-width:100%;
padding-bottom:0;
padding-left:0
}
.about-text-2 {
margin-top:48px
}
.about-text-2.eboktext {
margin-top:20px
}
.service-card-header-2.videocardheader {
font-size:20px
}
.service-card-header-2.videocardheader.leadershipfactorycardtitle {
margin-bottom:0
}
.section-header-wrapper-ltc {
max-width:100%;
padding-bottom:0;
padding-left:0
}
.div-block-47 {
width:90%;
height:170px
}
.image-48 {
display:block;
height:43%
}
.resourcetextblock {
max-width:94%;
margin-right:0;
margin-left:0
}
.teamsitecalloutheader {
max-width:94%;
margin-right:20px;
margin-left:0;
padding-left:20px;
font-size:18px
}
.topbox-teamhome {
display:none
}
.topbox-teamhome-div {
width:90%;
height:390px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.div-block-48 {
width:90%;
height:100%;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.dropdown-7 {
display:block
}
.text-span-13 {
line-height:80px;
text-align:left
}
.textlinkleadin {
position:static;
top:-420px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-bottom:20px;
padding-left:0;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-self:center;
-ms-flex-item-align:center;
align-self:center;
font-size:26px;
line-height:30px;
text-align:left
}
.textlinkleadin.homepageheader {
margin-bottom:20px;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
font-size:24px
}
.textlinkleadin.leaderstitleheader {
margin-top:40px
}
.paragraph-big-above {
width:100%;
font-size:13px;
line-height:26px
}
.hero-slide-header-below {
font-size:26px;
line-height:40px
}
.about-side-media-reverse {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
.scroll-mouse-link-dvfa {
display:none;
padding-bottom:24px
}
.service-side-image-title {
bottom:-40px;
width:97%;
margin-right:-16px;
margin-left:-16px;
padding:16px 24px
}
.paragraph-small-dvfa {
padding-right:24px;
padding-left:16px;
font-size:12px;
line-height:18px
}
.service-simple-icon-dvfa {
display:block;
width:auto;
max-width:100%;
margin-left:0;
padding-left:0;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start
}
.service-side-text-dvfa {
margin-bottom:20px;
padding-right:0;
font-size:15px
}
.side-video-info-dvfa {
margin-right:8.33%;
margin-left:0;
padding-right:0;
padding-left:0
}
.section-description-dvfa {
position:static;
top:-80px;
width:90%;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:15px;
line-height:24px;
text-align:left
}
.section-description-dvfa.allinheaderdescription {
position:relative;
top:-450px;
display:inline-block;
width:100%;
margin:14px 0 0;
font-size:14px
}
.section-description-dvfa.centered {
text-align:center
}
.section-small-header-dvfa {
padding-bottom:6px;
font-size:10px;
text-align:center
}
.section-small-header-dvfa.white-text, .section-small-header-dvfa.white-text.headeroverphoto.whitesmallheader {
padding-bottom:0
}
.section-small-header-dvfa.leftalignsmallheader {
width:80%;
font-size:12px
}
.section-small-header-dvfa.centered {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.side-video-preview-dvfa {
min-height:200px;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.section13 {
padding-bottom:30px
}
.text-block-69 {
height:36px;
font-size:18px
}
.dvfa-video {
margin-bottom:15px
}
.team-color-cards-dvfa {
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.dvfa-warning {
padding-right:0
}
.team-member-color-photo-copy, .team-member-color-photo-dvfa {
height:280px;
-webkit-transform:translate(40px, 0);
-ms-transform:translate(40px, 0);
transform:translate(40px, 0)
}
.section-description-dvfa2 {
position:static;
top:-80px;
width:80%;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:15px;
line-height:24px;
text-align:center
}
.section-description-dvfa2.allinheaderdescription {
position:relative;
top:-450px;
display:inline-block;
width:100%;
margin:14px 0 0;
font-size:14px
}
.section-description-dvfa2.centered {
text-align:center
}
.div-block-52 {
width:60px;
height:60px
}
.section-header-wrapper-dvfa {
max-width:100%;
padding-bottom:0
}
.section-header-wrapper-dvfa.homepagetitleconstellation {
margin-bottom:0
}
.teamvideboxtitle {
padding-top:8px;
font-size:13px
}
.teamvideorow {
margin-right:40px;
margin-bottom:0;
margin-left:40px
}
.teamvidcard {
padding-bottom:20px
}
.div-block-54 {
width:33%;
padding-right:4px;
padding-bottom:20px;
padding-left:4px
}
.section12 {
padding-bottom:20px
}
.heading-18 {
margin-top:0
}
.bold-text-4 {
font-size:13px;
font-weight:400
}
}
@media screen and (max-width:767px) {
h1 {
margin-top:24px;
margin-bottom:8px;
font-size:34px;
line-height:44px
}
h2 {
margin-top:24px;
margin-bottom:8px;
font-size:24px;
line-height:32px
}
h3 {
margin-top:24px;
margin-bottom:8px;
font-size:20px;
line-height:28px
}
h4 {
margin-top:24px;
margin-bottom:8px;
font-size:20px;
line-height:24px
}
h5, h6 {
margin-top:24px;
margin-bottom:8px
}
p {
margin-top:8px;
margin-bottom:8px;
font-size:14px;
line-height:24px
}
blockquote {
font-size:20px
}
.section {
overflow:visible;
height:auto;
padding-top:60px;
padding-bottom:100px
}
.section.grey-section {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section.grey-section.no-top-padding.no-bottom-padding {
padding-top:1px
}
.section.grey-section.homepage {
padding-bottom:0
}
.section.grey-section.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section.grey-section.homepage-vidteampage {
padding-right:6%;
padding-bottom:40px;
padding-left:6%
}
.section.beigedarkbg.homepage {
padding-bottom:20px
}
.section.beigedarkbg.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section.beigedarkbg.teamlandingpage {
padding-top:43px;
padding-bottom:26px
}
.section.grey-section-copy.homepage {
padding-bottom:20px
}
.section.grey-section-copy.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section._5stepssection {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section._5stepssection.no-top-padding.no-bottom-padding {
padding-top:1px
}
.section._5stepssection.homepage {
padding-bottom:0
}
.section._5stepssection.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section.beigedarkbg-vidnav {
display:none;
height:110px
}
.section.beigedarkbg-vidnav.homepage {
padding-bottom:20px
}
.section.beigedarkbg-vidnav.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section.beigedarkbg-vidnav.teamlandingpage {
padding-top:43px;
padding-bottom:26px
}
.wrapper {
display:block
}
.wrapper.nav-bar-wrapper {
display:block;
margin-top:0;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
text-align:right
}
.wrapper.services-big-cards {
margin-bottom:-80px
}
.button.contact-ready-button {
margin-bottom:-40px
}
.button.footer-subscribe-button.allin-button {
top:-350px
}
.button.footer-subscribe-button {
background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b)
}
.button.service-cards-button, .button.services-simple-button {
margin-top:64px
}
.button.works-v5-button {
margin-top:48px
}
.button.ghost-button.hero-promo-button {
margin:16px
}
.button.ghost-button.coming-soon-contact-button {
right:24px;
bottom:24px
}
.button.services-color-bg-button {
display:none
}
.button.full-screen-button {
right:16px;
bottom:16px
}
.nav-bar {
position:absolute;
padding-left:0
}
.nav-bar.ghost-nav-bar {
display:block
}
.logo {
max-width:200px
}
.logo-link {
padding-top:12px;
padding-bottom:16px
}
.logo-link.w--current {
padding-top:14px;
padding-bottom:15px;
padding-left:30px
}
.logo-link.full-screen-logo {
left:8px
}
.logo-text {
display:none;
margin-left:0;
font-size:13px
}
.nav-link {
margin-left:20px;
padding-top:12px;
padding-bottom:14px;
padding-left:0
}
.nav-link.nodrop {
display:block;
width:100%;
padding-left:0;
float:none;
clear:none;
text-align:left
}
.hero-table-section {
height:400px
}
.hero-table-intro {
padding-bottom:32px
}
.hero-intro-line {
margin-top:8px
}
.paragraph-big {
width:80%;
margin-top:0;
margin-bottom:15px;
font-size:12px;
line-height:22px
}
.paragraph-big.hero-split-text {
margin-bottom:20px
}
.hero-imac {
max-width:90%
}
.hero-headphones, .hero-mouse, .hero-pencils, .hero-plant-big, .hero-plant-small {
display:none
}
.section-header-wrapper {
padding-bottom:0
}
.section-small-header {
position:static;
padding-left:2px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
font-size:10px;
line-height:16px;
text-align:center;
letter-spacing:3px
}
.section-small-header.leftalignsmallheader, .section-small-header.leftalignsmallheader-dvfa {
width:90%;
padding-bottom:13px;
font-size:11px
}
.section-header {
top:-340px;
margin-top:6px;
margin-bottom:10px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:20px;
line-height:24px
}
.section-header.homepageheader {
margin-top:0
}
.section-description {
position:static;
top:-116px;
display:block;
width:80%;
margin-bottom:0;
padding-top:8px;
padding-bottom:26px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
font-size:14px;
line-height:22px;
text-align:center
}
.section-description.allinheaderdescription {
position:relative;
top:-360px;
display:inline-block;
padding-right:60px;
padding-left:60px
}
.section-description.prospectingheader {
width:100%;
-webkit-align-self:stretch;
-ms-flex-item-align:stretch;
-ms-grid-row-align:stretch;
align-self:stretch
}
.section-description.centered {
width:80%
}
.service-card-big {
margin-bottom:80px;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.service-card-big.reversed {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.service-image {
width:100%;
height:400px
}
.service-color-card {
position:relative;
left:0;
z-index:1;
width:auto;
margin-top:-72px;
margin-right:16px;
margin-left:16px;
padding:24px;
text-align:center
}
.service-color-card.service-card-right {
right:auto
}
.service-simple {
width:100%;
padding-right:8px;
padding-bottom:16px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.paragraph-small {
padding-right:12px;
padding-left:12px;
font-size:13px;
line-height:18px
}
.paragraph-small.footerpara {
width:90%;
margin-bottom:27px;
padding-right:0;
font-size:13px;
line-height:22px
}
.service-simple-header {
margin-top:8px;
padding-left:13px
}
.service-color-card-text {
margin-bottom:8px;
font-size:14px;
line-height:24px
}
.service-simple-icon {
width:80px
}
.services-simple {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.works-v1 {
margin-bottom:-16px
}
.work-card-v1 {
padding-bottom:24px
}
.work-card-v1-image {
height:176px
}
.work-card-v1-header {
margin-bottom:12px
}
.work-card-v1-description {
font-size:14px
}
.review-color-card {
padding:32px 24px
}
.team {
margin-bottom:-32px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.team-member {
width:50%;
padding-bottom:32px
}
.team-member-photo {
height:360px
}
.contact-section {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.contact-split-image {
display:none;
width:100%;
height:240px;
min-height:0
}
.contact-split-info {
margin-left:0;
padding:54px 8.33% 80px;
text-align:center
}
.input.footer-subscribe-input {
margin-top:16px;
text-align:center
}
.contact-split-form {
padding-top:0
}
.clients-section.quotesection, .clients-section.quotesection-dvfa {
padding-top:60px
}
.client-logo {
margin-right:0;
margin-left:0
}
.footer-logo {
margin-bottom:12px;
padding-top:0
}
.hero-video-header {
font-size:100px;
line-height:92px
}
.hero-video-play {
height:440px;
font-size:12px;
line-height:20px;
letter-spacing:2px
}
.hero-video-vertical-wrapper {
margin-top:74px;
margin-left:-72px
}
.about-side-info {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.about-side-header-wrapper {
width:100%
}
.about-side-line {
width:42px;
margin-top:18px;
margin-left:2px
}
.about-side-header {
padding-right:0
}
.about-side-text {
padding-left:76px
}
.service-side-block {
padding-bottom:48px;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.service-side-block.reversed {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.service-side-info {
width:100%;
padding:48px 8.33% 0;
text-align:center
}
.service-side-content {
width:100%;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.service-side-content.service-side-content-reversed {
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.link-arrow {
font-size:11px;
line-height:32px
}
.link-arrow.centered {
position:static
}
.service-side-image {
width:83.33%;
height:280px
}
.service-side-image-text {
right:0;
width:75%;
margin-right:auto;
margin-left:auto;
text-align:center
}
.service-side-image-text.image-text-reversed {
left:0
}
.service-side-image-text.color-3, .service-side-image-text.color-3-lav, .service-side-image-text.color-gold, .service-side-image-text.color-olive, .service-side-image-text.color-pine2, .service-side-image-text.color-rose, .service-side-image-text.pine {
display:block
}
.service-side-blocks {
margin-bottom:-60px
}
.more-services-header-wrapper {
width:66.66%;
max-width:none;
margin-right:auto;
margin-left:auto;
padding-right:0;
padding-left:0;
text-align:center
}
.more-services {
margin-top:0;
margin-bottom:-24px;
padding-top:40px;
padding-right:8px;
padding-left:8px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.more-service-card {
width:83.33%;
margin-right:auto;
margin-bottom:24px;
margin-left:auto
}
.more-service-card.service-card-2, .more-service-card.service-card-3 {
margin-top:0
}
.testimonials-slider-nav {
margin-top:40px;
font-size:9px
}
.review-slide-card-wrapper {
width:100%
}
.review-slide-card {
margin-top:20px
}
.slider-arrow-button {
max-width:44%
}
.testimonials-slider-cards-arrow {
margin-bottom:52px
}
.side-video-content {
padding-top:80px;
padding-bottom:80px
}
.side-video-preview {
min-height:400px
}
.side-video-info {
padding-right:8px
}
.clients-header.bottomquote, .clients-header.bottomquote-dvfa {
max-width:400px;
font-size:18px
}
.post-v2 {
width:100%;
margin-right:auto;
margin-left:auto;
padding-bottom:0
}
.post-v2.width-50 {
width:100%
}
.blog-posts-v2 {
margin-bottom:-32px
}
.footer-v2-about {
padding-top:27px
}
.float-subscribe-header {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.footer-big-subscribe {
max-width:100%
}
.hero-slider-section {
height:296px
}
.hero-slider-arrow {
margin-top:56px
}
.hero-slide.hero-slide-1 {
background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5592350cce_wedding.jpg");
background-image:linear-gradient(180deg, transparent, transparent), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5592350cce_wedding.jpg");
background-position:0 0, 50% 50%;
background-size:auto, cover;
background-attachment:scroll, scroll
}
.hero-slide-info.homeheaderbutton {
max-width:80%
}
.works-v3 {
margin-bottom:-24px
}
.work-v3 {
width:50%;
margin-right:auto;
margin-left:auto;
padding-bottom:24px
}
.about-side-media {
padding-left:10px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
.about-side-image-info {
display:inline-block;
width:100%;
margin-right:0;
margin-left:0;
padding-right:50px;
padding-left:50px
}
.about-side-image-info.homeplatform.homesidetext {
display:block;
height:50px;
margin-right:0;
padding-right:30px;
padding-left:10px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
text-align:left
}
.about-side-image-wrapper {
width:50%;
margin-right:10px;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1
}
.about-side-image {
height:250px
}
.video-section {
padding-top:80px;
padding-bottom:80px;
font-size:12px;
line-height:20px;
letter-spacing:2px
}
.service-card {
margin-right:10px;
margin-left:10px;
padding-top:50px;
padding-right:18px;
padding-left:18px
}
.service-card._33-width {
padding-top:20px;
padding-right:20px;
padding-left:20px;
-webkit-flex-basis:40%;
-ms-flex-preferred-size:40%;
flex-basis:40%
}
.contact-side-map {
margin-top:0;
margin-bottom:0
}
.side-map-wrapper {
width:50%
}
.contact-side-info {
width:50%;
margin-right:0;
margin-left:0;
padding-right:24px;
padding-bottom:0;
padding-left:24px
}
.footer-v3-about {
width:50%
}
.footer-v3-nav {
width:40%
}
.footer-v3-link {
position:static;
width:100%;
padding-top:0;
padding-bottom:0;
padding-left:0;
font-size:15px;
line-height:34px
}
.footer-v3-link.w--current {
font-size:15px;
line-height:34px
}
.footer-v3-subscribe {
width:100%;
margin-bottom:40px;
padding-right:0;
padding-left:0;
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.footer-subscribe-form {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-right:0;
padding-top:8px;
padding-bottom:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.hero-side-image-wrapper {
height:400px
}
.services-color-bg {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.services-color-bg-info {
width:100%;
padding-bottom:20px;
text-align:center
}
.services-color-bg-header {
width:100%
}
.service-color-bg-header {
margin-bottom:0
}
.side-feature {
margin-top:-8px;
margin-bottom:29px
}
.side-feature.mobile-reverse {
margin-top:0
}
.side-feature-content {
padding-right:0;
padding-left:0
}
.side-feature-info {
display:block;
width:85%;
padding-right:0;
padding-left:25px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.side-feature-image {
width:90%;
padding-right:8px;
padding-left:8px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center
}
.subscribe-form {
padding-right:8.33%;
padding-bottom:32px;
padding-left:8.33%;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.subscribe-info {
width:100%;
text-align:center
}
.team-member-color-photo {
height:240px
}
.testimonials-slider {
width:100%
}
.review-slide {
padding-right:12%;
padding-left:12%
}
.wide-map {
height:240px
}
.blog-posts-v3 {
margin-bottom:-24px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.post-v3 {
width:50%;
margin-right:auto;
margin-left:auto;
padding-bottom:24px
}
.post-card-v3-bottom {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
 .hero-split-image {
height:400px
}
.hero-split-content {
text-align:left
}
.works-v5 {
margin-bottom:-20px;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.work-v5 {
display:block;
width:50%;
margin-right:auto;
margin-left:auto;
padding-bottom:20px
}
.work-card-v5 {
padding-bottom:8px
}
.team-cards {
padding-right:0;
padding-left:0
}
.team-member-card-text {
font-size:16px
}
.testimonials-cards {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.testimonials-cards-column {
width:100%;
margin-bottom:0;
padding-right:9%;
padding-left:9%
}
.big-map {
width:auto;
margin-right:8px;
margin-left:8px
}
.footer-v4 {
padding-top:8px
}
.footer-v4-about {
width:100%;
padding-bottom:16px
}
.footer-v4-column {
padding-bottom:40px
}
.hero-promo-section {
position:relative;
height:100vh;
max-height:440px
}
.hero-promo-intro {
margin-top:0;
padding-right:16%;
padding-left:16%
}
.hero-promo-small-header {
font-size:14px;
letter-spacing:6px
}
.hero-intro-image {
margin-top:20px;
margin-bottom:8px
}
.hero-promotext {
width:100%
}
.work-v6 {
height:100vh;
max-height:440px
}
.hero-promo-social {
padding:16px
}
.menu-button {
position:static;
display:block;
width:56px;
height:56px;
margin-right:4px;
float:none;
color:#fff
}
.menu-button.w--open {
position:static;
display:block;
float:right
}
.menu-button.white-menu-button {
margin-right:0
}
.scroll-mouse-link {
display:none
}
.work-card-v6 {
width:66.66%;
padding-right:32px;
padding-bottom:24px;
padding-left:32px
}
.nav-dropdown-icon {
margin-right:20px;
text-align:left
}
.hero-promo-bottom {
position:absolute
}
.nav-menu {
position:static;
display:block;
float:none;
clear:both;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
color:#fff;
text-align:right
}
.hero-slide-header {
width:100%;
margin-top:80px;
margin-bottom:0;
font-size:23px;
line-height:26px
}
.page-header-section {
height:240px;
padding-top:40px
}
.page-header-section.about-3 {
height:760px
}
.page-header-section.blog {
height:240px
}
.page-header-section.works-2 {
background-image:-webkit-gradient(linear, left top, left bottom, from(null), to(null)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdf4ad350c7c_autumn-goodman-242822.jpg");
background-image:linear-gradient(180deg, null, null), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bdf4ad350c7c_autumn-goodman-242822.jpg");
background-position:0 0, 50% 0
}
.page-header-section.textlinkheader {
height:150px
}
.utility-page-section {
min-height:480px
}
.password-window {
margin-top:32px
}
.about-text {
margin-top:0;
-webkit-column-gap:24px;
column-gap:24px
}
.blog-posts-v1-wrapper {
padding-right:12px
}
.blog-sidebar {
padding-left:12px
}
.blog-posts-v1 {
margin-bottom:0
}
.post-card-v1 {
margin-bottom:29px
}
.post-card-v1-author {
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1
}
.zoom-on-hover.homevisionblocks, .zoom-on-hover.leaderportraitblocks, .zoom-on-hover.leaderportraitblockssmaller {
max-width:100%
}
.post-card-v1-header {
margin-top:16px
}
.blog-card-v1-dot, .text-block-5 {
display:none
}
.categories {
width:100%;
padding-top:0;
-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;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
.category-filter-link {
margin-right:12px;
margin-left:12px;
-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;
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end;
font-size:14px
}
.category-filter-link.w--current {
margin-bottom:-9px
}
.categories-filter {
margin-bottom:48px
}
.work-card-v3 {
padding-bottom:0
}
.full-screen-nav-link {
font-size:32px;
line-height:64px
}
.work-details {
width:100%
}
.work-presentation figure {
margin-top:24px;
margin-bottom:24px
}
.work-main-image {
margin-top:80px
}
.work-content {
padding-top:48px
}
.post-header-section {
height:auto;
min-height:0
}
.post-header-author {
font-size:14px;
line-height:24px
}
.post-header-wrapper {
margin-top:56px
}
.blog-post p {
line-height:28px
}
.coming-soon-section {
min-height:440px
}
.coming-soon-logo {
padding-left:8px
}
.coming-soon-social {
padding-top:28px;
padding-right:16px;
padding-left:16px
}
.coming-soon-info {
width:83.33%;
padding:16px 48px 48px
}
.faq-list {
width:100%;
margin-bottom:-16px
}
.question-container {
margin-bottom:16px;
padding-right:24px;
padding-left:40px
}
.question-text {
margin-top:8px
}
.pricing-table {
width:66.66%;
max-width:none;
padding-right:40px;
padding-left:40px;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.pricing-table-price {
font-size:24px;
line-height:32px
}
.licence-items {
margin-bottom:-16px
}
.licence-item {
width:100%;
margin-bottom:16px
}
.hero-intro {
width:400px
}
.page-preview-wrapper {
width:50%
}
.inner-pages {
padding-right:0;
padding-left:0
}
.full-screen-social {
padding:16px
}
.float-card {
display:none
}
.button-2.popuplogin {
display:block;
width:78%;
margin-top:12px;
margin-bottom:30px;
margin-left:38px;
float:left;
background-color:hsla(0, 0%, 100%, .92);
font-size:13px;
font-weight:700;
text-align:center
}
.button-2.popuplogin:hover {
background-color:#fff
}
.text-span {
bottom:12px;
font-size:7px
}
.rich-text-block-2, .rich-text-block-3 {
max-width:88%;
text-align:center
}
.resourcesectiontitle {
height:auto;
max-width:100%;
margin-right:20px;
margin-left:20px;
padding-bottom:20px
}
.videosliver {
width:300px;
margin-bottom:25px;
font-size:16px;
line-height:24px
}
.div-block-3 {
display:block;
width:90%;
margin-bottom:80px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.text-block-9 {
top:-42px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
font-size:28px
}
.div-block-4 {
position:relative;
top:0
}
.text-block-13 {
position:relative;
top:-40px;
display:inline-block;
font-size:16px
}
.text-block-14 {
position:relative;
top:-38px;
display:inline-block;
padding:8px 18px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.image-5 {
top:-360px;
bottom:0;
display:inline-block;
max-width:220px
}
.row-4 {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.column-10, .column-9 {
padding-bottom:20px;
text-align:center
}
.paragraph {
display:block;
clear:none
}
.paragraph.newscolumnslandscape {
text-align:right
}
.text-block-23.bylineheader, .text-block-23.bylineheadervidteam {
width:80%;
line-height:18px
}
.image-13 {
top:350px;
max-width:60%
}
.column-12 {
position:relative;
display:inline-block
}
.row-7.commitmenttypetabs {
padding-bottom:28px
}
.div-block-19, .div-block-20 {
border-radius:6px
}
.heading-6 {
margin-top:12px;
margin-bottom:8px
}
.heading-7 {
font-size:20px
}
.link-block-4 {
width:100%
}
.text-block-25 {
top:0;
margin-left:20px;
padding-left:0;
text-align:left
}
.video {
margin-bottom:20px
}
.image-15 {
padding-top:30px;
padding-left:0
}
.webpagefeatureimage {
padding-left:20px
}
.text-block-26 {
font-size:24px
}
.icon-2 {
position:static;
display:block;
overflow:visible;
float:none;
clear:none;
direction:ltr;
color:#fff;
text-align:center;
text-transform:none
}
.link-block-5 {
width:100%
}
.text-block-28, .text-block-29, .text-block-30 {
text-align:left
}
.navbar {
position:absolute;
width:100%
}
.container-3 {
position:absolute;
display:block;
width:100%;
text-align:right
}
.icon-3 {
display:block;
margin-top:20px;
margin-right:10px;
-webkit-transition:opacity .2s;
transition:opacity .2s;
color:#fff;
font-size:32px
}
.image-23 {
margin-top:16px;
margin-left:20px
}
.menu-button-2 {
display:block;
float:right
}
.menu-button-2.w--open {
position:static;
width:60%;
float:right;
background-color:#2d5e5a
}
.nav-menu-2 {
position:static;
width:60%;
padding-top:20px;
background-color:#2d5e5a;
color:#fff;
text-align:right
}
.popupnav {
margin-right:18px;
margin-left:18px;
padding-top:6px;
padding-bottom:6px;
-webkit-transition:opacity .2s;
transition:opacity .2s;
color:#fff;
font-size:13px
}
.popupnav:hover {
background-color:#1b4441
}
.popupnavsub.w--open {
background-color:#204e4a;
color:#fff;
font-size:13px
}
.dropdown-link-4 {
color:#fff
}
.icon-4 {
margin-right:18px
}
.text-span-6 {
position:relative;
bottom:6px;
font-size:7px
}
.text-span-8 {
position:relative;
bottom:12px;
font-size:11px;
font-weight:400
}
.dropdown-3 {
width:100%
}
.text-block-34 {
font-size:13px;
line-height:18px
}
.text-block-35 {
font-size:15px;
line-height:18px
}
.column-19 {
display:block;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
line-height:22px;
text-align:left
}
.text-block-36 {
font-size:15px;
line-height:18px;
font-weight:900
}
.text-block-37 {
display:block;
font-size:15px;
line-height:18px;
font-weight:900;
text-align:left
}
.text-block-38 {
font-size:15px;
line-height:18px;
font-weight:700;
text-align:left
}
.div-block-21 {
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.row-9 {
padding-right:0;
padding-left:0
}
.row-10 {
display:block;
padding-right:0;
padding-left:0;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.div-block-23 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.text-block-39 {
font-size:12px;
line-height:18px;
text-align:left;
text-transform:uppercase
}
.text-block-40 {
font-size:15px;
line-height:18px;
text-transform:uppercase
}
.text-block-41 {
font-size:11px;
line-height:18px
}
.text-block-42 {
padding-bottom:20px;
font-size:22px
}
.div-block-26 {
border-top-left-radius:20px;
border-top-right-radius:20px
}
.div-block-27 {
display:block;
margin-top:20px
}
.column-20 {
border-top-right-radius:20px;
border-bottom-left-radius:0
}
.text-block-45 {
font-size:24px
}
.row-11 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:100%;
margin-left:20px;
padding-bottom:24px;
padding-left:8px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.div-block-31 {
border-radius:20px 20px 0 0
}
.image-31 {
position:static;
max-width:80%;
margin-top:20px
}
.text-block-48 {
top:256px;
right:106px;
font-size:15px
}
.div-block-32 {
position:relative;
display:inline-block;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.text-block-49 {
position:relative;
top:-40px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-right:0;
-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;
font-size:20px;
line-height:30px
}
.row-13 {
display:inline-block
}
.div-block-33 {
position:static;
display:block;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.text-block-50 {
top:214px;
right:50px;
font-size:15px
}
.div-block-34 {
position:relative;
top:-60px;
width:380px;
height:330px;
margin-left:20px
}
.div-block-35 {
top:-48px;
font-size:20px
}
.text-block-51 {
display:inline-block;
float:none;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
font-size:24px
}
.text-block-52 {
display:inline-block
}
.text-block-53 {
position:static;
display:inline-block;
padding-left:4px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end;
font-size:16px
}
.column-21 {
top:-40px;
display:inline-block;
border-right-style:none
}
.text-block-54 {
padding-top:0;
font-size:13px;
line-height:18px
}
.text-block-55 {
padding-top:0;
font-size:13px;
line-height:18px;
text-align:right
}
.text-block-57 {
font-size:14px;
font-weight:300;
text-align:left
}
.text-block-58, .text-block-59 {
font-size:12px;
line-height:18px;
text-align:left;
text-transform:uppercase
}
.column-25 {
display:inline-block;
height:380px;
padding-right:24px;
padding-left:24px
}
.column-26 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
font-weight:700
}
.column-28 {
font-size:12px;
line-height:22px
}
.div-block-37 {
text-align:center;
text-transform:none
}
.div-block-38 {
border-top-left-radius:20px;
border-top-right-radius:20px
}
.text-block-60 {
padding-top:0;
font-size:13px;
line-height:18px
}
.container-5 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.column-30 {
position:relative;
top:-40px;
display:inline-block
}
.column-31 {
display:block
}
.column-32 {
display:block;
-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
}
.column-33 {
display:block;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.contact-description {
width:80%;
font-size:14px;
line-height:22px
}
.contact-description.allinheaderdescription {
position:relative;
top:-360px;
display:inline-block;
padding-right:60px;
padding-left:60px
}
.address-contact {
padding-right:12px;
padding-left:12px
}
.below-button-subtext {
width:70%;
margin-bottom:15px;
font-size:14px;
line-height:22px
}
.below-button-subtext.hero-split-text {
margin-bottom:20px
}
.below-button-text {
width:70%;
margin-bottom:15px;
font-size:14px;
line-height:22px
}
.below-button-text.hero-split-text {
margin-bottom:20px
}
.button-footer-button.contact-ready-button {
margin-bottom:-40px
}
.button-footer-button.footer-subscribe-button.allin-button {
top:-350px
}
.button-footer-button.footer-subscribe-button {
background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b)
}
.button-footer-button.service-cards-button, .button-footer-button.services-simple-button {
margin-top:64px
}
.button-footer-button.works-v5-button {
margin-top:48px
}
.button-footer-button.ghost-button.hero-promo-button {
margin:16px
}
.button-footer-button.ghost-button.coming-soon-contact-button {
right:24px;
bottom:24px
}
.button-footer-button.services-color-bg-button {
display:none
}
.button-footer-button.full-screen-button {
right:16px;
bottom:16px
}
.heading-11 {
font-size:34px
}
.image-36 {
width:240px;
padding-bottom:0
}
.teamicontitles {
top:4px;
display:block;
color:#636363;
font-size:15px;
font-weight:700
}
.columns.teamicongrid {
width:90%;
margin-bottom:19px
}
.teamicontitlestop {
display:none
}
.image-37 {
margin-top:15px
}
.videolisttitles {
margin-bottom:0;
font-size:20px;
letter-spacing:-.5px
}
.teamnavlist {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:120px;
margin-right:12px;
margin-left:12px;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
font-size:11px;
line-height:20px
}
.video-cat-filter {
margin-bottom:21px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.team-events-wrapper {
padding-right:12px
}
.teameventtitle {
margin-top:16px
}
.div-block-42 {
padding-top:21px;
padding-bottom:16px
}
.zoomhoverteamevent.homevisionblocks {
max-width:100%
}
.columns-3 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
.video-cat-list-copy {
margin-right:12px;
margin-left:12px;
font-size:14px
}
.localbutton.contact-ready-button {
margin-bottom:-40px
}
.localbutton.footer-subscribe-button.allin-button {
top:-350px
}
.localbutton.footer-subscribe-button {
background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b)
}
.localbutton.service-cards-button, .localbutton.services-simple-button {
margin-top:64px
}
.localbutton.works-v5-button {
margin-top:48px
}
.localbutton.ghost-button.hero-promo-button {
margin:16px
}
.localbutton.ghost-button.coming-soon-contact-button {
right:24px;
bottom:24px
}
.localbutton.services-color-bg-button {
display:none
}
.localbutton.full-screen-button {
right:16px;
bottom:16px
}
.column-37 {
display:block
}
.smallerleadername, .smallerleadertitle {
max-width:88%
}
.branding-block {
padding-bottom:30px
}
.collection-item-5 {
padding-bottom:15px;
text-align:center
}
.collection-list-wrapper-4 {
display:block;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.collection-item-6 {
margin-top:10px
}
.collection-list-wrapper-5 {
display:block;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.hpage-section-description {
position:relative;
top:-116px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:110%;
margin-bottom:0;
font-size:14px;
line-height:22px;
text-align:left
}
.hpage-section-description.allinheaderdescription {
position:relative;
top:-360px;
display:inline-block;
padding-right:60px;
padding-left:60px
}
.image-41 {
width:560px
}
.bold-text {
width:80%;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start
}
.section-small-header-left {
position:static;
padding-left:2px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
font-size:10px;
line-height:16px;
text-align:left;
letter-spacing:3px
}
.section-small-header-left.leftalignsmallheader {
width:90%;
padding-bottom:13px
}
.column-40 {
margin-bottom:40px
}
.paragraph-6 {
font-size:13px;
line-height:22px
}
.div-block-45 {
width:84%;
height:70px;
margin-bottom:38px
}
.onfireheader {
padding-top:22px;
font-size:18px
}
.emailrequestparagraph {
width:100%;
font-size:14px;
line-height:22px
}
.emailrequestparagraph.allinheaderdescription {
position:relative;
top:-360px;
display:inline-block;
padding-right:60px;
padding-left:60px
}
.formsection {
overflow:visible;
padding-top:60px;
padding-bottom:200px
}
.formsection.grey-section {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.formsection.grey-section.no-top-padding.no-bottom-padding {
padding-top:1px
}
.formsection.grey-section.homepage {
padding-bottom:0
}
.formsection.grey-section.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.formsection.beigedarkbg.homepage {
padding-bottom:20px
}
.formsection.beigedarkbg.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.formsection.beigedarkbg.teamlandingpage {
padding-top:43px;
padding-bottom:26px
}
.formsection.grey-section-copy.homepage {
padding-bottom:20px
}
.formsection.grey-section-copy.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.accordion-header {
padding-left:32px
}
.section-8 {
padding:25px
}
.section-title {
margin-bottom:10px;
font-size:26px;
line-height:30px
}
.section-title-wrapper {
width:95%;
margin-bottom:40px
}
.bottom-gallery-column-left {
padding-left:0
}
.bottom-gallery-column-right {
padding-right:0
}
.gallery-image-block {
height:220px
}
.gallery-image-block._2, .gallery-image-block._3 {
height:160px
}
.trt-licensed-title {
margin-bottom:10px;
font-size:26px;
line-height:30px
}
.nationwide-logo, .transamerica-logo {
width:560px
}
.product-provider-image {
width:90%;
padding-right:8px;
padding-left:8px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center
}
.trt-small-div {
display:block
}
.trt-small-div.nav-bar-wrapper {
display:block;
margin-top:0;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
text-align:right
}
.trt-small-div.services-big-cards {
margin-bottom:-80px
}
.trt-large-div {
display:block
}
.trt-large-div.nav-bar-wrapper {
display:block;
margin-top:0;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
text-align:right
}
.trt-large-div.services-big-cards {
margin-bottom:-80px
}
.trt, .trt-nationwide-appointment, .trt-provider-appointment-question, .trt-provider-appointment-trans, .trt-question-variable {
margin-bottom:16px;
padding-right:24px;
padding-left:40px
}
.heading-16 {
padding-right:0
}
.section-sbjc {
overflow:visible;
padding-top:60px;
padding-bottom:30px
}
.section-sbjc.grey-section {
padding-right:0;
padding-bottom:40px;
padding-left:0
}
.section-sbjc.grey-section.no-top-padding.no-bottom-padding {
padding-top:1px
}
.section-sbjc.grey-section.homepage {
padding-bottom:0
}
.section-sbjc.grey-section.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section-sbjc.beigedarkbg.homepage {
padding-bottom:20px
}
.section-sbjc.beigedarkbg.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.section-sbjc.beigedarkbg.teamlandingpage {
padding-top:43px;
padding-bottom:26px
}
.section-sbjc.grey-section-copy.homepage {
padding-bottom:20px
}
.section-sbjc.grey-section-copy.allindescription {
padding-right:4%;
padding-bottom:20px;
padding-left:4%
}
.video-section-sbjc {
padding-top:80px;
padding-bottom:80px;
font-size:12px;
line-height:20px;
letter-spacing:2px
}
.section-small-header-sbjc {
position:static;
padding-left:2px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
font-size:10px;
line-height:16px;
text-align:center;
letter-spacing:3px
}
.section-small-header-sbjc.leftalignsmallheader {
width:90%;
padding-bottom:13px;
font-size:11px
}
.image-46 {
max-width:50%
}
.video-nav-links-team {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
overflow:visible;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
grid-auto-columns:1fr;
-ms-grid-columns:1fr 1fr;
grid-template-columns:1fr 1fr;
-ms-grid-rows:auto auto auto;
grid-template-rows:auto auto auto
}
.script-button.contact-ready-button {
margin-bottom:-40px
}
.script-button.footer-subscribe-button.allin-button {
top:-350px
}
.script-button.footer-subscribe-button {
background-image:-webkit-gradient(linear, left top, right top, color-stop(-2%, #2d5e5a), color-stop(0, #2d5e5a), color-stop(96%, #54958b), to(#54958b));
background-image:linear-gradient(90deg, #2d5e5a -2%, #2d5e5a 0, #54958b 96%, #54958b)
}
.script-button.services-simple-button {
margin-top:64px
}
.script-button.services-simple-button.systempagebutton.ebbokbutton2 {
margin-top:0;
margin-left:10px
}
.script-button.service-cards-button {
margin-top:64px
}
.script-button.works-v5-button {
margin-top:48px
}
.script-button.ghost-button.hero-promo-button {
margin:16px
}
.script-button.ghost-button.coming-soon-contact-button {
right:24px;
bottom:24px
}
.script-button.services-color-bg-button {
display:none
}
.script-button.full-screen-button {
right:16px;
bottom:16px
}
.paragraph-7 {
font-size:13px;
line-height:22px
}
.section-9 {
padding:25px
}
.trt-pp {
margin-bottom:16px;
padding-right:24px;
padding-left:40px
}
.section-10 {
overflow:visible;
padding-top:0;
padding-bottom:40px
}
.section-10.dark-grey-section {
padding-bottom:20px
}
.wrapper-2 {
display:block;
padding-top:0
}
.section-small-header-2 {
position:static;
padding-left:2px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
font-size:10px;
line-height:16px;
text-align:left;
letter-spacing:3px
}
.section-header-2 {
top:-340px;
margin-top:6px;
margin-bottom:0;
padding-right:40px;
padding-bottom:20px;
padding-left:40px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:24px
}
.section-header-2.centered {
padding-right:0
}
.section-header-wrapper-2 {
padding-bottom:0
}
.about-text-2 {
margin-top:0;
-webkit-column-gap:24px;
column-gap:24px
}
.section-header-wrapper-ltc {
padding-bottom:0
}
.div-block-47 {
width:92%;
height:160px
}
.resourcetextblock {
max-width:100%;
margin-right:20px;
margin-left:20px
}
.teamsitecalloutheader {
max-width:100%;
margin-right:20px;
margin-left:0
}
.topbox-teamhome-div {
width:92%;
height:480px;
margin-bottom:40px
}
.div-block-48 {
height:100%
}
.textlinkleadin {
top:-340px;
margin-top:6px;
margin-bottom:10px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:24px
}
.textlinkleadin.homepageheader {
margin-top:0
}
.paragraph-big-above {
width:100%;
margin-top:0;
margin-bottom:15px;
font-size:12px;
line-height:22px
}
.paragraph-big-above.hero-split-text {
margin-bottom:20px
}
.hero-slide-header-below {
width:100%;
margin-top:0;
margin-bottom:23px;
font-size:23px;
line-height:26px
}
.about-side-media-reverse {
padding-left:10px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.scroll-mouse-link-dvfa {
display:none
}
.service-side-image-title {
right:0;
width:75%;
margin-right:auto;
margin-left:auto;
text-align:center
}
.service-side-image-title.image-text-reversed {
left:0
}
.service-side-image-title.color-3 {
display:block
}
.dvfa-number-titles {
margin-top:8px;
padding-left:13px
}
.paragraph-small-dvfa {
padding-right:12px;
padding-left:12px;
font-size:13px;
line-height:18px
}
.paragraph-small-dvfa.footerpara {
width:90%;
margin-bottom:27px;
padding-right:0;
font-size:13px;
line-height:22px
}
.service-simple-icon-dvfa {
width:80px
}
.side-video-info-dvfa {
padding-right:8px
}
.section-description-dvfa {
position:static;
top:-116px;
display:block;
width:80%;
margin-bottom:0;
padding-top:8px;
padding-bottom:26px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
font-size:14px;
line-height:22px;
text-align:left
}
.section-description-dvfa.allinheaderdescription {
position:relative;
top:-360px;
display:inline-block;
padding-right:60px;
padding-left:60px
}
.section-description-dvfa.prospectingheader {
width:100%;
-webkit-align-self:stretch;
-ms-flex-item-align:stretch;
-ms-grid-row-align:stretch;
align-self:stretch
}
.section-description-dvfa.centered {
width:80%
}
.section-small-header-dvfa {
position:static;
padding-left:2px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
font-size:10px;
line-height:16px;
text-align:center;
letter-spacing:3px
}
.section-small-header-dvfa.leftalignsmallheader {
width:90%;
padding-bottom:13px;
font-size:11px
}
.side-video-preview-dvfa {
min-height:400px
}
.team-member-color-photo-copy, .team-member-color-photo-dvfa {
height:240px
}
.section-description-dvfa2 {
position:static;
top:-116px;
display:block;
width:80%;
margin-bottom:0;
padding-top:8px;
padding-bottom:26px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
font-size:14px;
line-height:22px;
text-align:center
}
.section-description-dvfa2.allinheaderdescription {
position:relative;
top:-360px;
display:inline-block;
padding-right:60px;
padding-left:60px
}
.section-description-dvfa2.prospectingheader {
width:100%;
-webkit-align-self:stretch;
-ms-flex-item-align:stretch;
-ms-grid-row-align:stretch;
align-self:stretch
}
.section-description-dvfa2.centered {
width:80%
}
.section-header-wrapper-dvfa {
padding-bottom:0
}
.question-container-dvfa {
margin-bottom:16px;
padding-right:24px;
padding-left:40px
}
.question-text-dvfa {
margin-top:8px
}
.dfva-bio-speaker {
margin-bottom:16px;
padding-right:24px;
padding-left:40px
}
.teamvideorow {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.teamvidcard {
padding-bottom:43px
}
.div-block-54 {
width:50%;
padding-right:14px;
padding-left:14px
}
#w-node-e9832b4b-36ef-1fa0-4638-c3746a13a60d-6a13a60c {
-ms-grid-column:1;
grid-column-start:1;
-ms-grid-column-span:1;
grid-column-end:2;
-ms-grid-row:1;
grid-row-start:1;
-ms-grid-row-span:1;
grid-row-end:2
}
#w-node-e9832b4b-36ef-1fa0-4638-c3746a13a610-6a13a60c {
-ms-grid-column:2;
grid-column-start:2;
-ms-grid-column-span:1;
grid-column-end:3;
-ms-grid-row:1;
grid-row-start:1;
-ms-grid-row-span:1;
grid-row-end:2
}
#w-node-e9832b4b-36ef-1fa0-4638-c3746a13a613-6a13a60c {
-ms-grid-column:1;
grid-column-start:1;
-ms-grid-column-span:1;
grid-column-end:2;
-ms-grid-row:2;
grid-row-start:2;
-ms-grid-row-span:1;
grid-row-end:3
}
#w-node-e9832b4b-36ef-1fa0-4638-c3746a13a616-6a13a60c {
-ms-grid-column:2;
grid-column-start:2;
-ms-grid-column-span:1;
grid-column-end:3;
-ms-grid-row:2;
grid-row-start:2;
-ms-grid-row-span:1;
grid-row-end:3
}
#w-node-ce12bd9c-b5ae-9b58-bb37-6b6ef226e0df-6a13a60c {
-ms-grid-column:1;
grid-column-start:1;
-ms-grid-column-span:1;
grid-column-end:2;
-ms-grid-row:3;
grid-row-start:3;
-ms-grid-row-span:1;
grid-row-end:4
}
}
@media screen and (max-width:479px) {
h1, h2, h3, h5, h6 {
margin-bottom:12px
}
h4 {
margin-bottom:12px;
font-size:18px;
line-height:26px
}
p {
font-size:14px;
line-height:20px
}
blockquote {
font-size:18px;
line-height:28px
}
figure {
margin-top:24px;
margin-bottom:24px
}
.section {
display:block;
overflow:visible;
height:auto;
margin-bottom:1px;
padding:30px 6% 60px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.section.grey-section {
padding-top:24px;
padding-right:6%;
padding-left:6%
}
.section.grey-section.no-top-padding.no-bottom-padding {
padding-bottom:0
}
.section.grey-section.homepage {
padding-right:6%;
padding-bottom:20px;
padding-left:6%
}
.section.grey-section.homepage.systemgreenbg {
margin-top:-7px;
padding:0 6% 40px
}
.section.grey-section.homepage.systemgreenbg-dvfa {
margin-top:0;
padding:40px 6%
}
.section.grey-section.allindescription, .section.grey-section.darkerbeige {
padding-top:40px;
padding-bottom:40px
}
.section.grey-section.homepage-vidteampage {
padding-right:6%;
padding-bottom:20px;
padding-left:6%;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.section.grey-section.homepage-vidteampage.systemgreenbg, .section.grey-section.homepage-vidteampage.systemgreenbg-dvfa {
margin-top:-7px;
padding:0 6% 40px
}
.section.no-top-padding {
padding-bottom:60px
}
.section.no-top-padding.no-bottom-padding {
padding-right:8%;
padding-left:8%
}
.section.testimonials-image {
margin-bottom:0;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.section.dark-grey-section {
padding-right:4%;
padding-left:4%
}
.section.beigebg {
padding-right:1%;
padding-bottom:40px;
padding-left:1%
}
.section.beigedarkbg.homepage {
padding-right:3%;
padding-left:3%
}
.section.beigedarkbg.allindescription {
padding-top:40px;
padding-bottom:40px
}
.section.beigedarkbg.teamlandingpage {
padding-top:39px;
padding-bottom:19px
}
.section.beigedarkbg.teamlandingpage.meetleaderstopmargin {
padding-right:6%;
padding-left:6%
}
.section.grey-section-copy.homepage {
padding-right:3%;
padding-left:3%
}
.section.grey-section-copy.allindescription {
padding-top:40px;
padding-bottom:40px
}
.section._5stepssection {
padding-top:18px;
padding-right:6%;
padding-left:6%
}
.section._5stepssection.no-top-padding.no-bottom-padding {
padding-bottom:0
}
.section._5stepssection.homepage {
padding-right:6%;
padding-bottom:20px;
padding-left:6%
}
.section._5stepssection.homepage.systemgreenbg {
margin-top:-7px;
padding:0 6% 40px
}
.section._5stepssection.allindescription, .section._5stepssection.darkerbeige {
padding-top:40px;
padding-bottom:40px
}
.section.beigedarkbg-vidnav.homepage {
padding-right:3%;
padding-left:3%
}
.section.beigedarkbg-vidnav.allindescription {
padding-top:40px;
padding-bottom:40px
}
.section.beigedarkbg-vidnav.teamlandingpage {
padding-top:39px;
padding-bottom:19px
}
.section.beigedarkbg-vidnav.teamlandingpage.meetleaderstopmargin {
padding-right:6%;
padding-left:6%
}
.wrapper {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
overflow:visible;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}
.button.contact-button {
padding-top:12px
}
.button.footer-big-subscribe-button {
display:block;
margin-top:16px;
margin-right:auto;
margin-left:auto
}
.button.footer-subscribe-button.allin-button {
position:relative;
top:-220px;
width:200px;
height:48px;
padding-top:15px;
padding-right:24px;
padding-left:24px
}
.button.footer-subscribe-button {
display:block;
width:160px;
height:50px;
margin-top:20px;
padding-top:14px;
padding-bottom:20px;
font-size:15px;
text-align:center
}
.button.subscribe-button {
width:100%;
margin-top:24px;
margin-right:0;
margin-left:0
}
.button.services-simple-button.systempagebutton.ebbokbutton2 {
font-size:12px;
padding-right:10px;
padding-left:10px;
text-align:center
}
.button.services-simple-button.systempagebutton {
margin-bottom:20px
}
.button.works-v3-button.big-button-stroked {
padding-top:10px;
padding-bottom:32px;
font-size:12px
}
.button.works-v3-button.big-button-stroked.branding-button {
width:135px;
height:34px;
min-width:135px;
font-size:11px
}
.button.works-v3-button.big-button-stroked.branding-button.newbutton {
min-width:135px
}
.button.ghost-button.coming-soon-contact-button {
left:30%;
right:30%;
bottom:80px;
display:block;
margin-right:auto;
margin-left:auto;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.logo {
position:static;
display:block;
max-width:160px;
margin-top:31px;
float:none;
text-align:center
}
.hero-table-section {
height:500px
}
.hero-table-intro {
max-width:100%;
padding-right:16px;
padding-bottom:87px;
padding-left:16px
}
.paragraph-big {
width:90%;
margin-bottom:20px;
padding-right:10px;
padding-left:10px;
font-size:16px;
line-height:22px;
font-weight:400
}
.paragraph-big.paragraph-big-white {
width:96%;
margin-top:90px;
font-size:14px;
line-height:20px
}
.hero-imac {
top:24%;
max-width:100%;
padding-top:102px
}
.section-header-wrapper {
max-width:100%;
padding-right:8px;
padding-left:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.section-header-wrapper.subscribe-header-wrapper {
padding-bottom:25px
}
.section-header-wrapper.advantagesheader {
margin-bottom:15px
}
.section-header-wrapper.marginusa {
padding-bottom:0
}
.section-small-header {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:left
}
.section-small-header.leftalignsmallheader {
display:block;
width:100%;
padding-top:29px;
direction:ltr;
font-size:12px;
text-align:left
}
.section-small-header.centered {
text-align:center
}
.section-small-header.leftalignsmallheader-dvfa {
display:block;
width:100%;
padding-top:29px;
direction:ltr;
font-size:12px;
text-align:left
}
.section-header {
position:static;
top:0;
display:block;
margin-bottom:6px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:22px;
line-height:24px;
text-align:left
}
.section-header.white-text {
font-size:18px
}
.section-header.homepageheader {
top:0;
margin-bottom:28px;
font-size:26px;
line-height:28px;
text-align:center
}
.section-header.leaderstitleheader {
margin-top:7px;
margin-bottom:14px;
font-size:22px
}
.section-header.centered {
line-height:30px;
text-align:center
}
.section-description {
width:100%;
margin-top:0;
padding-bottom:0;
font-size:14px;
line-height:22px
}
.section-description.allinheaderdescription {
position:relative;
top:-230px;
width:80%;
margin-top:0;
margin-right:0;
padding-right:0;
padding-left:0;
font-size:12px
}
.section-description.paddingusa {
margin-bottom:20px
}
.section-description.centered {
width:100%;
margin-top:-8px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
text-align:left
}
.service-card-big {
margin-bottom:0;
padding-bottom:40px
}
.service-card-big.reversed {
padding-bottom:40px
}
.service-image {
height:240px
}
.service-color-card {
margin-top:-48px
}
.service-simple {
width:90%;
padding:16px 0 0;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.paragraph-small {
padding-right:0;
padding-left:0;
font-size:14px;
line-height:22px
}
.paragraph-small.footerpara {
width:100%;
margin-bottom:30px;
font-size:13px
}
.service-simple-header {
padding-left:0
}
.service-simple-icon {
width:70px;
margin-left:0
}
.services-simple {
margin-top:13px;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.work-v1 {
width:100%
}
.work-card-v1-image {
height:216px
}
.review-color-card.color-3, .review-color-card.color-4 {
margin-bottom:24px
}
.review-color-card.color-6, .review-color-card.color7 {
margin-top:0
}
.testimonials-color-cards-content {
padding-top:30px
}
.tesimonials-color-cards-info {
padding-right:8px;
padding-left:8px
}
.testimonials-color-cards-colomn-1, .testimonials-color-cards-column-2 {
width:100%
}
.team-member {
width:100%;
padding-right:8.33%;
padding-left:8.33%
}
.team-member-photo {
height:400px
}
.contact-split-info {
padding-right:16px;
padding-left:16px
}
.input.footer-big-subscribe-input {
padding-left:0;
background-image:none;
background-position:0 0;
background-size:auto;
background-repeat:repeat;
text-align:center
}
.input.footer-subscribe-input {
font-size:16px;
text-align:left
}
.contact-split-form {
text-align:center
}
.clients-section {
padding-bottom:40px
}
.clients-section.quotesection-dvfa {
padding:40px 20px 24px
}
.clients-logotypes {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.client-logo.color-logo {
width:100%;
padding-top:24px;
padding-bottom:24px;
text-align:center
}
.footer-v1 {
padding-top:0
}
.footer-v1-column {
width:100%;
margin-top:-24px;
padding-top:0;
padding-bottom:32px
}
.footer-logo {
width:100%;
margin-top:0;
padding-top:12px;
padding-right:0
}
.footer-bottom {
margin-right:0;
margin-left:0;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.footer-bottom-text-left {
width:100%;
margin-bottom:8px;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.footer-bottom-link-right {
margin-left:16px
}
.hero-video-wrapper {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.hero-video-info {
margin-top:80px;
margin-left:16.66%
}
.hero-video-play {
width:100%;
height:auto;
padding-top:24px;
padding-bottom:80px
}
.work-v2 {
width:100%
}
.service-side-info {
padding-right:0;
padding-left:0
}
.link-arrow {
position:static;
text-align:left
}
.link-arrow.centered {
text-align:left
}
.service-side-image {
width:100%;
height:200px
}
.service-side-image-text {
bottom:-48px;
width:auto;
margin-right:16px;
margin-left:16px
}
.more-service-card {
width:100%
}
.testimonials-slider-cards {
position:static;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:300px;
margin-right:0;
margin-left:0;
padding-right:0;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.testimonials-slider-nav {
display:block;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.review-slide-card-wrapper {
position:static
}
.review-slide-card {
display:block;
width:100%;
height:auto;
margin-top:20px;
padding-right:32px;
padding-left:32px
}
.testimonials-slider-cards-arrow {
display:none
}
.side-video-section {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.side-video-content {
width:100%;
padding-top:10px;
padding-bottom:20px
}
.side-video-preview {
width:100%;
min-height:320px
}
.side-video-info {
margin-right:8px;
margin-left:8px;
text-align:center
}
.clients-header.provider-header {
width:240px;
margin-bottom:12px
}
.clients-header.bottomquote {
width:90%;
max-width:350px;
font-size:16px
}
.clients-header.bottomquote-dvfa {
width:90%;
max-width:350px;
font-size:16px;
line-height:24px
}
.post-v2 {
width:100%;
padding-right:6px;
padding-left:6px
}
.blog-posts-v2 {
margin-bottom:0
}
.category.eventdatebig {
margin-top:12px;
margin-right:12px
}
.footer-v2-logo {
width:33.33%
}
.footer-v2-about {
width:66.66%;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.footer-v2-contact {
width:50%;
padding-top:8px;
padding-bottom:48px
}
.footer-v2-social {
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.social-button {
margin:4px
}
.float-subscribe-header {
width:80%;
line-height:30px
}
.footer-big-subscribe {
height:auto;
margin-right:20px;
margin-left:20px;
padding-bottom:24px;
padding-left:24px;
border-radius:8px
}
.footer-big-subscribe-form {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch
}
.hero-slider-section {
height:550px
}
.hero-slider-nav {
display:block;
font-size:9px
}
.hero-slider-arrow {
display:none
}
.hero-slide.hero-slide-1 {
background-image:url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd5592350cce_wedding.jpg");
background-position:50% 0;
background-size:cover;
background-repeat:no-repeat;
background-attachment:scroll
}
.hero-slide-info {
max-width:100%;
padding-right:16px;
padding-left:16px
}
.hero-slide-info.homeheaderbutton {
max-width:100%
}
.work-v3 {
width:100%
}
.about-side-media {
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.about-side-image-info {
position:static;
width:100%;
padding-top:0;
padding-right:0;
padding-left:0;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.about-side-image-info.homeplatform.homesidetext {
width:100%;
height:auto;
padding-right:0;
padding-left:0;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.about-side-image-wrapper {
display:block;
width:100%;
padding-right:0;
padding-left:0
}
.about-side-image {
display:block;
height:80%;
padding-top:0;
padding-bottom:0
}
.video-section {
margin-top:0;
padding-top:40px;
padding-bottom:40px;
background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd257d350bd3_dandelion-2.jpg");
background-image:linear-gradient(180deg, transparent, transparent), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd257d350bd3_dandelion-2.jpg");
background-position:0 0, 50% 0
}
.service-cards.videocardsec {
padding-right:0;
padding-left:0;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.service-card {
padding-top:48px;
-webkit-flex-basis:80%;
-ms-flex-preferred-size:80%;
flex-basis:80%
}
.service-card._33-width {
position:static;
margin-right:0;
margin-left:0;
padding-right:20px;
padding-left:20px;
-webkit-flex-basis:100%;
-ms-flex-preferred-size:100%;
flex-basis:100%
}
.contact-side-map {
margin-top:-56px;
margin-bottom:0;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.contact-side-map.contact-side-map-reversed {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.side-map-wrapper {
width:100%;
padding-top:48px;
padding-right:8px
}
.side-map {
height:440px
}
.contact-side-info {
width:100%;
margin-right:0;
margin-left:0;
padding-top:30px;
padding-bottom:30px;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.footer-v3-about {
width:100%;
margin-right:0;
margin-left:0;
padding-bottom:16px
}
.footer-v3 {
padding-top:20px
}
.footer-v3-nav {
width:100%;
padding-right:0;
padding-left:0
}
.footer-v3-link {
position:static;
display:block;
padding-top:0;
padding-bottom:0;
padding-left:0;
color:#61646d;
font-size:16px;
line-height:34px
}
.footer-v3-link.w--current {
color:#61646d;
font-size:16px;
line-height:34px
}
.footer-v3-subscribe {
display:block;
padding-right:0;
padding-left:0
}
.footer-subscribe-form {
margin-right:0;
padding-right:0;
padding-left:0;
text-align:left
}
.footer-big-subscribe-wrapper {
padding-right:8px;
padding-left:8px
}
.hero-side-wrapper {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.hero-side-content {
padding-top:0;
padding-bottom:80px;
text-align:center
}
.hero-side-image-wrapper {
width:100%;
height:auto;
padding-top:120px
}
.hero-side-image {
-webkit-transform:none;
-ms-transform:none;
transform:none
}
.work-v4 {
width:100%
}
.black-text {
margin-top:0;
margin-bottom:30px
}
.service-color-bg {
width:100%;
padding-right:8px
}
.side-feature {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.side-feature.mobile-reverse {
margin-bottom:0;
padding-top:20px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.side-feature-content {
width:100%
}
.side-feature-info {
display:block;
width:100%;
padding-top:0;
padding-right:8px;
padding-left:8px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
text-align:center
}
.side-feature-image {
width:100%
}
.side-feature-video-link {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.side-feature-video-button {
margin-top:16px;
margin-bottom:16px
}
.subscribe-form {
padding-right:8px;
padding-left:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.subscribe-info {
padding-right:0;
padding-left:0
}
.team-color-cards {
margin-bottom:-24px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.team-member-color-card {
width:83.33%;
margin-right:16.33%;
margin-bottom:24px;
margin-left:16.33%;
-webkit-flex-basis:60%;
-ms-flex-preferred-size:60%;
flex-basis:60%
}
.team-member-color-photo {
height:320px
}
.testimonials-slider {
margin-bottom:-16px;
padding-right:8px;
padding-bottom:64px;
padding-left:8px
}
.review-slide {
padding-right:0;
padding-left:0
}
.review-line {
margin-top:20px;
margin-bottom:16px
}
.testimonials-slider-arrow {
display:none
}
.post-v3 {
width:100%
}
.post-card-v3-image {
height:240px
}
.post-card-v3-info {
padding-bottom:11px
}
.post-card-v3-bottom {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.hero-split-section {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.hero-split-image {
width:100%;
height:240px;
margin-top:56px
}
.hero-split-content {
padding-top:24px;
padding-bottom:64px;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.work-v5 {
width:100%
}
.team-member-card {
-webkit-flex-basis:80%;
-ms-flex-preferred-size:80%;
flex-basis:80%
}
.team-member-card-text {
position:static;
display:inline-block;
font-size:14px
}
.testimonials-cards-column {
padding-top:20px;
padding-right:0;
padding-left:0
}
.contacts {
padding-bottom:24px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.contacts-column {
padding-bottom:32px
}
.footer-v4-about {
padding-bottom:40px
}
.footer-v4-column {
width:50%;
margin-top:-32px;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.hero-promo-section {
height:100vh;
max-height:none
}
.hero-promo-intro {
padding-right:8.33%;
padding-left:8.33%
}
.work-v6 {
max-height:none
}
.hero-promo-social {
padding-top:24px;
padding-bottom:24px
}
.work-card-v6 {
width:83.33%;
margin-right:0;
margin-left:0
}
.contact-window {
margin-right:8px;
margin-left:8px;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1
}
.contact-window-form {
margin-right:16px;
margin-left:16px
}
.contact-window-header {
padding-top:20px;
padding-bottom:20px
}
.footer-v1-logo-column {
width:100%;
padding-bottom:32px
}
.text-block-4 {
display:block
}
.contact-side-header {
font-size:18px;
line-height:28px;
text-align:left
}
.slide-nav {
display:block;
font-size:9px
}
.hero-slide-header {
position:relative;
margin-bottom:0;
padding-right:0;
padding-left:0;
font-size:28px;
line-height:34px;
text-align:center
}
.page-header-section {
height:200px
}
.page-header-section.about-3 {
height:700px;
padding-bottom:20px
}
.page-header-section.blog {
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .39)), to(rgba(0, 0, 0, .39))), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd79c2350cdf_hello-header.jpg");
background-image:linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c68d1713ca6bd79c2350cdf_hello-header.jpg");
background-position:0 0, 20% 50%
}
.page-header-section.works-3.teamheader {
height:240px;
padding:30px 30px 0
}
.page-header-section.works-3.trt-team-header {
height:300px;
padding:60px 30px 0
}
.page-header-section.services {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
text-align:center
}
.page-header-section.intro-header-section {
height:280px
}
.page-header-section.emailrequestheader {
height:250px;
padding-top:57px;
padding-right:40px;
padding-left:40px;
font-size:14px
}
.page-header-section.textlinkheader {
height:120px
}
.page-header-section.visionheader {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
text-align:center
}
.page-header-section.dvfaheader {
padding-top:80px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
text-align:center
}
.review-slide-author {
margin-bottom:32px
}
.password-window {
width:100%
}
.about-text {
margin-bottom:0;
-webkit-column-count:1;
column-count:1
}
.blog-posts-and-sidebar {
margin-top:40px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.blog-posts-v1-wrapper {
width:100%;
padding-right:8px
}
.blog-sidebar {
width:100%;
margin-bottom:-56px;
padding-top:24px;
padding-left:8px
}
.blog-posts-v1 {
margin-bottom:-16px
}
.post-card-v1 {
margin-bottom:12px
}
.post-card-v1-bottom {
margin-top:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.zoom-on-hover.homevisionblocks, .zoom-on-hover.leaderportraitblocks, .zoom-on-hover.leaderportraitblockssmaller {
max-width:100%
}
.post-card-v1-header {
font-size:20px
}
.blog-posts-v2-wrapper {
width:100%
}
.categories {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.category-filter-link {
margin-bottom:-9px;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.work-card-v3 {
padding-right:0;
padding-bottom:20px;
padding-left:0
}
.work-details {
padding-top:0;
padding-bottom:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.work-details-column {
box-shadow:0 -1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea
}
.work-presentation blockquote, .work-presentation h1, .work-presentation h2, .work-presentation h3, .work-presentation h4, .work-presentation h5, .work-presentation h6, .work-presentation ol, .work-presentation p {
width:100%
}
.form-error.footer-big-subscribe-error {
margin-top:0
}
.post-header-wrapper {
position:static;
display:block;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center
}
.blog-post blockquote, .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6, .blog-post ol, .blog-post p, .blog-post ul, .post-date-wrapper {
width:100%
}
.post-author-profile {
width:100%;
-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;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
text-align:center
}
.post-author-avatar {
margin-right:0;
margin-bottom:24px
}
.coming-soon-section {
position:relative;
padding-right:16px;
padding-left:16px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.coming-soon-copyright {
left:0;
right:0;
bottom:0;
text-align:center
}
.coming-soon-info {
width:100%;
padding:8px 24px 40px
}
.coming-soon-form, .question {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.question-text {
margin-bottom:8px;
margin-left:16px;
font-size:14px
}
.answer {
padding-right:8px;
padding-left:8px
}
.question-arrow-icon {
margin-left:16px
}
.answer-text {
display:none;
padding-right:0;
padding-left:0
}
.pricing {
margin-bottom:-24px
}
.pricing-table {
width:100%;
margin-bottom:24px
}
.popup-wrapper {
padding-right:16px;
padding-left:16px
}
.licence-link {
margin-bottom:8px;
font-size:14px;
line-height:24px
}
.licence-links-wrapper {
margin-top:8px;
padding-right:24px;
padding-left:24px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
text-align:left
}
.hero-intro {
padding-right:16px;
padding-left:16px
}
.home-pages {
-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;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.page-preview-wrapper {
width:100%;
max-width:340px;
padding-right:0;
padding-left:0
}
.page-preview {
overflow:visible;
width:80%;
height:auto
}
.inner-pages {
padding-right:8px;
padding-left:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.inner-page-link {
width:100%;
margin-right:0;
margin-left:0
}
.full-screen-social {
padding-top:24px;
padding-bottom:24px
}
.review-card-text {
font-size:15px
}
.button-2.popuplogin {
width:94%;
margin-right:10px;
margin-left:10px;
padding-right:0;
font-size:16px
}
.resourcesectiontitle {
display:block;
text-align:left
}
.videosliver {
margin-bottom:20px;
padding-right:20px;
padding-left:20px;
font-size:13px;
line-height:18px
}
.collection-list-wrapper {
display:block
}
.section-2 {
padding-right:0;
padding-bottom:0;
padding-left:0;
text-align:center
}
.div-block-3 {
display:inline-block;
margin-bottom:80px;
clear:none;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.text-block-9 {
position:static;
top:0;
display:block;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
font-size:20px
}
.text-block-13 {
top:-50px
}
.text-block-14 {
top:-45px;
padding:8px 16px;
font-size:24px
}
.image-5 {
position:relative;
top:-220px;
max-width:60%;
margin-bottom:0;
padding-top:0;
padding-bottom:0
}
.row-4 {
margin-right:0;
margin-left:0
}
.row-4.tripleonsystem {
width:100%;
margin-right:0;
margin-left:0
}
.column-9.work-card-v3 {
padding-right:0;
padding-left:0
}
.column-10 {
padding-bottom:20px
}
.column-10.work-card-v3 {
padding-right:0;
padding-left:0
}
.image-8 {
max-width:90%
}
.text-block-16 {
display:none
}
.text-span-2 {
font-size:14px
}
.paragraph {
height:auto;
margin-bottom:27px;
padding-bottom:0
}
.div-block-16 {
display:block;
min-height:350px;
padding:61px 8% 20px
}
.heading-4 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-bottom:24px;
font-size:28px;
line-height:34px
}
.text-block-19 {
display:block;
width:100%;
font-size:16px;
text-align:center
}
.div-block-18 {
width:100%
}
.text-block-23 {
width:80%;
clear:none;
font-size:12px;
line-height:22px;
letter-spacing:3px
}
.text-block-23.bylineheader, .text-block-23.bylineheadervidteam {
display:block;
width:100%;
font-size:11px;
font-weight:400;
letter-spacing:2px
}
.row-6 {
margin-top:0
}
.image-13 {
position:relative;
left:0;
top:380px;
right:0;
bottom:0;
display:inline-block;
max-width:90%;
text-align:center
}
.column-12 {
position:relative;
display:block;
padding-left:0
}
.row-7.commitmenttypetabs {
padding-top:0;
padding-right:20px;
padding-left:20px
}
.commtypetabb {
padding-right:0;
padding-left:0
}
.commtypetaba {
display:block;
padding-right:0;
padding-left:0
}
.div-block-19 {
width:100%;
border-radius:6px
}
.div-block-20 {
border-radius:6px
}
.commtabtitles {
position:static;
display:block;
height:80px;
padding-top:28px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-box-align:end;
-webkit-align-items:flex-end;
-ms-flex-align:end;
align-items:flex-end;
font-size:16px;
line-height:20px
}
.commtabtitles.commtabdeactive {
margin-bottom:20px;
padding-top:28px;
border-radius:6px
}
.heading-7 {
margin-top:0;
margin-bottom:14px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
font-size:16px
}
.heading-8 {
width:80%;
font-size:30px;
line-height:36px
}
.leadershipfactorysec {
padding-right:0;
padding-left:0
}
.image-16 {
width:100%;
margin-top:20px
}
.column-13 {
padding-right:0
}
.doubleimage {
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-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.image-17 {
width:100%;
margin-right:0
}
.image-18 {
width:100%;
margin-left:0;
padding-top:34px
}
.image-18.mobileimage {
margin-left:0;
padding-top:0
}
.webpagefeatureimage {
position:static;
left:-6px;
top:-28px;
width:180%;
height:auto;
max-width:200%;
margin-top:-28px;
margin-right:8px;
margin-bottom:43px;
padding-right:0;
padding-left:0;
border-radius:0
}
.text-block-26 {
top:16px
}
.text-block-27 {
display:none
}
.column-14 {
padding-right:20px;
padding-left:20px
}
.icon-3 {
margin-top:14px;
margin-right:12px;
font-size:34px
}
.image-23 {
display:block;
margin-left:12px;
text-align:left
}
.menu-button-2 {
padding-right:12px
}
.menu-button-2.w--open {
width:100px
}
.nav-menu-2 {
width:100%;
padding-top:20px;
padding-bottom:0
}
.popupnav {
margin-right:0;
margin-left:0;
padding-top:12px;
padding-bottom:12px;
font-size:16px
}
.popupnav.w--current {
padding-top:12px;
padding-bottom:12px;
color:#fff;
font-size:16px
}
.popupnav.learn {
padding-left:0
}
.popupnavsub {
width:100%
}
.popupnavsub.w--open {
padding-top:10px;
padding-bottom:10px
}
.text-span-7 {
position:relative;
top:4px;
font-size:7px;
font-weight:300
}
.image-24 {
max-width:90%;
margin-top:0;
margin-bottom:0
}
.image-25, .image-26 {
max-width:90%
}
.image-27 {
display:inline-block;
max-width:90%
}
.text-block-31, .text-block-32 {
font-size:16px
}
.text-block-33 {
font-size:15px
}
.text-span-8 {
position:relative;
bottom:12px;
font-size:10px;
font-weight:400
}
.text-span-9 {
position:relative;
bottom:6px
}
.dropdown-list-2 {
position:static
}
.dropdown-list-2.w--open {
position:relative;
margin-top:8px;
margin-bottom:8px;
background-color:#e9dfd9;
color:#61646d
}
.dropdown-3 {
width:100%
}
.dropdown-link-6 {
color:#61646d;
font-size:16px;
line-height:34px
}
.dropdown-link-6:hover {
background-color:#ddd1ca
}
.dropdown-link-7, .dropdown-link-8, .dropdown-link-9 {
color:#61646d
}
.text-span-10 {
position:relative;
bottom:7px;
font-size:10px
}
.column-17 {
display:block;
font-size:18px;
text-align:left
}
.text-block-34 {
display:inline-block;
font-size:16px;
line-height:22px
}
.text-block-35 {
display:block;
font-size:17px
}
.column-18 {
display:inline-block;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.column-19 {
display:inline-block
}
.text-block-36 {
display:inline-block;
margin-top:0;
font-size:17px;
font-weight:900
}
.text-block-37, .text-block-38 {
display:inline-block;
font-size:17px;
font-weight:900
}
.div-block-21 {
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
line-height:28px
}
.row-9 {
padding-top:14px;
padding-bottom:14px
}
.collection-list-wrapper-3 {
width:90%
}
.row-10 {
width:90%;
padding-top:20px;
padding-bottom:20px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.text-block-39 {
margin-top:12px;
font-size:14px;
line-height:22px;
font-weight:700;
text-align:left;
text-transform:uppercase
}
.text-block-40 {
font-size:17px;
line-height:18px;
font-weight:700;
text-align:left;
text-transform:uppercase
}
.text-block-41 {
font-size:16px;
line-height:22px;
font-weight:300;
text-align:left;
text-transform:uppercase
}
.section-5 {
padding-top:20px;
padding-bottom:20px;
padding-left:0
}
.text-block-42 {
position:relative;
display:inline-block;
width:90%;
margin-top:20px;
margin-bottom:40px;
padding-right:20px;
padding-bottom:0;
padding-left:20px;
-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;
font-size:22px
}
.div-block-25 {
display:block;
width:100%;
padding-top:0;
border-radius:0
}
.div-block-26 {
padding-top:20px;
padding-bottom:20px;
border-top-left-radius:0;
border-top-right-radius:0;
background-color:#fff
}
.text-block-43 {
font-size:20px
}
.div-block-27 {
margin-top:30px;
margin-right:20px;
margin-left:20px;
padding-top:20px
}
.column-20 {
position:static;
display:block;
height:300px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:end;
-webkit-justify-content:flex-end;
-ms-flex-pack:end;
justify-content:flex-end;
-webkit-box-align:stretch;
-webkit-align-items:stretch;
-ms-flex-align:stretch;
align-items:stretch;
text-align:center
}
.text-block-45 {
font-size:20px
}
.text-block-46 {
font-size:10px
}
.row-11 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:100%;
margin-top:0;
margin-right:10px;
margin-bottom:16px;
padding-right:6px;
padding-bottom:16px;
padding-left:6px
}
.text-block-47 {
font-size:18px
}
.row-12 {
display:inline-block;
margin-right:0;
margin-left:0
}
.div-block-31 {
position:relative;
display:inline-block;
width:100%;
height:320px;
padding-left:0;
float:none;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
border-radius:0;
text-align:center
}
.image-31 {
display:inline-block;
width:300px;
max-width:320px;
margin-top:24px;
margin-right:0
}
.text-block-48 {
position:absolute;
left:160px;
top:192px;
right:40px;
bottom:188px;
font-size:14px
}
.div-block-32 {
position:relative;
top:-60px;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-top:6px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center
}
.text-block-49 {
position:relative;
top:1px;
display:block;
margin-right:4px;
-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;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto;
font-size:16px
}
.div-block-33 {
margin-bottom:10px
}
.text-block-50 {
top:142px;
right:34px;
font-size:12px
}
.div-block-34 {
display:inline-block;
width:260px;
height:226px;
margin-left:0
}
.div-block-35 {
position:relative;
top:-64px;
font-size:14px
}
.text-block-51, .text-block-52 {
display:inline-block;
font-size:24px
}
.text-block-53 {
top:0;
display:inline-block;
padding-left:6px
}
.column-21 {
top:-50px;
border-right-style:none
}
.text-block-54 {
color:rgba(46, 50, 60, .57);
font-size:15px
}
.text-block-55 {
color:rgba(46, 50, 60, .57);
font-size:13px
}
.text-block-57 {
font-size:15px;
line-height:18px;
font-weight:300;
text-align:left;
text-transform:uppercase
}
.text-block-58 {
font-size:14px;
line-height:22px;
font-weight:700;
text-align:left;
text-transform:uppercase
}
.text-block-59 {
display:block;
font-size:14px;
line-height:22px;
font-weight:700;
text-align:left;
text-transform:uppercase
}
.column-25 {
position:static;
display:inline-block;
padding-right:0;
padding-left:0;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.column-26 {
position:static;
display:block;
padding-top:8px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start;
text-align:left
}
.column-27 {
position:static;
display:block;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
font-size:17px;
text-align:left
}
.column-28 {
position:static;
display:inline-block;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
text-align:left
}
.div-block-36 {
text-align:center
}
.div-block-38 {
display:inline-block;
width:320px;
max-width:320px
}
.text-block-60 {
color:rgba(46, 50, 60, .57);
font-size:15px;
line-height:18px
}
.container-5 {
position:static;
display:inline-block;
text-align:center
}
.div-block-39 {
text-align:center
}
.column-30 {
top:-50px
}
.contact-description {
width:100%;
margin-top:16px;
font-size:13px;
line-height:20px
}
.contact-description.allinheaderdescription {
position:relative;
top:-230px;
width:80%;
margin-top:0;
margin-right:0;
padding-right:0;
padding-left:0;
font-size:12px
}
.contact-description.paddingusa {
margin-bottom:20px
}
.address-contact.footerpara {
font-size:13px
}
.dropdown-link-6-copy {
color:#61646d;
font-size:16px;
line-height:34px
}
.dropdown-link-6-copy:hover {
background-color:#ddd1ca
}
.dropdown-link-current {
color:#61646d;
font-size:16px;
line-height:34px
}
.dropdown-link-current:hover {
background-color:#ddd1ca
}
.below-button-subtext {
margin-bottom:30px;
padding-right:30px;
padding-left:30px;
font-size:15px;
line-height:22px;
font-weight:400
}
.below-button-text {
margin-bottom:30px;
padding-right:30px;
padding-left:30px;
font-size:13px;
line-height:22px;
font-weight:400;
text-transform:none
}
.button-footer-button {
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start
}
.button-footer-button.footer-big-subscribe-button {
display:block;
margin-top:16px;
margin-right:auto;
margin-left:auto
}
.button-footer-button.footer-subscribe-button.allin-button {
position:relative;
top:-220px;
width:200px;
height:48px;
padding-top:15px;
padding-right:24px;
padding-left:24px
}
.button-footer-button.footer-subscribe-button {
display:block;
width:160px;
height:50px;
margin-top:20px;
padding-top:14px;
padding-bottom:20px;
font-size:15px;
text-align:center
}
.button-footer-button.subscribe-button {
width:100%;
margin-top:24px;
margin-right:0;
margin-left:0
}
.button-footer-button.works-v3-button.big-button-stroked {
padding-top:10px;
padding-bottom:32px;
font-size:12px
}
.button-footer-button.ghost-button.coming-soon-contact-button {
left:30%;
right:30%;
bottom:80px;
display:block;
margin-right:auto;
margin-left:auto;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.heading-11 {
margin-top:20px;
margin-bottom:0;
font-size:22px
}
.image-36 {
margin-bottom:0
}
.image-36.teamiconvideo {
position:static
}
.teamicontitles {
top:1px;
display:block;
color:#636363;
font-size:14px;
font-weight:700
}
.teamiconlink {
margin-bottom:0
}
.columns.teamicongrid {
width:88%;
margin-bottom:0
}
.teamicontitlestop {
display:none;
font-size:15px
}
.image-37 {
width:70px;
margin-top:8px;
padding-top:16px
}
.videocatcap {
display:block;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.videolisttitles {
height:auto;
margin-top:11px;
margin-bottom:30px;
font-size:17px;
line-height:24px
}
.teamnavlist {
width:250px;
padding-bottom:3px;
line-height:18px
}
.teamnavlist.w--current {
width:250px
}
.video-cat-filter {
margin-bottom:20px;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.column-34 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}
.columns-2 {
display:block;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-webkit-justify-content:space-between;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.team-events-wrapper {
width:100%;
padding-right:8px
}
.teameventday, .teameventmonth {
font-size:14px
}
.div-block-41 {
padding-top:0
}
.zoomhoverteamevent.homevisionblocks {
max-width:100%
}
.teameventdash {
font-size:14px
}
.blog-posts-and-sidebar-copy, .blog-posts-and-sidebar-team {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.localbutton.footer-big-subscribe-button {
display:block;
margin-top:16px;
margin-right:auto;
margin-left:auto
}
.localbutton.footer-subscribe-button.allin-button {
position:relative;
top:-220px;
width:200px;
height:48px;
padding-top:15px;
padding-right:24px;
padding-left:24px
}
.localbutton.footer-subscribe-button {
display:block;
width:160px;
height:50px;
margin-top:20px;
padding-top:14px;
padding-bottom:20px;
font-size:15px;
text-align:center
}
.localbutton.subscribe-button {
width:100%;
margin-top:24px;
margin-right:0;
margin-left:0
}
.localbutton.works-v3-button.big-button-stroked {
padding-top:10px;
padding-bottom:32px;
font-size:12px
}
.localbutton.ghost-button.coming-soon-contact-button {
left:30%;
right:30%;
bottom:80px;
display:block;
margin-right:auto;
margin-left:auto;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.columns-4 {
display:block;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.column-37 {
display:block
}
.column-38 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
padding-bottom:8px;
-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;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.earners1mill {
font-size:20px
}
.earners250 {
margin-right:20px;
margin-bottom:40px;
margin-left:20px;
font-size:17px;
-webkit-column-count:1;
column-count:1
}
.branding-block {
padding-right:0;
padding-left:0
}
.collection-item-6 {
display:block
}
.collection-list-wrapper-5 {
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-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.hpage-section-description {
position:static;
display:block;
width:90%;
margin-top:0;
font-size:13px;
line-height:20px
}
.hpage-section-description.allinheaderdescription {
position:relative;
top:-230px;
width:80%;
margin-top:0;
margin-right:0;
padding-right:0;
padding-left:0;
font-size:12px
}
.hpage-section-description.paddingusa {
margin-bottom:20px
}
.div-block-43 {
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-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-self:center;
-ms-flex-item-align:center;
align-self:center;
-webkit-box-flex:0;
-webkit-flex:0 auto;
-ms-flex:0 auto;
flex:0 auto
}
.image-41 {
width:600px;
padding-bottom:20px
}
.bold-text {
font-size:14px;
line-height:26px
}
.section-small-header-left {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:left
}
.section-small-header-left.leftalignsmallheader {
display:block;
width:80%;
padding-top:29px;
direction:ltr;
font-size:12px;
text-align:left
}
.section-small-header-left.centered {
text-align:left
}
.column-40 {
margin-bottom:0
}
.temicongridlandscape {
position:static;
padding-bottom:20px
}
.column-41, .column-42, .column-43 {
position:static
}
.cta-event-button {
display:block;
margin-top:0
}
.paragraph-6 {
font-size:14px
}
.mask {
position:static
}
.div-block-45 {
height:100px
}
.onfireheader {
padding-right:20px;
padding-left:20px;
font-size:16px
}
.emailrequestparagraph {
font-size:13px;
line-height:22px;
text-align:left
}
.emailrequestparagraph.allinheaderdescription {
position:relative;
top:-230px;
width:80%;
margin-top:0;
margin-right:0;
padding-right:0;
padding-left:0;
font-size:12px
}
.emailrequestparagraph.paddingusa {
margin-bottom:20px
}
.formsuccesstitle {
line-height:24px
}
.heading-13 {
margin-top:0
}
.formsection {
display:block;
overflow:visible;
height:auto;
margin-bottom:1px;
padding:40px 3% 60px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.formsection.grey-section {
padding-top:18px;
padding-right:6%;
padding-left:6%
}
.formsection.grey-section.no-top-padding.no-bottom-padding {
padding-bottom:0
}
.formsection.grey-section.homepage {
padding-right:6%;
padding-bottom:20px;
padding-left:6%
}
.formsection.grey-section.homepage.systemgreenbg {
margin-top:-7px;
padding:0 6% 40px
}
.formsection.grey-section.allindescription, .formsection.grey-section.darkerbeige {
padding-top:40px;
padding-bottom:40px
}
.formsection.no-top-padding {
padding-bottom:60px
}
.formsection.no-top-padding.no-bottom-padding {
padding-right:8%;
padding-left:8%
}
.formsection.testimonials-image {
margin-bottom:0;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.formsection.dark-grey-section {
padding-right:4%;
padding-left:4%
}
.formsection.beigebg {
padding-right:1%;
padding-bottom:40px;
padding-left:1%
}
.formsection.beigedarkbg.homepage {
padding-right:3%;
padding-left:3%
}
.formsection.beigedarkbg.allindescription {
padding-top:40px;
padding-bottom:40px
}
.formsection.beigedarkbg.teamlandingpage {
padding-top:39px;
padding-bottom:19px
}
.formsection.grey-section-copy.homepage {
padding-right:3%;
padding-left:3%
}
.formsection.grey-section-copy.allindescription {
padding-top:40px;
padding-bottom:40px
}
.heading-14 {
font-size:26px;
line-height:38px;
text-align:center
}
.service-cards-trt.videocardsec {
padding-right:0;
padding-left:0;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.section-8 {
padding:25px
}
.section-title {
font-size:25px;
line-height:26px
}
.section-title-wrapper {
width:100%;
margin-bottom:30px
}
.section-description-2 {
margin-top:14px;
font-size:15px;
line-height:23px
}
.gallery-image-block {
height:150px
}
.gallery-image-block._2, .gallery-image-block._3 {
height:120px
}
.trt-licensed-title {
font-size:25px;
line-height:26px
}
.nationwide-logo, .transamerica-logo {
width:600px;
padding-bottom:20px
}
.product-provider-image {
width:100%
}
.trt-large-div, .trt-small-div {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
overflow:visible;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}
.trt {
padding-right:20px;
padding-left:20px
}
.section-sbjc {
display:block;
overflow:visible;
height:auto;
margin-bottom:0;
padding:30px 6% 0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.section-sbjc.grey-section {
padding-top:18px;
padding-right:6%;
padding-left:6%
}
.section-sbjc.grey-section.no-top-padding.no-bottom-padding {
padding-bottom:0
}
.section-sbjc.grey-section.homepage {
padding-right:6%;
padding-bottom:20px;
padding-left:6%
}
.section-sbjc.grey-section.homepage.systemgreenbg {
margin-top:-7px;
padding:0 6% 40px
}
.section-sbjc.grey-section.allindescription, .section-sbjc.grey-section.darkerbeige {
padding-top:40px;
padding-bottom:40px
}
.section-sbjc.no-top-padding {
padding-bottom:60px
}
.section-sbjc.no-top-padding.no-bottom-padding {
padding-right:8%;
padding-left:8%
}
.section-sbjc.testimonials-image {
margin-bottom:0;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-webkit-justify-content:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.section-sbjc.dark-grey-section {
padding-right:4%;
padding-left:4%
}
.section-sbjc.beigebg {
padding-right:1%;
padding-bottom:40px;
padding-left:1%
}
.section-sbjc.beigedarkbg.homepage {
padding-right:3%;
padding-left:3%
}
.section-sbjc.beigedarkbg.allindescription {
padding-top:40px;
padding-bottom:40px
}
.section-sbjc.beigedarkbg.teamlandingpage {
padding-top:39px;
padding-bottom:19px
}
.section-sbjc.beigedarkbg.teamlandingpage.meetleaderstopmargin {
padding-right:6%;
padding-left:6%
}
.section-sbjc.grey-section-copy.homepage {
padding-right:3%;
padding-left:3%
}
.section-sbjc.grey-section-copy.allindescription {
padding-top:40px;
padding-bottom:40px
}
.video-section-sbjc {
margin-top:0;
padding-top:40px;
padding-bottom:40px;
background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c8d37ede1e603f06bb9a2ed_HMWBG.png");
background-image:linear-gradient(180deg, transparent, transparent), url("https://assets.website-files.com/5c68d1713ca6bd177b350b6a/5c8d37ede1e603f06bb9a2ed_HMWBG.png");
background-position:0 0, 50% 0
}
.section-small-header-sbjc {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.section-small-header-sbjc.leftalignsmallheader {
display:block;
width:100%;
padding-top:29px;
direction:ltr;
font-size:12px;
text-align:left
}
.section-small-header-sbjc.centered {
text-align:center
}
.image-46 {
max-width:60%
}
.video-nav-links-team {
display:inline-block;
margin-right:0;
margin-bottom:0;
margin-left:0;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-content:start;
-ms-flex-line-pack:start;
align-content:start
}
.script-button.contact-button {
padding-top:12px
}
.script-button.footer-big-subscribe-button {
display:block;
margin-top:16px;
margin-right:auto;
margin-left:auto
}
.script-button.footer-subscribe-button.allin-button {
position:relative;
top:-220px;
width:200px;
height:48px;
padding-top:15px;
padding-right:24px;
padding-left:24px
}
.script-button.footer-subscribe-button {
display:block;
width:160px;
height:50px;
margin-top:20px;
padding-top:14px;
padding-bottom:20px;
font-size:15px;
text-align:center
}
.script-button.subscribe-button {
width:100%;
margin-top:24px;
margin-right:0;
margin-left:0
}
.script-button.services-simple-button.systempagebutton.ebbokbutton2 {
margin-top:10px;
margin-left:0
}
.script-button.works-v3-button.big-button-stroked {
padding-top:10px;
padding-bottom:32px;
font-size:12px
}
.script-button.ghost-button.coming-soon-contact-button {
left:30%;
right:30%;
bottom:80px;
display:block;
margin-right:auto;
margin-left:auto;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.answer-text-appointments, .answer-text-licensing {
padding-right:0;
padding-left:0
}
.paragraph-7 {
font-size:14px
}
.question-2 {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.section-9 {
padding:25px
}
.trt-pp {
padding-right:20px;
padding-left:20px
}
.section-10 {
display:block;
overflow:visible;
height:auto;
margin-bottom:1px;
padding:30px 6%;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.section-10.dark-grey-section {
padding-right:4%;
padding-left:4%
}
.wrapper-2 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
overflow:visible;
padding-top:0;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-self:auto;
-ms-flex-item-align:auto;
align-self:auto;
-webkit-box-ordinal-group:0;
-webkit-order:-1;
-ms-flex-order:-1;
order:-1
}
.section-small-header-2 {
width:auto;
margin-left:0;
padding-left:0;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:left
}
.section-small-header-2.centered {
text-align:center
}
.section-header-2 {
position:static;
top:0;
display:block;
margin-bottom:6px;
padding-right:10px;
padding-left:10px;
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
font-size:22px;
text-align:left
}
.section-header-2.centered {
line-height:30px;
text-align:center
}
.section-header-wrapper-2 {
max-width:100%;
padding-right:8px;
padding-bottom:30px;
padding-left:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.leadershipfactorysec-2 {
padding-right:0;
padding-left:0
}
.about-text-2 {
margin-bottom:0;
-webkit-column-count:1;
column-count:1
}
.section-header-wrapper-ltc {
max-width:100%;
padding-right:8px;
padding-left:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.div-block-47 {
height:220px
}
.teamsitecalloutheader {
margin-bottom:50px
}
.topbox-teamhome-div {
height:420px;
margin-right:0
}
.div-block-48 {
width:100%;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.text-span-13 {
font-size:35px;
line-height:50px
}
.textlinkleadin {
position:static;
top:0;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
margin-bottom:6px;
-webkit-align-self:center;
-ms-flex-item-align:center;
align-self:center;
font-size:20px;
line-height:28px;
text-align:center
}
.textlinkleadin.white-text {
font-size:18px
}
.textlinkleadin.homepageheader {
top:0;
margin-bottom:28px;
font-size:26px;
line-height:28px;
text-align:center
}
.textlinkleadin.leaderstitleheader {
margin-top:7px;
margin-bottom:14px;
font-size:22px
}
.textlinkleadin.centered {
line-height:30px;
text-align:center
}
.paragraph-big-above {
width:100%;
margin-bottom:9px;
padding-right:10px;
padding-left:10px;
font-size:14px;
line-height:22px;
font-weight:400
}
.paragraph-big-above.paragraph-big-white {
width:96%;
margin-top:90px;
font-size:14px;
line-height:20px
}
.hero-slide-header-below {
position:relative;
margin-bottom:18px;
padding-right:0;
padding-left:0;
font-size:28px;
line-height:34px;
text-align:center
}
.about-side-media-reverse {
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-webkit-flex-direction:column-reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
.service-side-image-title {
bottom:-48px;
width:auto;
margin-right:16px;
margin-left:16px
}
.dvfa-number-titles {
margin-top:4px;
padding-left:0;
text-align:left
}
.paragraph-small-dvfa {
padding-right:0;
padding-left:0;
font-size:14px;
line-height:22px;
text-align:left
}
.paragraph-small-dvfa.footerpara {
width:100%;
margin-bottom:30px;
font-size:13px
}
.service-simple-icon-dvfa {
width:70px;
margin-left:0
}
.service-side-text-dvfa {
margin-top:0;
text-align:left
}
.side-video-info-dvfa {
margin-right:8px;
margin-left:8px;
padding-right:0;
text-align:center
}
.section-description-dvfa {
width:100%;
margin-top:0;
padding-bottom:0;
font-size:14px;
line-height:22px
}
.section-description-dvfa.allinheaderdescription {
position:relative;
top:-230px;
width:80%;
margin-top:0;
margin-right:0;
padding-right:0;
padding-left:0;
font-size:12px
}
.section-description-dvfa.paddingusa {
margin-bottom:20px
}
.section-description-dvfa.centered {
width:100%;
margin-top:-8px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
text-align:left
}
.section-small-header-dvfa {
-webkit-align-self:center;
-ms-flex-item-align:center;
-ms-grid-row-align:center;
align-self:center;
text-align:center
}
.section-small-header-dvfa.leftalignsmallheader {
display:block;
width:100%;
padding-top:29px;
direction:ltr;
font-size:12px;
text-align:left
}
.section-small-header-dvfa.centered {
text-align:center
}
.side-video-preview-dvfa {
width:100%;
min-height:auto
}
.dvfa-video-box {
width:auto;
margin-right:20px;
margin-left:20px;
padding-right:0
}
.section13 {
padding-right:0;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
.text-block-69 {
height:auto;
margin-top:10px;
margin-bottom:6px;
line-height:20px
}
.dvfa-video {
margin-bottom:25px
}
.team-color-cards-dvfa {
margin-bottom:-24px;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.dvfa-warning {
width:100%;
padding-right:12px;
padding-left:12px
}
.team-member-color-photo-copy, .team-member-color-photo-dvfa {
height:320px
}
.section-description-dvfa2 {
width:100%;
margin-top:0;
margin-bottom:30px;
padding-bottom:0;
font-size:14px;
line-height:22px
}
.section-description-dvfa2.allinheaderdescription {
position:relative;
top:-230px;
width:80%;
margin-top:0;
margin-right:0;
padding-right:0;
padding-left:0;
font-size:12px
}
.section-description-dvfa2.paddingusa {
margin-bottom:20px
}
.section-description-dvfa2.centered {
width:100%;
margin-top:-8px;
-webkit-align-self:flex-start;
-ms-flex-item-align:start;
align-self:flex-start;
text-align:left
}
.div-block-52 {
width:100px;
min-width:35px;
margin-right:15px
}
.section-header-wrapper-dvfa {
max-width:100%;
padding-right:8px;
padding-left:8px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-webkit-justify-content:flex-start;
-ms-flex-pack:start;
justify-content:flex-start
}
.section-header-wrapper-dvfa.subscribe-header-wrapper {
padding-bottom:25px
}
.section-header-wrapper-dvfa.advantagesheader {
margin-bottom:15px
}
.section-header-wrapper-dvfa.marginusa {
padding-bottom:0
}
.question-container-dvfa {
width:auto;
padding-left:20px
}
.dvfa-bio {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-webkit-align-items:flex-start;
-ms-flex-align:start;
align-items:flex-start
}
.question-text-dvfa {
margin-bottom:8px;
margin-left:0;
font-size:14px
}
.bio-dvfa {
padding-right:8px;
padding-left:0
}
.dvfabio {
padding-right:0;
padding-left:0
}
.div-block-53 {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.teamvideorow, .teamvideorow.tripleonsystem {
margin-right:0;
margin-left:0
}
.teamvidcard {
padding-right:0;
padding-bottom:20px;
padding-left:0
}
.div-block-54 {
width:100%
}
.section12 {
padding-right:0;
padding-left:0;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center
}
.heading-18 {
text-align:left
}
.bold-text-4, .bold-text-5 {
line-height:18px
}
.bold-text-6 {
font-weight:400;
text-align:left
}
}
